Please add the ability to Metrics to show the Pipeline Duration for Azure Data Factories. This would be a key item to diagnosing long runtimes for alerts and dashboards.
Thanks!
Dave
Please add the ability to Metrics to show the Pipeline Duration for Azure Data Factories. This would be a key item to diagnosing long runtimes for alerts and dashboards.
Thanks!
Dave
Hello @StephensDave-6278,
Just checking in to see if the below answer helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.
Hello @StephensDave-6278,
Thanks for the question and using the MS Q&A platform.
Unfortunately, Azure Data Factory Pipeline Duration Metric is not available at this moment.
Appreciate if you could share the feedback on our ADF feedback channel. Which would be open for the user community to upvote & comment on. This allows our product teams to effectively prioritize your request against our existing feature backlog and gives insight into the potential impact of implementing the suggested feature.
These are the supported metrics available to log in Diagnostic setting:

For more details, refer to Configure diagnostic settings and a workspace.
Hope this will help. Please let us know if any further queries.
Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
Want a reminder to come back and check responses? Here is how to subscribe to a notification
If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
Hello @StephensDave-6278,
Following up to see if the above suggestion was helpful. And, if you have any further query do let us know.
Please don't forget to click on
or upvote
button whenever the information provided helps you.
in terms of the copy activity you can use
@activity('Copy Activity').output.copyDuration
in terms of full duration of the pipeline you can use
@pipeline().TriggerTime
and set a end time with the audit collection point - by passing your audit parameters over to a TSQL Proc and used getutcdate() for example to set the end time and cal the duration using the triggertime internal variable
8 people are following this question.