Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
jahpola committed May 27, 2024
1 parent 1512dc5 commit c163c94
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
server:
shutdown: graceful

spring:
application:
name: portti
name: portti
cloud:
gateway:
discovery:
Expand All @@ -14,26 +14,17 @@ management:
endpoints:
web:
exposure:
include: "*"
include: '*'
endpoint:
health:
probes:
enabled: true
opentelemetry:
resource-attributes:
application: ${spring.application.name}
cluster: local
# Micrometer Metrics configures this attribute with "unknown value".
# It should probably be autoconfigured correctly by Spring Boot.
"service.name": ${spring.application.name}

otlp:
tracing:
endpoint: http://otel-collector.otel-demo.svc.cluster.local:4318/v1/traces

#logging:
#level:
#logging:
#level:
#org.springframework: DEBUG
#org.springframework.cloud.gateway: DEBUG
#org.springframework.cloud.loadbalancer: DEBUG
#org.springframework.cloud: DEBUG
#org.springframework.cloud: DEBUG

0 comments on commit c163c94

Please sign in to comment.