Files
k8s-at-home-charts/charts/stable/otel-collector/templates/NOTES.txt
2022-03-14 15:13:08 -04:00

7 lines
396 B
Plaintext

Send telemetry to this pod via the clusterIP:
1. http://{{ include "common.names.fullname" . }}.{{ .Release.Namespace }}:{{ .Values.service.otlpports.ports.otlpgrpc.port }}
2. GRPC to {{ include "common.names.fullname" . }}.{{ .Release.Namespace }}:{{ .Values.service.otlpports.ports.otlphttp.port }}
It will then be processed and sent to exporters based on the configFile or configFileSecret.