Schmil Monderer

Results 2 comments of Schmil Monderer

> https://github.com/open-telemetry/opentelemetry-python/blob/0b4f247e9d401e94ec77f72ddfcf917298ea27e8/exporter/opentelemetry-exporter-prometheus/setup.cfg#L53-L55 > > I think it was discussed to name it `opentelemetry_metric_reader ` for Prometheus since it is an implementation of `MetricReader`. We will probably have to update the...

I probably need to add the prometheus exporter port to the list of ports as following, right? ``` metrics-exporter: enabled: true containerPort: 8889 servicePort: 8889 protocol: TCP ``` and add...