-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add examples and tests to verify that their schema loads and plans work #16
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
305abc2
to
abf8aef
Compare
abf8aef
to
cd793fc
Compare
@@ -0,0 +1,4 @@ | |||
resource "chronosphere_team" "t" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional: could this be a symlink to ../teams/main.tf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -0,0 +1,23 @@ | |||
resource "chronosphere_drop_rule" "mah-drop-rule" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: mind getting rid of "mah" and replacing it with something else? (purely cosmetic)
@@ -0,0 +1,7 @@ | |||
resource "chronosphere_gcp_metrics_integration" "customer" { | |||
name = "GCP Metrics Integration" | |||
slug = "test-gcp-metrics-integration" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for follow-up, this example is pretty light, doesn't have any metric_groups which seems to be the main entity body
cc @kirgirchrono
@@ -0,0 +1,22 @@ | |||
resource "chronosphere_grafana_dashboard" "my_dashboard" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we call them classic dashboards, should we drop the support for the old name here? cc @bg451
@@ -0,0 +1,23 @@ | |||
#!/usr/bin/env bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's delete this file (creating a service isn't supported)
No description provided.