OTel Collectorのconfigでデバッグログを出す方法。
exporters:
# データソース: トレース、メトリクス、ログ
# NOTE: v0.86.0 以前では `debug` ではなく `logging` とする
debug:
verbosity: detailed
参考: https://opentelemetry.io/ja/docs/collector/configuration/
OTel Collectorのconfigでデバッグログを出す方法。
exporters:
# データソース: トレース、メトリクス、ログ
# NOTE: v0.86.0 以前では `debug` ではなく `logging` とする
debug:
verbosity: detailed
参考: https://opentelemetry.io/ja/docs/collector/configuration/