8000 Introducing an internal integration name by amarziali · Pull Request #8708 · DataDog/dd-trace-java · GitHub
[go: up one dir, main page]

Skip to content

Introducing an internal integration name #8708

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 21 commits into from
May 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dd-trace-core/src/main/java/datadog/trace/core/tagprocessor/In…
…strumentationComponentAdder.java

Co-authored-by: Stuart McCulloch <stuart.mcculloch@datadoghq.com>
  • Loading branch information
amarziali and mcculls committed May 6, 2025
commit e072b5ffbc9751c13d54a20658e8fca5df6867c6
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.List;
import java.util.Map;

public class InstrumentationComponentAdder implements TagsPostProcessor {
public class InstrumentationAdder implements TagsPostProcessor {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: file needs to be renamed to match


@Override
public Map<String, Object> processTags(
Expand Down
0