Skip to content

Commit

Permalink
be compatible with the infra-wide setting for metrics port
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed Nov 7, 2023
1 parent 2061e07 commit a3f4ce7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"traceRatio": "@@METRICS_TRACE_RATIO",
"exportIntervalMillis": "@@METRICS_EXPORT_INTERVAL_MS",
"exportTimeoutMillis": "@@METRICS_EXPORT_TIMEOUT_MS",
"prometheusPort": "@@METRICS_PROMETHEUS_PORT"
"prometheusPort": "@@METRICS_PORT"
},
"db": {
"connection": {
Expand Down
3 changes: 2 additions & 1 deletion config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"collectorHost": "@@COLLECTOR_HOSTNAME",
"traceRatio": "@@METRICS_TRACE_RATIO",
"exportIntervalMillis": "@@METRICS_EXPORT_INTERVAL_MS",
"exportTimeoutMillis": "@@METRICS_EXPORT_TIMEOUT_MS"
"exportTimeoutMillis": "@@METRICS_EXPORT_TIMEOUT_MS",
"prometheusPort": "@@METRICS_PORT"
},
"db": {
"connection": {
Expand Down
3 changes: 2 additions & 1 deletion config/env/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"collectorHost": "@@COLLECTOR_HOSTNAME",
"traceRatio": "@@METRICS_TRACE_RATIO",
"exportIntervalMillis": "@@METRICS_EXPORT_INTERVAL_MS",
"exportTimeoutMillis": "@@METRICS_EXPORT_TIMEOUT_MS"
"exportTimeoutMillis": "@@METRICS_EXPORT_TIMEOUT_MS",
"prometheusPort": "@@METRICS_PORT"
},
"db": {
"client": "postgresql",
Expand Down

0 comments on commit a3f4ce7

Please sign in to comment.