mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-16 11:42:54 +02:00
30 lines
481 B
YAML
30 lines
481 B
YAML
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
exporters:
|
|
debug:
|
|
verbosity: detailed
|
|
receivers:
|
|
otlp:
|
|
protocols:
|
|
grpc:
|
|
endpoint: 0.0.0.0:4317
|
|
http:
|
|
endpoint: 0.0.0.0:4318
|
|
service:
|
|
pipelines:
|
|
traces:
|
|
receivers:
|
|
- otlp
|
|
exporters:
|
|
- debug
|
|
logs:
|
|
receivers:
|
|
- otlp
|
|
exporters:
|
|
- debug
|
|
metrics:
|
|
receivers:
|
|
- otlp
|
|
exporters:
|
|
- debug
|