From b8ed6fb38bb5cc9ee7668a466a595b859e4ddb1d Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Thu, 4 Jul 2024 13:49:19 +0200 Subject: [PATCH] OBSDOCS-1147: Bugfix - update storage secret table Signed-off-by: Andreas Gerstmayr --- .../distr-tracing-tempo-config-default.adoc | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/modules/distr-tracing-tempo-config-default.adoc b/modules/distr-tracing-tempo-config-default.adoc index 782da8f6d7fc..74bdefaa37d5 100644 --- a/modules/distr-tracing-tempo-config-default.adoc +++ b/modules/distr-tracing-tempo-config-default.adoc @@ -59,3 +59,91 @@ managementState: managed # <21> <19> Configures operands to handle telemetry data. <20> Configures search capabilities. <21> Defines whether or not this CR is managed by the Operator. The default value is `managed`. + +.`TempoStack` CR parameters +[options="header"] +[cols="a, a, a, a"] +|=== +|Parameter |Description |Values |Default value + +|`apiVersion:` +|API version to use when creating the object. +|`tempo.grafana.com/v1alpha1` +|`tempo.grafana.com/v1alpha1` + +|`kind:` +|Defines the kind of the Kubernetes object to create. +|`tempo` +| + +|`metadata:` +|Data that uniquely identifies the object, including a `name` string, `UID`, and optional `namespace`. +| +|{product-title} automatically generates the `UID` and completes the `namespace` with the name of the project where the object is created. + +|`name:` +|Name for the object. +|Name of your TempoStack instance. +|`tempo-all-in-one-inmemory` + +|`spec:` +|Specification for the object to be created. +|Contains all of the configuration parameters for your TempoStack instance. When a common definition for all Tempo components is required, it is defined under the `spec` node. When the definition relates to an individual component, it is placed under the `spec.template.` node. +|N/A + +|`resources:` +|Resources assigned to the TempoStack instance. +| +| + +|`storageSize:` +|Storage size for ingester PVCs. +| +| + +|`replicationFactor:` +|Configuration for the replication factor. +| +| + +|`retention:` +|Configuration options for retention of traces. +| +| + +|`storage:` +|Configuration options that define the storage. +| +| + +|`template.distributor:` +|Configuration options for the Tempo distributor. +| +| + +|`template.ingester:` +|Configuration options for the Tempo ingester. +| +| + +|`template.compactor:` +|Configuration options for the Tempo compactor. +| +| + +|`template.querier:` +|Configuration options for the Tempo querier. +| +| + +|`template.queryFrontend:` +|Configuration options for the Tempo query frontend. +| +| + +|`template.gateway:` +|Configuration options for the Tempo gateway. +| +| + +|===