fix(otel): MEtrics
This commit is contained in:
@@ -5,7 +5,7 @@ service:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 10.255.241.12
|
||||
config:
|
||||
receivers:
|
||||
# receivers:
|
||||
# prometheus/collector:
|
||||
# config:
|
||||
# scrape_configs:
|
||||
@@ -13,15 +13,15 @@ config:
|
||||
# static_configs:
|
||||
# - targets:
|
||||
# - ${env:MY_POD_IP}:8888
|
||||
zipkin:
|
||||
endpoint: ${env:MY_POD_IP}:9411
|
||||
# zipkin:
|
||||
# endpoint: ${env:MY_POD_IP}:9411
|
||||
exporters:
|
||||
otlp:
|
||||
endpoint: "tempo.tempo.svc:4317"
|
||||
tls:
|
||||
insecure: true
|
||||
prometheus:
|
||||
endpoint: ${env:MY_POD_IP}:8888
|
||||
endpoint: ${env:MY_POD_IP}:8889
|
||||
namespace: otel
|
||||
# otlphttp/metrics:
|
||||
# endpoint: http://prom-prometheus.prometheus:9090/api/v1/otlp
|
||||
@@ -43,7 +43,7 @@ config:
|
||||
level: "info"
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [otlp,zipkin]
|
||||
receivers: [otlp] # zipkin
|
||||
processors: [batch]
|
||||
exporters: [otlp]
|
||||
# exporters: [otlphttp/traces,debug/traces]
|
||||
@@ -60,8 +60,8 @@ config:
|
||||
ports:
|
||||
metrics:
|
||||
enabled: true
|
||||
containerPort: 8888
|
||||
servicePort: 8888
|
||||
containerPort: 8889
|
||||
servicePort: 8889
|
||||
protocol: TCP
|
||||
|
||||
serviceMonitor:
|
||||
|
||||
Reference in New Issue
Block a user