open-o11y / prometheus-sample-app

A sample app that generates Prometheus metrics
10 stars 6 forks source link

Invalid filename in readme instructions #3

Closed bryan-aguilar closed 3 years ago

bryan-aguilar commented 3 years ago

The sample app binary is incorrectly referenced in the first set of instructions

$ ./prometheus_sample_app -listen_address=0.0.0.0:4567 -metric_count=100

should be

$ ./prometheus-sample-app -listen_address=0.0.0.0:4567 -metric_count=100