1 Star 4 Fork 1

So魚丸丷/EasilyNET

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
otel-collector-config.yaml 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
batch:
exporters:
otlp/aspire:
endpoint: aspire_dashboard:18889
headers:
x-otlp-api-key: "rVmuMdaqCEruWEbKANjmcIQMnKIhDiLUYSFHaZAVlMktmwDhMUAPIZyfizmoLuSwAePPVhhPigpJUIsAsPZcwfmaMnBxxRuxatrrHNSOKUxUVGFlYQtGtbqtOPasMvPd"
tls:
insecure: true
otlp/openobserve:
endpoint: openobserve:5081
headers:
# 由于 OpenObserve 服务端的这个Token老是不固定,所以每次都需要更改一下才行
Authorization: "Basic ZHlnb29kQG91dGxvb2suY29tOnY5UWtJYmp1R2N6U1hUYzA="
organization: default
stream-name: default
tls:
insecure: true
service:
pipelines:
traces:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ otlp/aspire, otlp/openobserve ]
metrics:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ otlp/aspire, otlp/openobserve ]
logs:
receivers: [ otlp ]
processors: [ batch ]
exporters: [ otlp/aspire, otlp/openobserve ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/joe_du/EasilyNET.git
git@gitee.com:joe_du/EasilyNET.git
joe_du
EasilyNET
EasilyNET
main

搜索帮助