opencensus-ruby icon indicating copy to clipboard operation
opencensus-ruby copied to clipboard

Export to StackDriver Monitoring

Open jparsana opened this issue 7 years ago • 1 comments

  1. Convert OpenCensus Stats/Metrics data model to Stackdriver data model.
  2. Set correct domain name prefix for uploaded Stackdriver metrics.
  3. Auto-detect and populate MonitoredResource and associate it with metrics (tracking issue Ruby).
  4. Add one additional task label for metrics to avoid potential race condition on the same machine. See what-is-opencensus_task-metric-label.
  5. E2E tests to verify exporting to actual Stackdriver backend, especially when there are multiple exporters running simultaneously.

jparsana avatar Oct 15 '18 15:10 jparsana

This task should be implemented in the https://github.com/census-ecosystem/opencensus-ruby-exporter-stackdriver library.

dazuma avatar Oct 21 '18 01:10 dazuma