From 04b6562ee9902edb83bf1645c92bc86dc9341554 Mon Sep 17 00:00:00 2001 From: TzeYiing Date: Mon, 3 Jun 2024 12:11:09 +0800 Subject: [PATCH] docs: add linmk to :opentelemetry_exporter docs --- docs/docs.logflare.com/docs/self-hosting/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs.logflare.com/docs/self-hosting/index.md b/docs/docs.logflare.com/docs/self-hosting/index.md index 06bc575ce..9383383aa 100644 --- a/docs/docs.logflare.com/docs/self-hosting/index.md +++ b/docs/docs.logflare.com/docs/self-hosting/index.md @@ -37,6 +37,8 @@ All browser authentication will be disabled when in single-tenant mode. | `LOGFLARE_OTEL_SOURCE_UUID` | String, defaults to `nil`, optionally required for OpenTelemetry. | Sets the appropriate header for ingesting OpenTelemetry events into a Logflare source. | | `LOGFLARE_OTEL_ACCESS_TOKEN` | String, defaults to `nil`, optionally required for OpenTelemetry. | Sets the appropriate authentication header for ingesting OpenTelemetry events into a Logflare source. | +Additional environment variable configurations for the OpenTelemetry libraries used can be found [here](https://hexdocs.pm/opentelemetry_exporter/readme.html). + ### BigQuery Backend Configuration | Env Var | Type | Description |