diff --git a/cmd/probod/main.go b/cmd/probod/main.go index 44b36cfd0..a53e2b092 100644 --- a/cmd/probod/main.go +++ b/cmd/probod/main.go @@ -17,13 +17,13 @@ package main import ( "context" - "go.probo.inc/probo/pkg/probod" "go.gearno.de/kit/unit" + "go.probo.inc/probo/pkg/probod" ) var ( version string = "unknown" - env string = "unknow" + env string = "unknown" ) func main() { diff --git a/compose/tempo/tempo.yaml b/compose/tempo/tempo.yaml index 6856ece48..5fb8a980d 100644 --- a/compose/tempo/tempo.yaml +++ b/compose/tempo/tempo.yaml @@ -5,7 +5,7 @@ distributor: receivers: otlp: protocols: - grpc: + http: endpoint: "0.0.0.0:4317" ingester: @@ -38,4 +38,3 @@ storage: usage_report: reporting_enabled: false -