Skip to content

Commit

Permalink
add application-observability platform test (#1206)
Browse files Browse the repository at this point in the history
* add application-observability platform test

---------

Signed-off-by: Robbie Lankford <[email protected]>
  • Loading branch information
rlankfo authored and bentonam committed Feb 11, 2025
1 parent a1caf4e commit af43837
Show file tree
Hide file tree
Showing 14 changed files with 1,285 additions and 0 deletions.
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)
Loading

0 comments on commit af43837

Please sign in to comment.