Skip to content

Commit

Permalink
fix profiles stability level
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Nov 11, 2024
1 parent ec30145 commit b15f297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/resourceprocessor/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewFactory() processor.Factory {
processorprofiles.WithTraces(createTracesProcessor, metadata.TracesStability),
processorprofiles.WithMetrics(createMetricsProcessor, metadata.MetricsStability),
processorprofiles.WithLogs(createLogsProcessor, metadata.LogsStability),
processorprofiles.WithProfiles(createProfilesProcessor, metadata.LogsStability),
processorprofiles.WithProfiles(createProfilesProcessor, metadata.ProfilesStability),
)
}

Expand Down

0 comments on commit b15f297

Please sign in to comment.