Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e2fc16

Browse files
committed
Update analytics-api-examples.md
1 parente2cfbc0 commit1e2fc16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎_docs/api-examples/analytics-api-examples.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ toc: true
88
The Analytics API is a REST API that allows programmatic access to pipeline performance metrics, enabling you to generate custom reports and insights.
99
It leverages HTTP GET requests and returns data in JSON format, for seamless integration with your existing tools and systems.
1010

11-
The API enables you to extract data on pipelines and pipeline builds at different levels.
11+
The API enables you to extract KPI data on pipelines and pipeline builds at different levels.
12+
1213
Whether you're automating the collection of metrics for external dashboards or conducting in-depth analysis on pipeline efficiency,
1314
the API offers granular access to performance data.
1415
This ensures you can optimize pipeline configurations, identify bottlenecks, and drive continuous improvement within your workflows.
@@ -164,6 +165,8 @@ Here's an example of the
164165
Retrieves the average execution duration of pipeline builds.
165166
The average (mean) duration is calculated by dividing the total execution time by the number of builds, providing an overall measure of pipeline performance.
166167

168+
You can filter pipeline builds by either a project, specific pipeline, status, or by the favorites tag.
169+
167170
###Endpoint
168171
`GET https://g.codefresh.io/api/analytics/reports/buildAvgDuration?granularity=month`
169172

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp