From af4033a0bc04cd9db030ca88f977c47a0a23c63d Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 24 Dec 2024 14:29:26 +0200 Subject: [PATCH 1/2] editing trace section --- docs/shipping/App360/App360.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/shipping/App360/App360.md b/docs/shipping/App360/App360.md index ecfc31f1..e6795d63 100644 --- a/docs/shipping/App360/App360.md +++ b/docs/shipping/App360/App360.md @@ -174,11 +174,15 @@ service: traces: receivers: [otlp] processors: [tail_sampling, batch] - exporters: [logzio/traces, spanmetrics] + exporters: [logzio/traces] + traces/spm: + receivers: [otlp] + processors: [batch] + exporters: [spanmetrics] metrics/spanmetrics: receivers: [spanmetrics] processors: [metricstransform/metrics-rename, metricstransform/labels-rename] - exporters: [prometheusremotewrite/spm] + exporters: [prometheusremotewrite/spm] telemetry: logs: level: "debug" From 97c75f7fafd5fd80cf6428cc866a0c9c5d06f234 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Wed, 25 Dec 2024 14:47:09 +0200 Subject: [PATCH 2/2] debug to info --- docs/shipping/AWS/aws-ec2.md | 2 +- docs/shipping/AWS/aws-ecs-fargate.md | 2 +- docs/shipping/Operating-Systems/windows.md | 2 +- docs/shipping/Other/consul.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/shipping/AWS/aws-ec2.md b/docs/shipping/AWS/aws-ec2.md index fe33ad98..8ea6e3c3 100644 --- a/docs/shipping/AWS/aws-ec2.md +++ b/docs/shipping/AWS/aws-ec2.md @@ -134,7 +134,7 @@ service: exporters: [prometheusremotewrite] telemetry: logs: - level: "debug" + level: "info" metrics: address: localhost:8888 ``` diff --git a/docs/shipping/AWS/aws-ecs-fargate.md b/docs/shipping/AWS/aws-ecs-fargate.md index 3d34a4d7..4aa9fc10 100644 --- a/docs/shipping/AWS/aws-ecs-fargate.md +++ b/docs/shipping/AWS/aws-ecs-fargate.md @@ -176,7 +176,7 @@ service: exporters: [ prometheusremotewrite ] telemetry: logs: - level: "debug" + level: "info" ``` ### AWS::Lambda::Function The `logzioFirehoseSubscriptionFiltersFunction` Lambda function is designed to handle the process of filtering log data for Logz.io, and add and remove cloudwatch logs subscription filters diff --git a/docs/shipping/Operating-Systems/windows.md b/docs/shipping/Operating-Systems/windows.md index 7ce01983..f519e811 100644 --- a/docs/shipping/Operating-Systems/windows.md +++ b/docs/shipping/Operating-Systems/windows.md @@ -134,7 +134,7 @@ service: exporters: [prometheusremotewrite] telemetry: logs: - level: "debug" + level: "info" metrics: address: localhost:8888 ``` diff --git a/docs/shipping/Other/consul.md b/docs/shipping/Other/consul.md index 79cdf12b..eb73ee28 100644 --- a/docs/shipping/Other/consul.md +++ b/docs/shipping/Other/consul.md @@ -130,7 +130,7 @@ service: - prometheusremotewrite telemetry: logs: - level: "debug" + level: "info" ```