census-instrumentation / opencensus-service

OpenCensus service allows OpenCensus libraries to export to an exporter service rather than having to link vendor-specific exports.
Apache License 2.0
153 stars 63 forks source link

Health Check for Agent #634

Closed rpsadarangani closed 4 years ago

rpsadarangani commented 4 years ago

Hello, I am trying to Opencensus Agent on Fargate as a Service, I would like to know if there is health check available for same.

pjanotti commented 4 years ago

@rpsadarangani IIRC the ocagent didn't have the healthcheck like the collector. Side note: I would recommend you to use the OpenTelemetry Collector instead of the OpenCensus one (of course you may have some requirements that prevent that... let's know if that is the case).

rpsadarangani commented 4 years ago

@pjanotti we are still waiting for OpenTelemetry to be ready for production, As it looks like it's they are still in alpha.

pjanotti commented 4 years ago

We have being using it in production, there are others doing the same. Notice that the "alpha warning" was removed very recently: https://github.com/open-telemetry/opentelemetry-collector/pull/562/files#diff-04c6e90faac2675aa89e2176d2eec7d8L3