File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
logging-k8s-stdout-otlp-json/k8s Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- name : Acceptance Tests
1+ name : OATS Tests
22
33on :
44 pull_request :
55 branches :
66 - main
77 paths :
8- - .github/workflows/acceptance -tests.yml
8+ - .github/workflows/oats -tests.yml
99 - ' logging-k8s-stdout-otlp-json/**'
1010 workflow_dispatch :
1111
4141 cache-dependency-path : oats/go.sum
4242
4343 - name : Run acceptance tests
44- run : .github/scripts/run-acceptance -tests.sh
44+ run : .github/scripts/run-oats -tests.sh
4545
4646 - name : upload log file
4747 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 6464 exporters: [ otlphttp/metrics ]
6565 logs/raw_otlpjson:
6666 receivers: [ filelog/otlp-json-logs ]
67- # (i) no need for processors before the otlpjson connector
67+ # No need for processors before the otlpjson connector
6868 # Declare processors in the shared "logs" pipeline below
6969 processors: [ ]
7070 exporters: [ otlpjson ]
You can’t perform that action at this time.
0 commit comments