-
-
Notifications
You must be signed in to change notification settings - Fork 200
feat: metrics #1498
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
Open
jpnurmi
wants to merge
25
commits into
master
Choose a base branch
from
jpnurmi/feat/metrics
base: master
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.
Open
feat: metrics #1498
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
65c23aa
WIP: feat: metrics
jpnurmi a73c3bc
docs: add changelog entry for metrics feature
jpnurmi 875c3d9
docs: add metrics to attribute documentation
jpnurmi 3c07fa5
ref(metrics): change sentry_metrics_count to use int64_t
jpnurmi 0e56ebb
Merge remote-tracking branch 'upstream/master' into jpnurmi/feat/metrics
jpnurmi ccc3870
docs(metrics): document attributes ownership transfer
jpnurmi 52ff5d6
fix(metrics): fix memory leak when metrics disabled
jpnurmi f8eb035
feat(metrics): add SENTRY_UNIT_* constants for telemetry units
jpnurmi 941a1fa
ref(metrics): remove unit parameter from sentry_metrics_count
jpnurmi d418485
ref(batcher): split shutdown/flush into begin/wait for parallelization
jpnurmi 9993fc6
test(metrics): add integration tests matching logs test coverage
jpnurmi 8b0c9c6
fix(logs): avoid modifying custom per-log attributes (#1500)
jpnurmi 725b062
fix(metrics): scope attributes
jpnurmi 776400e
Merge remote-tracking branch 'upstream/master' into jpnurmi/feat/metrics
jpnurmi d9c5e27
Update CHANGELOG.md
jpnurmi 898c169
fix batcher shutdown split thread lifecycle guard
jpnurmi 0326af9
consolidate sentry__envelope_add_logs/metrics shared helper
jpnurmi d9eec54
fix sentry__envelope_add_metrics
jpnurmi 0154bd5
clean up unused import
jpnurmi c57c0c7
fix race condition in batcher force_flush_wait
jpnurmi a878869
Update include/sentry.h
jpnurmi 3bff6c7
Fix formatting
jpnurmi 9478d36
Add missing test for batching
jpnurmi 480f943
Fix redundant batch_func initialization in batchers
jpnurmi ca4a0e6
Keep static batch_func initializer
jpnurmi 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
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
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.