Support both push and pull based metrics at the same time #1207
Labels
area:sdk
Related to the SDK
priority:p1
Highest priority level
release:required-for-ga
Must be resolved before GA release, or nice to have before GA
spec:metrics
Related to the specification/metrics directory
Milestone
What are you trying to achieve?
I'm trying to migrate an existing application from OpenCensus to OpenTelemetry. The application exposes metrics for Prometheus and pushes metrics to the OpenCensus collector. This is because some environments have an established monitoring solution in place using Prometheus and we never really moved to the collector entirely.
What did you expect to see?
I'd like to keep the same behavior with OpenTelemetry, but unfortunately it's not trivial at all. It looks like I can't use a push and a pull controller at the same time.
Additional context.
I asked about this on Gitter and was pointed to this repo to raise an issue about the question.
Discussion on Gitter: https://gitter.im/open-telemetry/opentelemetry-go?at=5fa08bda8d286f2076862eb8
The text was updated successfully, but these errors were encountered: