Skip to content

Commit

Permalink
chore: Update stability level for profiles processor
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed May 15, 2024
1 parent 18f418c commit cd9da6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/processortest/nop_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewNopFactory() processor.Factory {
processor.WithTraces(createTracesProcessor, component.StabilityLevelStable),
processor.WithMetrics(createMetricsProcessor, component.StabilityLevelStable),
processor.WithLogs(createLogsProcessor, component.StabilityLevelStable),
processor.WithProfiles(createProfilesProcessor, component.StabilityLevelStable),
processor.WithProfiles(createProfilesProcessor, component.StabilityLevelAlpha),
)
}

Expand Down

0 comments on commit cd9da6c

Please sign in to comment.