marcinbudny / eventstore_exporter

EventStoreDB (https://eventstore.com/eventstoredb/) metrics Prometheus exporter.
MIT License
52 stars 10 forks source link

eventstore_projection_events_processed_after_restart_total not giving any metrics #9

Closed jclarksnps closed 4 years ago

jclarksnps commented 5 years ago

Is there anything special to do to get data for this metric?

marcinbudny commented 5 years ago

Hi Jason, What do you mean by not giving any metrics? Are they absent from the /metrics endpoint output? Or do you mean they are all zero? I'm not able to reproduce locally. You can run

curl -u admin:changeit -v http://127.0.0.1:2113/projections/all-non-transient

to get the projection stats from the ES. For each projection you should be able to find eventsProcessedAfterRestart property. This is the data that the exporter uses for the metric.

marcinbudny commented 4 years ago

Closing due to lack of activity