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

OpenTelemetry OTLP setup for tracing, take 2 #697

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
583d124
feat: tracing with OpenTelemetry OTLP
mzabaluev Oct 8, 2024
57845ba
feat(process-compose):telemetry overlay
mzabaluev Oct 8, 2024
bece93e
feat(tracing)!: break out telemetry
mzabaluev Oct 10, 2024
607ba0b
fix(process-compose): correctly specify enviroment
mzabaluev Oct 10, 2024
56899ca
feat: produce some telemetry spans and events
mzabaluev Oct 10, 2024
f713d71
fix(tracing): work around another shutdown problem
mzabaluev Oct 16, 2024
8ce2e07
feat: spans for each telemetry event
mzabaluev Oct 16, 2024
c915948
feat(suzuka-full-node): execute_block telemetry
mzabaluev Oct 17, 2024
c1ba7fc
chore: comments on some metrics
mzabaluev Oct 17, 2024
372f9b4
feat(opt-executor): emit telemetry on tx failure
mzabaluev Oct 17, 2024
acc202b
feat(suzuka-full-node): telemetry on executed tx
mzabaluev Oct 17, 2024
954c8e4
fix: add feed.
l-monninger Oct 18, 2024
e6144f8
fix: add otlp test.
l-monninger Oct 18, 2024
3fed933
Merge branch 'main' into mikhail/opentelemetry-through-tracing
mzabaluev Oct 21, 2024
f59cb2f
chore(tracing): comment on the guard
mzabaluev Oct 21, 2024
2fab8d7
feat(ci): add telemetry to local tests
mzabaluev Oct 21, 2024
f2af21d
Merge branch 'main' into mikhail/opentelemetry-through-tracing
mzabaluev Oct 21, 2024
f06cf53
feat(docker-compose): add telemetry overlay
mzabaluev Oct 21, 2024
2688dec
Merge branch 'main' into mikhail/opentelemetry-through-tracing
mzabaluev Nov 1, 2024
a2e6653
chore: commit Cargo.lock updates
mzabaluev Nov 1, 2024
1474c53
Merge branch 'main' into mikhail/opentelemetry-through-tracing
mzabaluev Nov 4, 2024
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
3 changes: 2 additions & 1 deletion .github/workflows/checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
env:
CELESTIA_LOG_LEVEL: FATAL # adjust the log level while debugging
run: |
nix develop --command bash -c "just suzuka-full-node native build.setup.eth-local.celestia-local.test -t=false"
nix develop --command bash \
-c "just suzuka-full-node native build.setup.eth-local.celestia-local.test.telemetry.test-telemetry -t=false"

suzuka-multi-node-local:
if: github.event.label.name == 'cicd:suzuka-multi-node-local' || github.ref == 'refs/heads/main'
Expand Down
Loading