Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update oats #67

Merged
merged 3 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading