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

[exporter/file] Add support for profiles signal #35978

Open
mx-psi opened this issue Oct 24, 2024 · 1 comment
Open

[exporter/file] Add support for profiles signal #35978

mx-psi opened this issue Oct 24, 2024 · 1 comment
Labels
data:profiles Profiles related issues exporter/file help wanted Extra attention is needed priority:p2 Medium

Comments

@mx-psi
Copy link
Member

mx-psi commented Oct 24, 2024

Component(s)

exporter/file

Describe the issue you're reporting

This exporter 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/11435

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 needs triage New item requiring triage help wanted Extra attention is needed priority:p2 Medium data:profiles Profiles related issues and removed needs triage New item requiring triage labels Oct 24, 2024
Copy link
Contributor

Pinging code owners:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:profiles Profiles related issues exporter/file help wanted Extra attention is needed priority:p2 Medium
Projects
None yet
Development

No branches or pull requests

1 participant