Skip to content

Commit

Permalink
chore: Prometheus matrix 수집 설정 local profile에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Jan 17, 2025
1 parent 0415865 commit efb3254
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions module-presentation/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
spring:
application:
name: YES-BE
datasource:
url: jdbc:mysql://localhost:3306/yourevents
username: ${DB_USER}
Expand Down Expand Up @@ -40,6 +42,21 @@ app:
server:
url: http://localhost:8080

management:
endpoints:
access:
default: none
web:
exposure:
include: health, info, metrics, prometheus
base-path: ENC(Fbz8BPD8thSTJdUInezuxnlyy5HCeqB1++CUaz+1ZZcLdIqfWeJNf/+wLskzAEGZvdW6EYFx3SM=)
jmx:
exposure:
exclude: "*"
metrics:
tags:
application: ${spring.application.name}

sentry:
dsn: ENC(p3USktYJhoxYtz0GFLCVpu4fki0u0eN424zqg6rE3vKH5DjjWfqFRN+Enj/rLkCFAhYwlwFtT++KW62gqtm1CnnHxeJfrAki+FdAnWO3JRj29aXea/N8xrE7h/MoZ58Tapyi+wWH5eM=)
environment: ENC(FVBHvqTsvv2ytyUnt6i2lw==)
Expand Down

0 comments on commit efb3254

Please sign in to comment.