You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
148525: pkg/util/log: add otlp log sink r=TheComputerM a=TheComputerM
OpenTelemetry is now an industry standard for o11y and CRDB
should support its logging protocol so that it works
seamlessly with OTEL compatible tooling.
This commit implements the log sink functionality, it uses
gRPC to transmit logs in the OTEL-standard protobuf format.
This sink can be used to ship logs on OTEL compatible targets
like otel-collector, datadog-agent or even directly to
platforms like datadog and Loki.
Parsing the config for the otlp log sink was done in
a previous commit.
Resolves: #143049
Release note (general change): Added otlp log sink
that can export logs to OpenTelemetry-compatible
targets over gRPC.
Co-authored-by: Mudit Somani <[email protected]>
|`channels`| the list of logging channels that use this sink. See the [channel selection configuration](#channel-format) section for details. |
291
291
|`address`| the network address of the gRPC endpoint for ingestion of logs on your OpenTelemetry Collector/Platform. The host/address and port parts are separated with a colon. |
292
-
|`insecure`| Disables transport security for the underlying gRPC connection. Inherited from `otlp-defaults.insecure` if not specified. |
293
292
|`compression`| can be "none" or "gzip" to enable gzip compression. Set to "gzip" by default. Inherited from `otlp-defaults.compression` if not specified. |
0 commit comments