Skip to content

Commit

Permalink
adding metrics profile
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 authored and chaitanyaenr committed Jan 27, 2025
1 parent be6c33f commit e0b9eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ performance_monitoring:
deploy_dashboards: $DEPLOY_DASHBOARDS # Install a mutable grafana and load the performance dashboards. Enable this only when running on OpenShift
repo: "https://github.com/cloud-bulldozer/performance-dashboards.git"
capture_metrics: $CAPTURE_METRICS
metrics_profile: config/metrics-aggregated.yaml
metrics_profile: $METRICS_PATH
prometheus_url: # The prometheus url/route is automatically obtained in case of OpenShift, please set it when the distribution is Kubernetes.
prometheus_bearer_token: # The bearer token is automatically obtained in case of OpenShift, please set it when the distribution is Kubernetes. This is needed to authenticate with prometheus.
uuid: $UUID # uuid for the run is generated by default if not set
Expand Down
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export DEPLOY_DASHBOARDS=${DEPLOY_DASHBOARDS:=False}
export CAPTURE_METRICS=${CAPTURE_METRICS:=False}
export ENABLE_ALERTS=${ENABLE_ALERTS:=False}
export ALERTS_PATH=${ALERTS_PATH:=config/alerts.yaml}

export METRICS_PATH=${METRICS_PATH:=config/metrics-aggregated.yaml}

export ENABLE_ES=${ENABLE_ES:=False}
export ES_SERVER=${ES_SERVER:=http://0.0.0.0}
Expand Down

0 comments on commit e0b9eb7

Please sign in to comment.