Skip to content

Commit

Permalink
example/metric : Create "dashboards" folder and organize.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscovalentecastro committed Mar 25, 2024
1 parent 5c5fa4d commit 606ce83
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/metric/exponential_histogram/create_dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# This dashboard is intended to show the metrics emit from the example
# in the same directory.
# https://cloud.google.com/monitoring/dashboards/api-dashboard
gcloud monitoring dashboards create --config-from-file=dashboard.json
gcloud monitoring dashboards create --config-from-file=--config-from-file=../dashboards/exponential_histogram_dashboard.json
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# This dashboard is intended to show the metrics emit from the example
# in the same directory.
# https://cloud.google.com/monitoring/dashboards/api-dashboard
gcloud monitoring dashboards create --config-from-file=dashboard.json
gcloud monitoring dashboards create --config-from-file=../dashboards/sdk_dashboard.json

0 comments on commit 606ce83

Please sign in to comment.