diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 37ddc3e..8569d7c 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,9 +1,9 @@ server: shutdown: graceful - + spring: application: - name: portti + name: portti cloud: gateway: discovery: @@ -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 \ No newline at end of file