Package io.micrometer.tracing.test
Class SampleTestRunner.SampleRunnerConfig.Builder
java.lang.Object
io.micrometer.tracing.test.SampleTestRunner.SampleRunnerConfig.Builder
- Enclosing class:
SampleTestRunner.SampleRunnerConfig
Builder for
SampleTestRunner.SampleRunnerConfig.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configuration.wavefrontApplicationName(String wavefrontApplicationName) Name of the application grouping in Tanzu Observability by Wavefront.wavefrontServiceName(String wavefrontServiceName) Name of this service in Tanzu Observability by Wavefront.wavefrontSource(String wavefrontSource) Name of the source to be presented in Tanzu Observability by Wavefront.wavefrontToken(String wavefrontToken) Token required to connect to Tanzu Observability by Wavefront.wavefrontUrl(String wavefrontUrl) URL of your Tanzu Observability by Wavefront installation.URL of your Zipkin installation.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
wavefrontToken
Token required to connect to Tanzu Observability by Wavefront.- Parameters:
wavefrontToken- wavefront token- Returns:
- this
-
wavefrontUrl
URL of your Tanzu Observability by Wavefront installation.- Parameters:
wavefrontUrl- wavefront URL.- Returns:
- this
-
zipkinUrl
URL of your Zipkin installation.- Parameters:
zipkinUrl- zipkin URL- Returns:
- this
-
wavefrontApplicationName
public SampleTestRunner.SampleRunnerConfig.Builder wavefrontApplicationName(String wavefrontApplicationName) Name of the application grouping in Tanzu Observability by Wavefront.- Parameters:
wavefrontApplicationName- wavefront application name- Returns:
- this
-
wavefrontServiceName
public SampleTestRunner.SampleRunnerConfig.Builder wavefrontServiceName(String wavefrontServiceName) Name of this service in Tanzu Observability by Wavefront.- Parameters:
wavefrontServiceName- wavefront service name- Returns:
- this
-
wavefrontSource
Name of the source to be presented in Tanzu Observability by Wavefront.- Parameters:
wavefrontSource- wavefront source- Returns:
- this
-
build
Builds the configuration.- Returns:
- built configuration
-