...
Code Block |
---|
opentelemetry-collector: config: exporters: otlphttp/{deployment-namespace}: metrics_endpoint: https://<your<kloudfuse-metrics-endpoint>url>/ingester/otlp/metrics traces_endpoint: https://<your<kloudfuse-traces-endpoint>url>/ingester/otlp/traces auth: authenticator: oauth2client |
Replace
<your-metrics-endpoint>
and<your-traces-endpoint>
<kloudfuse-url>
with the actual URLs URL of kloudfuse.Replace
{deployment-namespace}
with the namespace where you are installing the kfuse stack.
Add Required Extensions - Include the
oauth2client
under theservice.extensions
section.
...