-
Notifications
You must be signed in to change notification settings - Fork 437
feat(metrics): support to bring your own metrics provider #2194
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
leandrodamascena
merged 54 commits into
aws-powertools:develop
from
roger-zhangg:develop
Aug 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
b9f8cea
Use a different Metric class for different provider
roger-zhangg 06c9c8e
fix static checking error
roger-zhangg 10514f7
fix static checking error
roger-zhangg c9b018f
optimize docstring
roger-zhangg de7eb16
Merge branch 'awslabs:develop' into metrics
roger-zhangg efab535
Merge remote-tracking branch 'upstream/develop' into metrics
roger-zhangg 5fd493a
Merge branch 'develop' into develop
roger-zhangg 8dde509
Merge remote-tracking branch 'upstream/develop' into metrics
roger-zhangg 58bc274
add alias CloudWatchEMF to original Metrics class
roger-zhangg 4de8842
add alias CloudWatchEMF to original Metrics class
roger-zhangg ea4ec06
Merge remote-tracking branch 'origin/develop' into develop
roger-zhangg dafed9e
Merge branch 'develop' into develop
leandrodamascena fedb3a0
Move Metrics to Provider
roger-zhangg 3bab2ae
Merge remote-tracking branch 'origin/develop' into develop
roger-zhangg 169f02c
add sample document
roger-zhangg 7bfd874
reformat code block
roger-zhangg f26e26d
add OTel provider draft for poc
roger-zhangg e015351
Merge branch 'develop' into develop
leandrodamascena 5659cdd
rebasing from upstream
leandrodamascena 1dab8d1
rebasing from upstream
leandrodamascena c203c3d
add test to metrics providers
roger-zhangg 3045abc
merging from develop
leandrodamascena 9cde8e3
docstring + code coverage
leandrodamascena 5bdb2c2
python annotations + imports
leandrodamascena ab36099
changing the name to AmazonCloudWatchEMF
leandrodamascena 4ee1b9e
Merge branch 'develop' into develop
leandrodamascena 28531ac
Merge branch 'develop' into develop
leandrodamascena c223e65
Merge branch 'develop' into develop
leandrodamascena 3673c4b
fix docstring
roger-zhangg 93ba2bc
Merge remote-tracking branch 'origin/develop' into develop
roger-zhangg 5c49b1e
add tests for datadog provider
roger-zhangg 1540be7
add tests for datadog provider
roger-zhangg 1f949aa
Merge branch 'develop' into develop
leandrodamascena 190b112
Merge branch 'develop' into develop
leandrodamascena 01972e5
migrate from ABC to protocol, support convert kwargs to tags, add test
roger-zhangg c31d41f
migrate from ABC to protocol, support convert kwargs to tags, add test
roger-zhangg 3bebcad
migrate from ABC to protocol, support convert kwargs to tags, add test
roger-zhangg e7c1443
remove parent class, fix example
roger-zhangg 7556782
Merge branch 'develop' into develop
leandrodamascena a904764
base: fix small problems
leandrodamascena 58a25fb
refactoring: removing Datadog provider
leandrodamascena 00e719d
Merge branch 'develop' into develop
leandrodamascena bdaa736
refactoring: importing from typing_extensions
leandrodamascena 7ac42be
refactoring EMF provider
leandrodamascena 294bd85
refactoring cloudwatchemf provider and cleaning code
leandrodamascena 077d7e7
fix mypy error
leandrodamascena ae67adb
Merge remote-tracking branch 'upstream/develop' into roger-zhangg/dev…
leandrodamascena 42517ed
fix mypy error
leandrodamascena 28982a3
fix metric tests
leandrodamascena f798ab8
Merge branch 'develop' into develop
leandrodamascena 7fe0641
Merge branch 'develop' into develop
leandrodamascena 4592939
removing documentation
e8cfc81
fix documentation
92eda07
adding test
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
docstring + code coverage
- Loading branch information
commit 9cde8e3c9cdc3603ad05110f204e4e92f1fade3f
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
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.