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
Copy file name to clipboardExpand all lines: helm/examples/tracing/README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ All configuration options detailed here are part of the HPCC Systems Helm chart,
13
13
- optAlwaysCreateTraceIds - If true components generate trace/span ids if none are provided by the remote caller.
14
14
- enableDefaultLogExporter - If true, creates a trace exporter outputting to the log using the default options
15
15
- enableOTELDebugLogging - If true, OTel library logging level set to debug, otherwise warning
16
+
- sampling - Defines head sampling strategy. Decision to sample or drop a span or trace is not made by inspecting the trace as a whole. https://opentelemetry.io/docs/concepts/sampling/
17
+
- type "AlwaysOff" | "AlwaysOn" | "Ratio"
18
+
- ratio - Required if Ratio sampling type enabled. Represents the ratio of trace/spans to sample Must be a numeric value betwen 0.0 and 1.0.
19
+
- parentBased - Optional boolean. Determines if the sampling policy honors the remote root span sampled flag
16
20
- resourceAttributes: - Defines OTel specific resource attribute configuration values
17
21
which are appended to the runtime OTEL_RESOURCE_ATTRIBUTES. See OTel doc: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#general-sdk-configuration
18
22
- deploymentEnvironment - Defines deployment.environment, which is used to specify
#include"opentelemetry/exporters/ostream/span_exporter_factory.h"// auto exporter = opentelemetry::exporter::trace::OStreamSpanExporterFactory::Create();
0 commit comments