Skip to content

Commit

Permalink
feat: drop tempo default point
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 3, 2024
1 parent bd15929 commit 9e5a9be
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
7 changes: 0 additions & 7 deletions dashboard-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,11 @@ management :
http :
server :
requests : true
tracing :
sampling :
probability : 1.0
enabled : true
prometheus :
metrics :
export :
step : 20s
enabled : true
zipkin :
tracing :
endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans}

endpoints :
enabled-by-default : false
Expand Down
8 changes: 1 addition & 7 deletions edge-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,12 @@ management :
http :
server :
requests : true
tracing :
sampling :
probability : 1.0
enabled : true
prometheus :
metrics :
export :
step : 20s
enabled : true
zipkin :
tracing :
endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans}


endpoints :
enabled-by-default : false
Expand Down
7 changes: 0 additions & 7 deletions importer-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,11 @@ management :
http :
server :
requests : true
tracing :
sampling :
probability : 1.0
enabled : true
prometheus :
metrics :
export :
step : 20s
enabled : true
zipkin :
tracing :
endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans}

endpoints :
enabled-by-default : false
Expand Down
7 changes: 0 additions & 7 deletions init-container-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,11 @@ management :
http :
server :
requests : true
tracing :
sampling :
probability : 1.0
enabled : true
prometheus :
metrics :
export :
step : 20s
enabled : true
zipkin :
tracing :
endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans}

endpoints :
enabled-by-default : false
Expand Down

0 comments on commit 9e5a9be

Please sign in to comment.