census-instrumentation / opencensus-ruby

A stats collection and distributed tracing framework
Apache License 2.0
91 stars 23 forks source link

Export to Prometheus #80

Open jparsana opened 6 years ago

jparsana commented 6 years ago
  1. Convert OpenCensus Stats/Metrics data model to Prometheus data model (Gauge, Counter, Histogram).
  2. E2E tests to verify the Prometheus exporter can export metrics to Prometheus server via HTTP.