File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
demo-catalog/templates/spring-boot-ai-service/base Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4040 fetch-depth : 0
4141
4242 - name : Set up Java
43- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4 .0
43+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5 .0
4444 with :
4545 java-version : 23
4646 distribution : ' graalvm'
9494 image-name : ${{ '${{ steps.image-info.outputs.name }}' }}
9595 steps :
9696 - name : Install Cosign
97- uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
97+ uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7 .0
9898
9999 - uses : redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
100100 with :
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
22 id ' java'
33 id ' org.springframework.boot' version ' 3.4.0-RC1'
44 id ' io.spring.dependency-management' version ' 1.1.6'
5- id ' org.graalvm.buildtools.native' version ' 0.10.3'
65 id ' org.cyclonedx.bom' version ' 1.10.0'
76 id ' org.sonarqube' version ' 5.1.0.4882'
87}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ management:
6868 include : " *"
6969 metrics :
7070 tags :
71- service.name : ${spring.application.name}
71+ " service.name " : ${spring.application.name}
7272 tracing :
7373 sampling :
7474 probability : 1.0
@@ -77,3 +77,6 @@ management:
7777 endpoint : " http://localhost:4318/v1/logs"
7878 tracing :
7979 endpoint : " http://localhost:4318/v1/traces"
80+ metrics :
81+ export :
82+ url : " http://localhost:4318/v1/metrics"
You can’t perform that action at this time.
0 commit comments