-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
data:profilesProfiles related issuesProfiles related issuesexporter/filehelp wantedExtra attention is neededExtra attention is neededpriority:p2MediumMedium
Description
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]
Metadata
Metadata
Assignees
Labels
data:profilesProfiles related issuesProfiles related issuesexporter/filehelp wantedExtra attention is neededExtra attention is neededpriority:p2MediumMedium