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 223c399 commit b600cb5Copy full SHA for b600cb5
monitoring/datasources.yaml
@@ -6,5 +6,5 @@ apiVersion: 1
6
datasources:
7
- name: prometheus
8
type: prometheus
9
- url: http://172.17.0.1:9090
+ url: http://host.docker.internal:9090
10
isDefault: true
templates/micronaut/pom.xml
@@ -14,7 +14,7 @@
14
<parent>
15
<groupId>io.micronaut.platform</groupId>
16
<artifactId>micronaut-parent</artifactId>
17
- <version>4.7.3</version>
+ <version>4.8.3</version>
18
<relativePath/>
19
</parent>
20
0 commit comments