terraform-provider-gdashboard

The provider offers a handy syntax to define Grafana dashboards: time series, gauge, bar gauge, stat, etc.

APACHE-2.0 License

Stars
3
Committers
2

Bot releases are visible (Hide)

terraform-provider-gdashboard - v0.0.20 Latest Release

Published by github-actions[bot] 7 months ago

There is a breaking change in the definition of the prometheus query:

queries {
  prometheus {
-   min_interval = "30s"
+   min_step = "30s"
  }
}

What's Changed

Full Changelog: https://github.com/gdashboard/terraform-provider-gdashboard/compare/v0.0.19...v0.0.20

terraform-provider-gdashboard - v0.0.19

Published by github-actions[bot] 8 months ago

This release has breaking changes in the CloudWatch query definition. The type of the query must be specified, it's either metrics or logs.

Before:

cloudwatch {
  uid         = "cloudwatch"
  namespace   = "AWS/ApplicationELB"
  metric_name = "HTTPCode_Target_2XX_Count"
  statistic   = "Sum"
  match_exact = true
}

After:

cloudwatch {
  metrics {
    uid         = "cloudwatch"
    namespace   = "AWS/ApplicationELB"
    metric_name = "HTTPCode_Target_2XX_Count"
    statistic   = "Sum"
    match_exact = true
  }
}

What's Changed

Full Changelog: https://github.com/gdashboard/terraform-provider-gdashboard/compare/v0.0.18...v0.0.19

terraform-provider-gdashboard - v0.0.18

Published by github-actions[bot] 8 months ago

terraform-provider-gdashboard - v0.0.17

Published by github-actions[bot] 8 months ago

terraform-provider-gdashboard - v0.0.16

Published by github-actions[bot] 9 months ago

terraform-provider-gdashboard - v0.0.15

Published by github-actions[bot] over 1 year ago

New features

Dependencies

Full Changelog: https://github.com/gdashboard/terraform-provider-gdashboard/compare/v0.0.14...v0.0.15

terraform-provider-gdashboard - v0.0.14

Published by github-actions[bot] over 1 year ago

New features

Bug fix

Dependencies

Full Changelog: https://github.com/gdashboard/terraform-provider-gdashboard/compare/v0.0.13...v0.0.14

terraform-provider-gdashboard - v0.0.13

Published by github-actions[bot] over 1 year ago

What's Changed

Dependencies

Full Changelog: https://github.com/gdashboard/terraform-provider-gdashboard/compare/v0.0.12...v0.0.13

terraform-provider-gdashboard - v0.0.12

Published by github-actions[bot] over 1 year ago

terraform-provider-gdashboard - v0.0.11

Published by github-actions[bot] over 1 year ago

This release is focused on the Dashboard improvements. There is a brand new simplified layout system.

  • Dashboard variables now support textbox, adhoc, query, datasource, and interval options
  • Added a few missing dashboard options: tags, description, version, time options, and time picker options
  • The layout has been simplified for a better user experience

What's Changed

Dependencies

Infrastructure

Full Changelog: https://github.com/iRevive/terraform-provider-gdashboard/compare/v0.0.10...v0.0.11

terraform-provider-gdashboard - v0.0.10

Published by github-actions[bot] over 1 year ago

terraform-provider-gdashboard - v0.0.9

Published by github-actions[bot] over 1 year ago

What's Changed

Full Changelog: https://github.com/iRevive/terraform-provider-gdashboard/compare/v0.0.8...v0.0.9

terraform-provider-gdashboard - v0.0.8

Published by github-actions[bot] over 1 year ago

What's Changed

Full Changelog: https://github.com/iRevive/terraform-provider-gdashboard/compare/v0.0.7...v0.0.8

terraform-provider-gdashboard - v0.0.7

Published by iRevive over 1 year ago

What's Changed

Dependencies

Full Changelog: https://github.com/iRevive/terraform-provider-gdashboard/compare/v0.0.6...v0.0.7

terraform-provider-gdashboard - v0.0.6

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/iRevive/terraform-provider-gdashboard/compare/v0.0.5...v0.0.6

terraform-provider-gdashboard - v0.0.5

Published by github-actions[bot] about 2 years ago

terraform-provider-gdashboard - v0.0.4

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/iRevive/terraform-provider-gdashboard/compare/v0.0.3...v0.0.4

terraform-provider-gdashboard - v0.0.3

Published by github-actions[bot] about 2 years ago

terraform-provider-gdashboard - v0.0.2

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/iRevive/terraform-provider-gdashboard/compare/v0.0.1...v0.0.2

terraform-provider-gdashboard - v0.0.1

Published by github-actions[bot] about 2 years ago