diff --git a/examples/roll_dice/otel-collector-config.yaml b/examples/roll_dice/otel-collector-config.yaml index d4605163..18cea374 100644 --- a/examples/roll_dice/otel-collector-config.yaml +++ b/examples/roll_dice/otel-collector-config.yaml @@ -19,8 +19,8 @@ exporters: tls: insecure: true - logging: - loglevel: debug + debug: + verbosity: detailed sampling_initial: 1 sampling_thereafter: 1 @@ -36,12 +36,12 @@ service: traces: receivers: [otlp] processors: [batch] - exporters: [logging, otlp] + exporters: [debug, otlp] metrics: receivers: [otlp] processors: [batch] - exporters: [logging] + exporters: [debug] logs: receivers: [otlp] processors: [batch] - exporters: [logging] + exporters: [debug] diff --git a/examples/roll_dice_elli/otel-collector-config.yaml b/examples/roll_dice_elli/otel-collector-config.yaml index f69b3c67..7ad337b5 100644 --- a/examples/roll_dice_elli/otel-collector-config.yaml +++ b/examples/roll_dice_elli/otel-collector-config.yaml @@ -19,8 +19,8 @@ exporters: tls: insecure: true - logging: - loglevel: debug + debug: + verbosity: detailed sampling_initial: 1 sampling_thereafter: 1 @@ -33,12 +33,12 @@ service: traces: receivers: [otlp] processors: [batch] - exporters: [logging, otlp] + exporters: [debug, otlp] metrics: receivers: [otlp] processors: [batch] - exporters: [logging] + exporters: [debug] logs: receivers: [otlp] processors: [batch] - exporters: [logging] + exporters: [debug]