Skip to content

Commit

Permalink
update stability level
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Jun 21, 2023
1 parent a86c5ef commit cf53df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exporter/loggingexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ func NewFactory() exporter.Factory {
return exporter.NewFactory(
typeStr,
createDefaultConfig,
exporter.WithTraces(createTracesExporter, component.StabilityLevelDevelopment),
exporter.WithMetrics(createMetricsExporter, component.StabilityLevelDevelopment),
exporter.WithLogs(createLogsExporter, component.StabilityLevelDevelopment),
exporter.WithTraces(createTracesExporter, component.StabilityLevelDeprecated),
exporter.WithMetrics(createMetricsExporter, component.StabilityLevelDeprecated),
exporter.WithLogs(createLogsExporter, component.StabilityLevelDeprecated),
)
}

Expand Down

0 comments on commit cf53df5

Please sign in to comment.