Closed whitfin closed 6 years ago
Thanks for the report On Tue, Feb 13, 2018 at 12:35 PM Isaac Whitfield notifications@github.com wrote:
Pretty sure this is a bug because I'm also getting it with bin/webserver_with_stdout. If you run the console report, it logs the first time and then never logs again.
WebServer Starting name: meter labels: None MeterSnapshot { count: 100, rates: [0.0, 0.0, 0.0], mean: 400402.0036116261 } name: counter labels: None CounterSnapshot { value: 3876873 } name: guage labels: None GaugeSnapshot { value: 1 } name: histo labels: None histogram(1 total)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/posix4e/rust-metrics/issues/84, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxN20Upz9r5mbipJVHi9MZ5hJuel5D-ks5tUfIUgaJpZM4SEXBp .
@posix4e I've looked into it a little and it looks like the for metric in &rx
that's in the reporter just doesn't fire after the first cycle of the while
. No idea how to fix it though, but I'll keep looking.
Thanks isaac, hit me up if you get stuck
Pretty sure this is a bug because I'm also getting it with
bin/webserver_with_stdout
. If you run the console report, it logs the first time and then never logs again.