Azure data factory metric

Adeleke Abimbola 231 Reputation points
2021-09-24T09:47:33.16+00:00

Is it possible to get rowsRead and rowsCopied metric from a Azure data factory pipeline run in Azure log analytics

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,802 questions
Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,538 questions
0 comments No comments
{count} votes

Accepted answer
  1. Adeleke Abimbola 231 Reputation points
    2021-09-27T07:14:15.037+00:00

    Thank you for this...After doing my research, I realized it's possible to get it from the ADFActivityRun in Log Analytics by using the (RowsRead = parse_json(Output).rowsRead), (RowsCopied = parse_json(Output).rowsCopied). I hope this is useful for someone.

    0 comments No comments

0 additional answers

Sort by: Most helpful