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 34
34
"enabled" : false
35
35
}
36
36
] ,
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
+ }
47
40
}
Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ data:
11
11
endpoint: 0.0.0.0:4317
12
12
http:
13
13
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' ]
20
14
filelog/otlp-json-logs:
21
15
include:
22
16
- /var/log/pods/*/*/*.log
23
17
include_file_path: true
24
18
operators:
25
19
- id: container-parser
26
20
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
+
28
28
processors:
29
29
batch:
30
30
resourcedetection:
@@ -53,13 +53,14 @@ data:
53
53
nop:
54
54
55
55
service:
56
+ extensions: [health_check]
56
57
pipelines:
57
58
traces:
58
59
receivers: [ otlp ]
59
60
processors: [ k8sattributes, resourcedetection, batch ]
60
61
exporters: [ otlphttp/traces ]
61
62
metrics:
62
- receivers: [ otlp, prometheus/collector ]
63
+ receivers: [ otlp ]
63
64
processors: [ k8sattributes, resourcedetection, batch ]
64
65
exporters: [ otlphttp/metrics ]
65
66
logs/raw_otlpjson:
Original file line number Diff line number Diff line change 47
47
spec :
48
48
containers :
49
49
- name : lgtm
50
- image : grafana/otel-lgtm:0.10 .1
50
+ image : grafana/otel-lgtm:0.11 .1
51
51
ports :
52
52
- containerPort : 3000
53
53
- containerPort : 4317
You can’t perform that action at this time.
0 commit comments