We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe78663 commit f066cb0Copy full SHA for f066cb0
build.gradle
@@ -42,6 +42,8 @@ dependencies {
42
implementation 'com.theokanning.openai-gpt3-java:service:0.12.0'
43
// actuator
44
implementation 'org.springframework.boot:spring-boot-starter-actuator'
45
+ // prometheus
46
+ implementation 'io.micrometer:micrometer-registry-prometheus'
47
// swagger
48
implementation 'org.springdoc:springdoc-openapi-ui:1.6.15'
49
// s3 bucket
src/main/resources/application.yml
@@ -70,7 +70,7 @@ cloud:
70
71
management:
72
server:
73
- port: 9292
+ port: 9090
74
endpoint:
75
shutdown:
76
enabled: true # shutdown endpoint 활성화
0 commit comments