File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
logging-k8s-stdout-otlp-json/k8s Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 3333 "matchPackageNames" : [ "eclipse-temurin" ] ,
3434 "enabled" : false
3535 }
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+ }
3646 ]
3747}
Original file line number Diff line number Diff line change 88
99wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
1010
11- go install github.com/grafana/oats@v0.2.0
11+ go install github.com/grafana/oats@v0.3.1
1212oats -timeout 5m logging-k8s-stdout-otlp-json/
Original file line number Diff line number Diff line change 3434
3535 - name : Run acceptance tests
3636 run : .github/scripts/run-oats-tests.sh
37-
38- - name : upload log file
39- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
40- if : failure()
41- with :
42- name : OATs logs
43- path : build/**/*.log
Original file line number Diff line number Diff line change 4747 spec :
4848 containers :
4949 - name : lgtm
50- image : grafana/otel-lgtm:latest
50+ image : grafana/otel-lgtm:0.10.1
5151 ports :
5252 - containerPort : 3000
5353 - containerPort : 4317
You can’t perform that action at this time.
0 commit comments