Interface SpringService.DefinitionStages.WithTracing
- All Known Subinterfaces:
SpringService.Definition,SpringService.DefinitionStages.WithCreate,SpringService.DefinitionStages.WithEnterpriseTierCreate
- Enclosing interface:
- SpringService.DefinitionStages
public static interface SpringService.DefinitionStages.WithTracing
The stage of a spring service definition allowing to specify tracing with app insight.
-
Method Summary
Modifier and TypeMethodDescriptionwithTracing(String appInsightInstrumentationKey) Specifies tracing property with app insight
-
Method Details
-
withTracing
Specifies tracing property with app insight- Parameters:
appInsightInstrumentationKey- the app insight instrumentation key- Returns:
- the next stage of spring service definition
-