convert tempo to stack

This commit is contained in:
2024-08-11 06:15:47 -07:00
parent b13b470157
commit fd97d27bd6
2 changed files with 28 additions and 8 deletions

View File

@ -122,19 +122,16 @@ config.volumes = "loki-data = /loki"
##
[[deployment]]
[[stack]]
name = "tempo-tracing"
description = "OTLP: port 4317. HTTP: 3200. GRPC: 9096"
tags = ["logging"]
deploy = true
config.server_id = "demo-server"
config.image.type = "Image"
config.image.params.image = "grafana/tempo"
config.restart = "unless-stopped"
config.command = "-server.http-listen-port=3200 -server.grpc-listen-port=9096 --storage.trace.backend=local --storage.trace.local.path=/tmp/tempo/traces --storage.trace.wal.path=/tmp/tempo/wal"
config.network = "host" # So it can be reached by Monitor Core at host.docker.internal:4317
config.volumes = "tempo-data = /tmp/tempo"
config.labels = "vector = key-value" # So vector picks up the logs, ships to loki
config.file_paths = ["tempo.compose.yaml"]
config.git_provider = "git.demo.monitor.dev"
config.git_account = "mbecks"
config.repo = "mbecks/demo-sync"
####################
# Vector (Logging) #