Skip to content

Commit

Permalink
Merge pull request #67 from grafana/update-oats
Browse files Browse the repository at this point in the history
update oats
  • Loading branch information
zeitlinger authored Jun 20, 2024
2 parents 3c80c1c + 5fde046 commit 30dae8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: grafana/oats
ref: f73c5c5eb1715296d0900eb5fc7c26fd14968b3f
ref: 4e02b327cf997bc21c4b64dea1951ce3f6361c68
path: oats
- name: Set up Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ Each example uses a different application port (to be able to run all applicatio

## Related Work

* Metrics, Logs, Traces and Profiles in Grafana: https://github.com/grafana/intro-to-mltp
* Metrics, Logs, Traces and Profiles in Grafana: https://github.com/grafana/intro-to-mltp
2 changes: 1 addition & 1 deletion examples/python/oats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ expected:
traces:
- traceql: '{ span.http.route = "/rolldice" }'
spans:
- name: '/rolldice' # should be "GET /rolldice"
- name: 'GET /rolldice'
attributes:
otel.library.name: opentelemetry.instrumentation.flask
metrics:
Expand Down

0 comments on commit 30dae8c

Please sign in to comment.