opentelemetry-metrics-demo
opentelemetry-metrics-demo copied to clipboard
Questions
Hello Carlos
Thank you so much for the detailed articles and source code. May I ask a few questions?
- What happens with instruments in the Prometheus when the BookStore application is stopped and started again? I believe all counters will be reset. So when we start to call endpoints, it sends the wrong metrics. Right?
- Is the OtelMetrics thread safe? What happens when many users send requests at the same time?
Thanks again!