-
Notifications
You must be signed in to change notification settings - Fork 279
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
Datadog exporter resource behavior and mapping #5386
Merged
+1,047
−161
Merged
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e760c2e
add mapping for the router span
bnjjj 27f1d96
Merge branch 'dev' of github.com:apollographql/router into bnjjj/fix_…
bnjjj 1d43fd5
changelog
bnjjj e343f6b
Tmp
98de286
Add datadog resource config
ce332ef
lint
a45966b
Update json schema for yaml
869dc03
Enable tests for telemetry on all platforms.
5ab2310
Lint
b7e76a4
Switch to jaeger collector so that things work on osx
cd4c8af
Make sure to explicitly test overriding
17c7680
Update ddagent test docker image
b59a89d
Fix and add test for decimal trace id.
fd68371
Disable datadog tests for non-graphos
7045ad5
Make it so that original span name is always available.
f04cefa
Make is so that the user doesn't have to fix the span names for resou…
00539c6
`resource_mappings` -> `resource_mapping`
f8f92f5
rustdoc missing subgraph name
a2d5233
rustdoc missing query_planning mapping
f943b8f
Add option for fixed span names
8eb2639
Reduce visibility of fields
3ee148c
Use serde_derive_default
ddef1a5
Add docs, make enable_span_mapping and fixed_span_names the default f…
082a7d0
Update integration tests for new defaults.
704da6d
Update apollo-router/src/plugins/telemetry/tracing/datadog.rs
BrynCooke 7d752fe
Add env unified tag
a34d972
Add changelog
fbda2bf
Factor out a bunch of consts, these were duplicated across the codebase
2adecb5
Added tests for and fixed override of span names
3c40231
Merge dev
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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think based on this latest comment, we have to use
router
as the HTTP and Service entry span for now until if Datadog could auto instrument http span someday. I think this change could go in.