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 0666b81 commit d1861f6Copy full SHA for d1861f6
Makefile
@@ -1,7 +1,7 @@
1
hostname = $(shell hostname)
2
+instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=${hostname}&project_name=${project}")
3
DATA_SOURCE_NAME="postgresql://${database_user}:${database_password}@localhost:${port}/${database_name}"
4
PG_EXPORTER_CONSTANT_LABELS="domain=${instance_id}_${hostname}"
-instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=${hostname}&project_name=${project}")
5
6
all: prepare_files save_env_vars start_service
7
0 commit comments