mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-06 01:10:59 +00:00
Compare commits
1 Commits
ff4756e0ff
...
feature/in
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
075d655bc2 |
@@ -7,8 +7,16 @@ spring.jpa.properties.hibernate.default_schema=${DB_SCHEMA}
|
||||
spring.quartz.jdbc.initialize-schema=never
|
||||
management.metrics.tags.application=Sissi
|
||||
management.endpoint.health.probes.enabled=true
|
||||
management.endpoints.web.exposure.include=health, info, metrics, prometheus
|
||||
management.metrics.distribution.percentiles-histogram.http.server.requests=true
|
||||
management.observations.key-values.application=Sissi
|
||||
management.zipkin.tracing.endpoint=http://tempo.tempo.svc.cluster.local:9411/api/v2/spans
|
||||
management.tracing.sampling.probability=1.0
|
||||
management.health.livenessState.enabled=true
|
||||
management.health.readinessState.enabled=true
|
||||
spring.application.name=Sissi
|
||||
|
||||
spring.main.allow-circular-references=true
|
||||
spring.main.allow-circular-references=true
|
||||
logging.pattern.correlation=[${spring.application.name:},%X{traceId:-},%X{spanId:-}]
|
||||
logging.include-application-name=false
|
||||
management.observations.annotations.enabled=true
|
||||
Reference in New Issue
Block a user