允许非 tls 请求上报
This commit is contained in:
@@ -1,6 +1,2 @@
|
|||||||
# 根用户密码,不要为空
|
# 根用户密码,不要为空
|
||||||
CLICKHOUSE_PASSWORD=
|
CLICKHOUSE_PASSWORD=
|
||||||
|
|
||||||
# 收集器被动模式监听地址,非 tls 传输,只在内网监听,不要暴露到公网
|
|
||||||
OTEL_COLLECTOR_APP_GRPC_HOST=
|
|
||||||
OTEL_COLLECTOR_APP_HTTP_HOST=
|
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./otel/app.yaml:/etc/otelcol-contrib/config.yaml
|
- ./otel/app.yaml:/etc/otelcol-contrib/config.yaml
|
||||||
ports:
|
ports:
|
||||||
- ${OTEL_COLLECTOR_APP_GRPC_PORT}:4317
|
- 4317:4317
|
||||||
- ${OTEL_COLLECTOR_APP_HTTP_PORT}:4318
|
- 4318:4318
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
|
|||||||
Reference in New Issue
Block a user