Skip to content

Commit 1b6520e

Browse files
authored
update OATs (#686)
1 parent e3a5362 commit 1b6520e

File tree

3 files changed

+13
-19
lines changed

3 files changed

+13
-19
lines changed

.github/renovate.json5

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,7 @@
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
}

logging-k8s-stdout-otlp-json/k8s/collector-configmap.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

logging-k8s-stdout-otlp-json/k8s/lgtm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
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

0 commit comments

Comments
 (0)