Skip to content

Commit 620aa6e

Browse files
authored
add django-prometheus #210 (#218)
1 parent b0964f3 commit 620aa6e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

terraform/production/repositories.tfvars

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,22 @@ repositories = {
248248

249249
]
250250
}
251+
"django-prometheus" = {
252+
description = "Export Django monitoring metrics for Prometheus.io"
253+
allow_merge_commit = true
254+
allow_rebase_merge = true
255+
allow_squash_merge = true
256+
allow_update_branch = true
257+
258+
has_discussions = false
259+
has_wiki = false
260+
admins = [
261+
"asherf",
262+
]
263+
committers = [
264+
]
265+
members = [
266+
]
267+
}
251268
}
252269

0 commit comments

Comments
 (0)