Otel Config (main)
Configs: main | alerting | metrics | oauth | otel | probes | rds | servers | surfacer | targets | tlsconfig | tracing | utils | validators
|
Language: |
cloudprober.otel.GRPCExporter #
# If no endpoint is provided, OpenTelemetry SDK will use the signal-specific # environment variable (OTEL_EXPORTER_OTLP_METRICS_ENDPOINT or # OTEL_EXPORTER_OTLP_TRACES_ENDPOINT) or OTEL_EXPORTER_OTLP_ENDPOINT, in # that preference order.endpoint: <string> tls_config: <cloudprober.tlsconfig.TLSConfig># gRPC request headers. These can also be set using environment variables. # Named http_header for backward compatibility.http_header: <cloudprober.otel.GRPCExporter.HttpHeaderEntry># Compression algorithm to use for gRPC requests.compression: (NONE|GZIP): <enum># Whether to use insecure gRPC connection. Mutually exclusive with # tls_config.insecure: <bool>
cloudprober.otel.GRPCExporter.HttpHeaderEntry #
key: <string> value: <string>
cloudprober.otel.HTTPExporter #
# If no URL is provided, OpenTelemetry SDK will use the signal-specific # environment variable (OTEL_EXPORTER_OTLP_METRICS_ENDPOINT or # OTEL_EXPORTER_OTLP_TRACES_ENDPOINT) or OTEL_EXPORTER_OTLP_ENDPOINT, in # that preference order.endpoint_url: <string> tls_config: <cloudprober.tlsconfig.TLSConfig># HTTP request headers. These can also be set using environment variables.http_header: <cloudprober.otel.HTTPExporter.HttpHeaderEntry># Compression algorithm to use for HTTP requests.compression: (NONE|GZIP): <enum>
cloudprober.otel.HTTPExporter.HttpHeaderEntry #
key: <string> value: <string>
cloudprober.otel.GRPCExporter #
# If no endpoint is provided, OpenTelemetry SDK will use the signal-specific # environment variable (OTEL_EXPORTER_OTLP_METRICS_ENDPOINT or # OTEL_EXPORTER_OTLP_TRACES_ENDPOINT) or OTEL_EXPORTER_OTLP_ENDPOINT, in # that preference order.endpoint: <string> tls_config: <cloudprober.tlsconfig.TLSConfig># gRPC request headers. These can also be set using environment variables. # Named http_header for backward compatibility.http_header: <cloudprober.otel.GRPCExporter.HttpHeaderEntry># Compression algorithm to use for gRPC requests.compression: (NONE|GZIP): <enum># Whether to use insecure gRPC connection. Mutually exclusive with # tls_config.insecure: <bool>
cloudprober.otel.GRPCExporter.HttpHeaderEntry #
key: <string> value: <string>
cloudprober.otel.HTTPExporter #
# If no URL is provided, OpenTelemetry SDK will use the signal-specific # environment variable (OTEL_EXPORTER_OTLP_METRICS_ENDPOINT or # OTEL_EXPORTER_OTLP_TRACES_ENDPOINT) or OTEL_EXPORTER_OTLP_ENDPOINT, in # that preference order.endpoint_url: <string> tls_config: <cloudprober.tlsconfig.TLSConfig># HTTP request headers. These can also be set using environment variables.http_header: <cloudprober.otel.HTTPExporter.HttpHeaderEntry># Compression algorithm to use for HTTP requests.compression: (NONE|GZIP): <enum>
cloudprober.otel.HTTPExporter.HttpHeaderEntry #
key: <string> value: <string>