prometheus-kafka-adapter icon indicating copy to clipboard operation
prometheus-kafka-adapter copied to clipboard

Add metric metadata to message (#102)

Open arunsudhakar opened this issue 1 year ago • 0 comments

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

arunsudhakar avatar Mar 15 '23 03:03 arunsudhakar