-
Notifications
You must be signed in to change notification settings - Fork 429
feat(metrics): add Datadog observability provider #2906
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 44 commits into
aws-powertools:develop
from
roger-zhangg:datadog_provider
Aug 14, 2023
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c940966
add datadog provider
roger-zhangg 8c21a9b
fix poetry lock
roger-zhangg 98f2f05
merging from develop
leandrodamascena 7602e5e
Refactoring Datadog provider with the new BaseProvider
leandrodamascena 68ed6a3
Adding default tags method
leandrodamascena 7790986
Cleaning tests + adding specific comments
leandrodamascena 4acacb7
Fix small things + improving docstring
leandrodamascena f60a3ba
Fixing minor bugs
leandrodamascena ccfc641
Merge branch 'develop' into datadog_provider
leandrodamascena b681d93
Addressing feedback
leandrodamascena 9785e12
rebasing from upstream
leandrodamascena 64e0bbb
Documentation: adding creating metrics
leandrodamascena 84f38d5
Documentation: adding examples
leandrodamascena ae95c25
Documentation: fixing highlights
leandrodamascena cf383ac
Documentation: fixing mypy problems 💀
leandrodamascena a1405af
merging from develop
leandrodamascena 4850ce5
Merge branch 'develop' into datadog_provider
leandrodamascena 15955e7
Addressing Heitor's feedback + improving DX
leandrodamascena a1c3754
Fix documentantion and add python3.11 as default runtime
leandrodamascena 228001c
Fix documentantion
leandrodamascena 34e9f08
Merge branch 'develop' into datadog_provider
leandrodamascena 4bdf4ff
Moving internal functions to Provider class
leandrodamascena d8b84de
Adding more information about partners
leandrodamascena 724a2e7
docs(config): collapse by default given nav size
heitorlessa 5e4593c
docs: fix yaml frontmatter issue
heitorlessa 5e95e56
docs: auto-include abbreviations
heitorlessa 6e841c7
docs(nav): move datadog to its own nav
heitorlessa 0467e50
docs(datadog): provide terminologies; feat cleanup
heitorlessa 7c39ded
docs(metrics): correct typo in terminologies
heitorlessa ed7a567
shorten word
heitorlessa eb1ee5d
docs(datadog): shorten install
heitorlessa de11c5c
docs(datadog): simplify add_metrics
heitorlessa 28673c5
docs(datadog): simplify tags, mention new warning
heitorlessa 7888c38
docs(datadog): cleanup default tags
heitorlessa 340b446
docs(datadog): simplify code snippet
heitorlessa 9085e9e
docs(datadog): move forwarder to advanced; cleanup
heitorlessa f6f20e8
docs(datadog): cleanup flush
heitorlessa 3ed85ee
docs(datadog): correct typo in cold start
heitorlessa 3b0812f
docs: code annotation, move env vars
heitorlessa f33a719
docs: recommend using Secrets for API Key
heitorlessa d4c5f8f
Adding tags validation + tests
leandrodamascena 6fd7945
Reverting changes
leandrodamascena a78b4fc
docs(metrics): add observability providers section
heitorlessa 400486c
Addressing Heitor's feedback
leandrodamascena 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docs/core/metrics/index.md | ||
includes/abbreviations.md |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from aws_lambda_powertools.metrics.provider.datadog.datadog import DatadogProvider | ||
from aws_lambda_powertools.metrics.provider.datadog.metrics import DatadogMetrics | ||
|
||
__all__ = [ | ||
"DatadogMetrics", | ||
"DatadogProvider", | ||
] |
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.