moelholm / prometheus-spring-boot-starter

Spring Boot Starter for enabling a Prometheus actuator endpoint
54 stars 14 forks source link

text format parsing error #2

Open xetys opened 7 years ago

xetys commented 7 years ago

Hey,

I added your dep to my spring boot app, which consists of several cloud components, as eureka, hystrix etc.

My prometheus refuses to scrape data from it, as of this error:

text format parsing error in line 28: second HELP line for metric name "counter_servo_eurekaclient_transport_request"

any ideas what is the cause?

fdimauro commented 7 years ago

I am having the same issue

moelholm commented 7 years ago

@xetys @fdimauro could one of you please create a minimal example? Then I can have a look into it

kiview commented 7 years ago

AFAIK this is a known issue with netflix based metrics having duplicate keys, which Prometheus does not like. See https://github.com/prometheus/client_java/issues/130