1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/example/prom-collector
David Ashpole d3b1280863
Add Passthrough example (#1912)
* Add passthrough example

* Update example/passthrough/handler/handler.go

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Update example/passthrough/README.md

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Robert Pająk <pellared@hotmail.com>

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2021-05-18 14:03:10 -07:00
..
go.mod Add Passthrough example (#1912) 2021-05-18 14:03:10 -07:00
go.sum Bump google.golang.org/grpc in /example/prom-collector (#1915) 2021-05-12 19:52:13 -04:00
main.go exporter: swap pusher for exporter (#1656) 2021-03-08 10:00:56 -08:00
README.md Fix existing markdown lint issues (#1866) 2021-04-30 10:51:19 -07:00

Prometheus Collector Example

This example demonstrates a metrics export pipeline that supports Prometheus (pull) and simultaneously exports OTLP to an OpenTelemetry endpoint (push).