-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat: OpenTelemetry configuration and BaseApp instrumentation #25516
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
Draft
aaronc
wants to merge
56
commits into
main
Choose a base branch
from
aaronc/tracing-metrics
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,262
−67
Draft
Changes from 38 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
1cf5e6c
feat: add tracing
aaronc a207f94
work on otel tracer impl
aaronc ee0bfb3
add basic baseapp tracing
aaronc d5f5ea4
latest WIP
aaronc 47f83e8
add trace exporter setup
aaronc 7fafce3
fixes
aaronc bdba035
simapp setup, make tracers wrap loggers
aaronc 25e3135
add test setup
aaronc 5c7e464
fix shutdown order
aaronc d71f7c1
block trace nesting
aaronc 56b215a
update metrics config and instrumentation
aaronc f9ce55c
start adding otel metric config
aaronc 3fff00f
migrate to pure otel setup
aaronc 5077567
fixes
aaronc 31536b6
add basic metrics
aaronc c922688
add telemetry shutdown hook
aaronc ed891cc
docs, cleanup
aaronc f685bd4
WIP on removing go-metrics
aaronc 42da2f7
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/traci…
aaronc 699f5d3
setup sim test flag
aaronc 5df2460
integrate slog logging
aaronc 1c84edb
update to use official env var
aaronc 46e4bcb
add README.md
aaronc f0c3955
delete spaces
aaronc 7dfb754
setup TestingMain
aaronc 1ce344b
update suggested config in README.md
aaronc edbae92
add otel custom config options
aaronc 0f8085a
add otel custom config options
aaronc 03b6069
add more instrumentation
aaronc c4dbd07
remove pretty print
aaronc 2a1dffd
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/traci…
aaronc 7b3ee34
add hashicorp/go-metrics otel/compatibility layer
aaronc 06e1245
bring back server telemetry config, revert unrelated changes
aaronc cf720f9
address review comments, remove timing histograms
aaronc 743fdc9
support otel routing through legacy metrics config
aaronc 5bfe192
go mod tidy, bring in additional config from iavlx branch
aaronc 4f50709
revert unrelated changes
aaronc c3e781d
bug fix & better go-metric -> otel naming
aaronc 6ddac1d
propagate context better and add some basic tracing for grpc queries
aaronc 70e8fa8
basic log unification
aaronc 2258c1f
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/traci…
aaronc 0968a22
go mod tidy
aaronc 6fb271d
update CHANGELOG.md, UPGRADING.md and remove example telemetry config…
aaronc 90885bb
update CHANGELOG.md, UPGRADING.md
aaronc 5e9c6ba
update docs
aaronc a1f27c8
revert any logging configuration, other than setting up the otel logg…
aaronc 6c9cde1
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/traci…
aaronc 75279fa
lint fix
aaronc 10436c9
Update UPGRADING.md
aaronc b870b7c
re-add telemetry toml
technicallyty 3b2440c
add deprecation notice to telemetry toml config
technicallyty 2c20c90
remove legacy metrics init in opentelemetry init
technicallyty 033e51d
Merge remote-tracking branch 'origin/main' into aaronc/tracing-metrics
technicallyty ebe7fd9
re-add changelog entries
technicallyty 3a188c1
Merge remote-tracking branch 'origin/main' into aaronc/tracing-metrics
technicallyty 9e09f53
changelog.md
technicallyty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.