Skip to content
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

feat: add profile to control if name processor is used or not #1611

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

blumamir
Copy link
Collaborator

@blumamir blumamir commented Oct 22, 2024

At the moment, dotnet and java native agent both use the device id in the service.name resource attribute, and this is replaced by the real service name and additional k8s attributes in the node processor later on.

eBPF instrumentations and OpAMP based agents injects the resource attribute directly and do not need the processor.

By default, the processor is enabled, but users that do not use the java native or dotnet may wish to disable it, and reduce load from the cluster. This PR adds a profile to do that.

This profile is temporary until we migrate dotnet and java to eBPF

@odigos-io odigos-io deleted a comment from notion-workspace bot Oct 22, 2024
@blumamir blumamir merged commit a7b878d into odigos-io:main Oct 22, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants