opentelemetry-helm-charts icon indicating copy to clipboard operation
opentelemetry-helm-charts copied to clipboard

Opentelemetry Gateway Configuration

Open reidlai opened this issue 3 years ago • 1 comments

According to Opentelemetry documentation, we can implement gateway deployment other than collector. But I cannot find any implementation details in these chart settings or from documentation. Any hint to let me know how to configure opentelemetry gaetway for large cluster? Thanks

reidlai avatar Jan 13 '22 01:01 reidlai

If you want a gateway deployment of the collector then I think the standaloneCollector settings are what you want. The standalone collector is a single deployment of the collector within the Cluster.

Typically the agent (daemonset) deployment of the collector is used in tangent with the standalone collector and the helm charts support this. If you enable both the agent and standalone collector then the agents will be configured to export their data to the standalone deployment of the collector.

TylerHelmuth avatar Mar 03 '22 19:03 TylerHelmuth