opentelemetry-python
                                
                                 opentelemetry-python copied to clipboard
                                
                                    opentelemetry-python copied to clipboard
                            
                            
                            
                        Add metrics example of Prometheus to Grafana
Should this be in the metrics stable project?
Should this be in the metrics stable project?
Just for the record, we decided it was not necessary for this to be in the metrics stable project.
@srikanthccv I would like to work on this issue, should I go ahead
I have assigned this to you. Let me know if you have any questions.
@srikanthccv, kindly guide me on how Prometheus is set up on this application, and how you run it
You can follow this getting started guide to run Prometheus on your machine https://prometheus.io/docs/prometheus/latest/getting_started/. And here we have the exporter that can be scraped by Prometheus https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-prometheus. You need to add a complete example of how to emit some metrics and make see they show up in UI.