-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add application-observability platform test (#1206)
* add application-observability platform test --------- Signed-off-by: Robbie Lankford <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,285 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
charts/k8s-monitoring/tests/platform/grafana-cloud/app-observability/.envrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export GRAFANA_CLOUD_OTLP_USERNAME=$(op --account grafana.1password.com read "op://Kubernetes Monitoring/helmchart OTLP/username") | ||
export GRAFANA_CLOUD_METRICS_USERNAME=$(op --account grafana.1password.com read "op://Kubernetes Monitoring/helmchart Prometheus/username") | ||
export GRAFANA_CLOUD_LOGS_USERNAME=$(op --account grafana.1password.com read "op://Kubernetes Monitoring/helmchart Loki/username") | ||
export GRAFANA_CLOUD_RW_POLICY_TOKEN=$(op --account grafana.1password.com read "op://Kubernetes Monitoring/helmchart Loki/password") | ||
export RANDOM_NUMBER=$(shuf -i 100000-999999 -n 1) |
File renamed without changes.
Oops, something went wrong.