Skip to content

Commit 86ed10b

Browse files
authored
Fix incorrect grafana endpoint (#28)
1 parent 83ce8d6 commit 86ed10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/alloy/config.alloy.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ scrape_interval = "15s"
7272
// Configure a prometheus.remote_write component to send metrics to a Prometheus server.
7373
prometheus.remote_write "prod" {
7474
endpoint {
75-
url = "https://grafana.citygeo.phila.gov:9090/api/v1/push"
75+
url = "https://grafana.citygeo.phila.city:9090/api/v1/push"
7676

7777
headers = {
7878
"X-Scope-OrgID" = "citygeo",

0 commit comments

Comments
 (0)