Skip to content

Commit

Permalink
add tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Nov 8, 2024
1 parent 12e8f7f commit 677ee17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ locals {
node_exporter_tag = "v1.8.2"
pushgateway_tag = "v1.9.0"



################
# Tempo
################
tempo_chart_version = "1.10.3"
tempo_tag = "2.5.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ inputs = {
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
prometheus_port = dependency.eks-prometheus.outputs.prometheus_server_internal_endpoint.port_number
prometheus_namespace = dependency.eks-prometheus.outputs.prometheus_namespace
tempo_chart_version = include.root.inputs.tempo_chart_version
tempo_tag = include.root.inputs.tempo_tag

}

0 comments on commit 677ee17

Please sign in to comment.