adriancole commented on issue #2563: Add a netty scribe server. URL: https://github.com/apache/incubator-zipkin/pull/2563#issuecomment-490417726 @anuraaga meaning when I switched the server to the version before this.. and ran the same wrk script.. I got the following. It is possible I am somehow fat fingering, but it is odd.. ```bash $ curl -s localhost:9411/health {"status":"UP","zipkin":{"status":"UP","details":{"InMemoryStorage":{"status":"UP"},"ScribeCollector":{"status":"UP"}}}} $ curl -s localhost:9411/metrics|jq . { "counter.zipkin_collector.messages.http": 40, "counter.zipkin_collector.spans_dropped.http": 0, "gauge.zipkin_collector.message_bytes.scribe": 0, "counter.zipkin_collector.bytes.scribe": 0, "gauge.zipkin_collector.message_spans.scribe": 0, "counter.zipkin_collector.spans.scribe": 0, "counter.zipkin_collector.messages_dropped.scribe": 0, "gauge.zipkin_collector.message_bytes.http": 1601652, "counter.zipkin_collector.messages.scribe": 0, "counter.zipkin_collector.spans_dropped.scribe": 0, "counter.zipkin_collector.bytes.http": 89401054, "gauge.zipkin_collector.message_spans.http": 3916, "counter.zipkin_collector.spans.http": 257426, "counter.zipkin_collector.messages_dropped.http": 0 } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
