Skip to content

Commit

Permalink
[WIP] Add rabbitmq mixin
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Horstmann <horstmann@osism.tech>
  • Loading branch information
janhorstmann committed Nov 9, 2024
1 parent 299b20e commit fe079c0
Show file tree
Hide file tree
Showing 8 changed files with 11,277 additions and 8,209 deletions.
9 changes: 9 additions & 0 deletions .src/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
},
"version": "main"
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "rabbitmq-mixin"
}
},
"version": "master"
},
{
"source": {
"git": {
Expand Down
10 changes: 10 additions & 0 deletions .src/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
"version": "a8fc2139d881ae632a8c956eb9dd4b84b24f362e",
"sum": "yxqWcq/N3E/a/XreeU6EuE6X7kYPnG0AspAQFKOjASo="
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "rabbitmq-mixin"
}
},
"version": "a8fc2139d881ae632a8c956eb9dd4b84b24f362e",
"sum": "2vXP+pe5I1tFMehcJdG/K/Vk90l8G+aAiBNspBUbMEI="
},
{
"source": {
"git": {
Expand Down
7 changes: 7 additions & 0 deletions .src/mixins/infrastructure/rabbitmq.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local rabbitmq = import "rabbitmq-mixin/mixin.libsonnet";

rabbitmq {
prometheusRules+: {},
prometheusAlerts+: {},
grafanaDashboards+: {}
}
Loading

0 comments on commit fe079c0

Please sign in to comment.