You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have the exporter running with our azure devops server and the data is exported into prometheus. Now I would like to draw some diagrams out of it, e.g. how long was the duration of a stage yesterday, 1 week ago or one month ago. What is the trend by executing the stage. Is the needed time going down or up. When I look in the scraped data I see something like this (some labels removed for better representation)
How could I now write a query that takes the finished value as timestamp and the duration as value? As far as I know this is not possible in prometheus, isn't it? So what's the benefit of putting these data into the database then? What are valuable queries that could be performed on the data for stages, jobs, or tasks?
The text was updated successfully, but these errors were encountered:
Hi all,
i have the exporter running with our azure devops server and the data is exported into prometheus. Now I would like to draw some diagrams out of it, e.g. how long was the duration of a stage yesterday, 1 week ago or one month ago. What is the trend by executing the stage. Is the needed time going down or up. When I look in the scraped data I see something like this (some labels removed for better representation)
How could I now write a query that takes the finished value as timestamp and the duration as value? As far as I know this is not possible in prometheus, isn't it? So what's the benefit of putting these data into the database then? What are valuable queries that could be performed on the data for stages, jobs, or tasks?
The text was updated successfully, but these errors were encountered: