digitalocean / prometheus-client-c

A Prometheus Client in C
Other
160 stars 79 forks source link

Smoke tests don't scrape metrics as they're updating #40

Open lyda opened 3 years ago

lyda commented 3 years ago

The smoke tests seem to work by updating a metric a bunch and then scraping. Might it be an idea to run prom2jason or something else to scrape the metrics a few dozen times between // Start each thread and // Join each thread?