-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Currently, QuickPizza exposes Prometheus Go metrics (go_**
).

However, Application Observability expects OTEL Go metrics (process_runtime_go_*
).


How to test
You can test this using the docker-compose-cloud.yaml setup.
Quick start instructions are available in the README
Solution
I am not sure, but one potential solution could be to re-instrument using the latest OpenTelemetry SDK: https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/runtime
Current instrumentation in QuickPizza can be found in:
Metadata
Metadata
Assignees
Labels
No labels