Skip to content

Commit b600cb5

Browse files
author
Tim Middleton
authored
Use a generic hostname instead of hardcoded ip for grafanas prometheus (#326)
* Use a generic hostname instead of hardcoded ip for grafanas prometheus datasource * Bump micronaut-parent to 4.8.3
1 parent 223c399 commit b600cb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/datasources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ apiVersion: 1
66
datasources:
77
- name: prometheus
88
type: prometheus
9-
url: http://172.17.0.1:9090
9+
url: http://host.docker.internal:9090
1010
isDefault: true

templates/micronaut/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.micronaut.platform</groupId>
1616
<artifactId>micronaut-parent</artifactId>
17-
<version>4.7.3</version>
17+
<version>4.8.3</version>
1818
<relativePath/>
1919
</parent>
2020

0 commit comments

Comments
 (0)