Hello I'm trying to expose metrics to otel collector, but only thing im able to receive is traces. I do have dagger 0.19.2 version with env engine env variables:
- name: _EXPERIMENTAL_DAGGER_METRICS_ADDR
value: ":9090"
- name: OTEL_EXPORTER_OTLP_METRICS_PROTOCOL
value: http/protobuf
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "<address>:4318"
- name: OTEL_METRICS_EXPORTER
value: otlp
Am I missing something ?