Jaeger
Introduction
Tracing with Jaeger.
Arguments
Jaeger.builder()
.withId("jaeger")
.withDescription("Jaeger Tracing")
.withDisplayName("Jaeger")
.withNamespace("tracing")
.withLink(getComponentLink())
.withStorageCpu(1)
.withStorageMemory(2)
.withStorageInstances(1)
.withStorageStorageClassName("standard")
.build()
Examples
Azure
AzureKubernetesService.builder()
.withId("aks-1")
.withDescription("Test AKS cluster")
.withDisplayName("AKS #1")
.region(EUROPE_WEST)
.withTracing(Jaeger.builder()
.withId("jaeger")
.withDescription("Jaeger Tracing")
.withDisplayName("Jaeger")
.withNamespace("tracing")
.withLink(getComponentLink())
.withStorageCpu(1)
.withStorageMemory(2)
.withStorageInstances(1)
.withStorageStorageClassName("standard")
.build())
.build();
Properties
id
Required
displayName
description
version
locked
links
namespace
storageSettings
Required