Closed inigohu closed 5 years ago
I've found this TODO. Opencensus metric exporter is not implemented yet.
Any plan to do it?
Collector doesn't support metrics yet (#530). Currently you can only send metrics to other backends through Agent.
Metrics support is currently being added to OpenTelemetry Service (https://github.com/open-telemetry/opentelemetry-service) which we expect to be the successor of OpenCensus Service/Collector.
No plans to support this in OC, will be available in OT for first release
I'm using opencensus-agent exporter (golang client), to send data to an agent, then to a collector and finally to stackdriver. I can see traces in stackdriver, but not metrics. I've also added a prometheus exporter in my service to check that I'm generating metrics correctly. Here are my configs:
main.go
oc-agent-config.yaml
oc-collector-config.yaml