prometheus-kafka-adapter
prometheus-kafka-adapter copied to clipboard
Add metric metadata to message (#102)
This PR allows the inclusion of the Metric metadata into the topic and resolves #102 . This is controlled by 2 ENV variables
-
PROM_METADATA_ENDPOINT
: defines prometheus metric metadata endpoint , not set by default and hence metadata wont be included. -
INLCUDED_METADATA
: specifies which attributes to be exported. The attributes should be comma separated. Permitted values are type, help and unit. Only type is included by default