[metric-reporter] List of all available metrics #36313
Unanswered
nlamirault
asked this question in
Connector Questions
Replies: 1 comment
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Topic
prometheus / opentelemetry metrics
Relevant information
Could you add to the documentation a list of all of metrics exposed by Airbyte. I would like to create a Grafana dashboard and it is not really easy to find these metrics.
What do you think to add
airbyte
as a Prometheus namespace ? Like that, all of Airbyte's metrics could be something like thatairbyte_xxxx
, and it could be more useful to retrieve these metrics.A very common metric is also the
build_info
metric to display some information about the application.Ex:
airbyte_build_info{version="x.y.z", .....}
Beta Was this translation helpful? Give feedback.
All reactions