Skip to content

Commit 1318756

Browse files
zeitlingertrask
andauthored
Apply suggestions from code review
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent f676aff commit 1318756

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@ jobs:
3333
repository: grafana/oats
3434
ref: bc2f08c5e55114234cece216290f1580a75a6032
3535
path: oats
36+
3637
- name: Set up Go
3738
uses: actions/setup-go@v5
3839
with:
3940
go-version: '1.23'
4041
cache-dependency-path: oats/go.sum
42+
4143
- name: Run acceptance tests
4244
run: .github/scripts/run-acceptance-tests.sh
45+
4346
- name: upload log file
4447
uses: actions/upload-artifact@v4
4548
if: failure()

logging-k8s-stdout-otlp-json/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This example contains
2020

2121
![OTLP/JSON Architecture](otlpjson-architecture.png)
2222

23-
The OTel Collector pipeline:
23+
The OpenTelemetry Collector pipeline:
2424

25-
![OTel Collector Pipeline](otel-collector-otlpjson-pipeline.png)
25+
![OpenTelemetry Collector Pipeline](otel-collector-otlpjson-pipeline.png)
2626

2727
## Getting Started
2828

0 commit comments

Comments
 (0)