mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 09:18:58 -07:00
Adding preliminary support for Prometheus metrics.
This commit is contained in:
parent
00cd60ebec
commit
f543276b82
12 changed files with 209 additions and 31 deletions
|
@ -1,9 +1,9 @@
|
|||
terraform {
|
||||
required_version = ">= 1.0.7"
|
||||
required_version = ">= 1.0.9"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.59.0"
|
||||
version = "~> 3.62.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue