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

[processor/resource] Add support for profiles signal #35979

Open
mx-psi opened this issue Oct 24, 2024 · 5 comments · May be fixed by #36208
Open

[processor/resource] Add support for profiles signal #35979

mx-psi opened this issue Oct 24, 2024 · 5 comments · May be fixed by #36208
Assignees
Labels
data:profiles Profiles related issues help wanted Extra attention is needed priority:p2 Medium processor/resource Resource processor Stale

Comments

@mx-psi
Copy link
Member

mx-psi commented Oct 24, 2024

Component(s)

processor/resource

Describe the issue you're reporting

This processor would be useful for testing and validation of the experimental profiling signal.

As inspiration for how to add support this PR can be used: open-telemetry/opentelemetry-collector/pull/11071 (there is no processor with support as of the writing of this issue)

Example of configuration using profiles (needs service.profilesSupport feature gate to be enabled):

receivers:
  otlp:
    protocols:
      grpc:
exporters:
  otlp:
    endpoint: ${OTLP_ENDPOINT}
service:
  pipelines:
    profiles:
      receivers: [otlp]
      exporters: [otlp]
@mx-psi mx-psi added help wanted Extra attention is needed priority:p2 Medium data:profiles Profiles related issues labels Oct 24, 2024
@github-actions github-actions bot added the processor/resource Resource processor label Oct 24, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@bacherfl
Copy link
Contributor

If this is still available, I would like to work on this

@mx-psi
Copy link
Member Author

mx-psi commented Oct 29, 2024

@bacherfl Still available, but could you help review open-telemetry/opentelemetry-collector/pull/11556 first?

@bacherfl
Copy link
Contributor

@bacherfl Still available, but could you help review open-telemetry/opentelemetry-collector/pull/11556 first?

sure thing, will take a look

Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions github-actions bot added the Stale label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:profiles Profiles related issues help wanted Extra attention is needed priority:p2 Medium processor/resource Resource processor Stale
Projects
None yet
2 participants