File tree Expand file tree Collapse file tree 3 files changed +13
-19
lines changed
logging-k8s-stdout-otlp-json/k8s Expand file tree Collapse file tree 3 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 3434 "enabled" : false
3535 }
3636 ] ,
37- "customManagers" : [
38- {
39- "customType" : "regex" ,
40- "managerFilePatterns" : [ "lgtm.yaml" ] ,
41- "matchStrings" : [ "grafana/otel-lgtm:(?<currentValue>.*?)\\n" ] ,
42- "depNameTemplate" : "otel-lgtm" ,
43- "packageNameTemplate" : "grafana/otel-lgtm" ,
44- "datasourceTemplate" : "docker"
45- }
46- ]
37+ "kubernetes" : {
38+ "managerFilePatterns" : [ "/^logging-k8s-stdout-otlp-json/k8s/.+\\.yaml$/" ]
39+ }
4740}
Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ data:
1111 endpoint: 0.0.0.0:4317
1212 http:
1313 endpoint: 0.0.0.0:4318
14- prometheus/collector: # needed if you use the docker-lgtm image
15- config:
16- scrape_configs:
17- - job_name: 'opentelemetry-collector'
18- static_configs:
19- - targets: [ 'localhost:8888' ]
2014 filelog/otlp-json-logs:
2115 include:
2216 - /var/log/pods/*/*/*.log
2317 include_file_path: true
2418 operators:
2519 - id: container-parser
2620 type: container
27-
21+
22+ extensions:
23+ # needed if you use the docker-lgtm image
24+ health_check:
25+ endpoint: 0.0.0.0:13133
26+ path: "/ready"
27+
2828 processors:
2929 batch:
3030 resourcedetection:
@@ -53,13 +53,14 @@ data:
5353 nop:
5454
5555 service:
56+ extensions: [health_check]
5657 pipelines:
5758 traces:
5859 receivers: [ otlp ]
5960 processors: [ k8sattributes, resourcedetection, batch ]
6061 exporters: [ otlphttp/traces ]
6162 metrics:
62- receivers: [ otlp, prometheus/collector ]
63+ receivers: [ otlp ]
6364 processors: [ k8sattributes, resourcedetection, batch ]
6465 exporters: [ otlphttp/metrics ]
6566 logs/raw_otlpjson:
Original file line number Diff line number Diff line change 4747 spec :
4848 containers :
4949 - name : lgtm
50- image : grafana/otel-lgtm:0.10 .1
50+ image : grafana/otel-lgtm:0.11 .1
5151 ports :
5252 - containerPort : 3000
5353 - containerPort : 4317
You can’t perform that action at this time.
0 commit comments