Interface StTelemetryServiceFactoryType
- All Known Implementing Classes:
StTelemetryServices
public interface StTelemetryServiceFactoryType
A factory of telemetry services.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(StConfiguration.OpenTelemetry configuration) Create a telemetry service.
-
Method Details
-
create
Create a telemetry service.- Parameters:
configuration- The telemetry configuration- Returns:
- A telemetry service
-