1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00
opentelemetry-go/exporters/metric/prometheus
Andy Schweig 5438916f62
Expose optional ResponseWriter interfaces. (#979)
http.ResponseWriters may implement additional interfaces
(http.CloseNotifier, http.Flusher, http.Hijacker, http.Pusher,
io.ReaderFrom) that get lost when the ResponseWriter is wrapped in
another object. This change uses the httpsnoop package to wrap the
ResponseWriter so that the resulting object implements any of the
optional interfaces that the original ResponseWriter implements as
well as using the replacement ResponseWriter methods that gather
information for tracing.
2020-07-30 10:30:47 -07:00
..
example_test.go Add resources in the Prom tests 2020-05-21 01:38:43 -07:00
go.mod Release v0.10.0 (#990) 2020-07-30 08:57:24 -07:00
go.sum Expose optional ResponseWriter interfaces. (#979) 2020-07-30 10:30:47 -07:00
prometheus_test.go Fix incorrect aggregation; Prometheus exporter behavior (#903) 2020-07-07 12:52:35 -07:00
prometheus.go Rename Integrator to Processor (#863) 2020-06-23 12:00:15 -07:00
README.md Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
sanitize_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
sanitize.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00

OpenTelemetry-Go Prometheus Exporter

OpenTelemetry Prometheus exporter

Installation

go get -u go.opentelemetry.io/otel/exporters/metric/prometheus