-
Notifications
You must be signed in to change notification settings - Fork 549
feat(metrics): Move minimetrics code to the SDK #2385
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
012e00d
feat(metrics): Move minimetrics code to the SDK
mitsuhiko c0de8c2
fix: typing issues
mitsuhiko 4a9c537
fix: add missing metrics module
mitsuhiko b0c410d
feat: Reuse timestamp in timing
mitsuhiko 587cf9a
test: Add tests
mitsuhiko 70463ca
feat: Enable gauges and add tests
mitsuhiko 8b494b1
test: Added multi-metric test
mitsuhiko 22705c2
fix: lint
mitsuhiko feb8c9b
feat: add transaction name to metrics
mitsuhiko cafc747
fix: duplicate test name
mitsuhiko 48abc5d
fix: typing
mitsuhiko cd2597a
Add missing space
mitsuhiko c67ddf0
feat: return envelope to allow capturing of metrics
mitsuhiko daf0ee1
feat: Unicode support for tag values
mitsuhiko 7bd88b0
Add newline
mitsuhiko a21e683
feat: Added before_emit_metric
mitsuhiko b1ba79e
feat: Add timed decorator
mitsuhiko 80cef70
ref: Unify timed and timing
mitsuhiko 54a49ff
fix: Remove unused ts
mitsuhiko 799a436
Fix lints
mitsuhiko 0417e7b
Fix typing error
mitsuhiko e9d2eee
Make 2.7 happy
mitsuhiko ed866fc
fix: newstyle type syntax
mitsuhiko 2273176
Fix unicode literal
mitsuhiko de9049a
Reformat
mitsuhiko c37ed6f
Mark string as unicode
mitsuhiko b16bee4
Make black not strip u prefixes on some tests
mitsuhiko be7756b
Add back removed utf-8 coding marker
mitsuhiko 1f18562
feat: Allow non integer tag values
mitsuhiko 79379a4
Fix python 2.7 again
mitsuhiko c0bb251
Added comment on sanitizing
mitsuhiko fe71bc6
Split out timing and distribution
mitsuhiko 16f20a8
fix: lint
mitsuhiko 8d8e015
black
mitsuhiko 7cf653b
Make nanosecond_time always work
mitsuhiko 079fb34
raise -> return
mitsuhiko 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.
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.