census-instrumentation / opencensus-go

A stats collection and distributed tracing framework
http://opencensus.io
Apache License 2.0
2.05k stars 327 forks source link

Is opencensus supporting pushgateway? #1254

Closed Icarus9913 closed 2 years ago

Icarus9913 commented 3 years ago

I wanna know whether opencensus supports push gateway, cause I did not find anything related in the docs

punya commented 3 years ago

OpenCensus doesn't have any built-in support for Prometheus Pushgateway. However, the OpenCensus Prometheus exporter uses Prometheus client_golang under the hood, so you can try configuring a push client yourself.