From 4f555b0f069b5266bb2885a12c744b7baff32ecc Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Sat, 9 Nov 2024 10:10:51 +0100 Subject: [PATCH] [4.9][opentelemetry] Adds new options to opentelemetry and syslog-ng-opentelemetry destinations General options from https://github.com/axoflow/axosyslog/pull/334 --- .../destination-syslog-ng-otlp/_index.md | 14 ++++++++++++++ .../chapter-destinations/opentelemetry/_index.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/content/chapter-destinations/destination-syslog-ng-otlp/_index.md b/content/chapter-destinations/destination-syslog-ng-otlp/_index.md index 80d4cee1..de38efeb 100644 --- a/content/chapter-destinations/destination-syslog-ng-otlp/_index.md +++ b/content/chapter-destinations/destination-syslog-ng-otlp/_index.md @@ -37,18 +37,32 @@ The `syslog-ng-otlp()` destination has the following options. {{< include-headless "chunk/option-destination-diskbuffer.md" >}} +{{< include-headless "chunk/option-destination-frac-digits.md" >}} + {{< include-headless "chunk/option-destination-hook.md" >}} +{{% include-headless "chunk/option-destination-local-timezone.md" %}} + {{% include-headless "chunk/option-destination-log-fifo-size.md" %}} +{{< include-headless "chunk/option-destination-on-error.md" >}} + {{% include-headless "chunk/option-persist-name.md" %}} {{% include-headless "chunk/option-destination-retries.md" %}} +{{% include-headless "chunk/option-destination-send-timezone.md" %}} + +{{% include-headless "chunk/option-destination-template-escape.md" %}} + {{% include-headless "chunk/option-destination-throttle.md" %}} {{% include-headless "chunk/option-source-time-reopen.md" %}} +{{% include-headless "chunk/option-destination-timezone.md" %}} + +{{< include-headless "chunk/option-destination-ts-format.md" >}} + ## url() | | | diff --git a/content/chapter-destinations/opentelemetry/_index.md b/content/chapter-destinations/opentelemetry/_index.md index 4402bd94..d9585273 100644 --- a/content/chapter-destinations/opentelemetry/_index.md +++ b/content/chapter-destinations/opentelemetry/_index.md @@ -70,6 +70,20 @@ log non_otel_to_otel_tls { {{< include-headless "chunk/option-grpc-headers.md" >}} +{{< include-headless "chunk/option-destination-frac-digits.md" >}} + +{{% include-headless "chunk/option-destination-local-timezone.md" %}} + +{{< include-headless "chunk/option-destination-on-error.md" >}} + +{{% include-headless "chunk/option-destination-send-timezone.md" %}} + +{{% include-headless "chunk/option-destination-template-escape.md" %}} + +{{% include-headless "chunk/option-destination-timezone.md" %}} + +{{< include-headless "chunk/option-destination-ts-format.md" >}} + {{< include-headless "chunk/option-destination-threaded-workers.md" >}}