dotnet / dotnet/crank

Add support for gather metrics from the benchmark app using a the Prometheus format

Open
#8 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
1.1k
Forks
111
Avg merge
2d 21h
Merged PRs (30d)
3

Description

Today we collect metrics from a job via the following mechanisms:

- docker stats
- Process stats
- Event pipe via a custom BenchmarkEventSource
- Console output using a custom JSON format

Prometheus is becoming a standard format and we can add support to the agent to support collecting job metrics using that format. See more here https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md#text-format-example

The it would need to be configured on the as part of the job definition (the path, and the poll interval)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.