Skip to content

Commit

Permalink
Test against a known-bad repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasomeone committed Oct 22, 2024
1 parent 914d5df commit 1c71456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions alertmanager/receivers.libsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
pagerduty: (import './receivers/pagerduty.libsonnet'),
slack: (import './receivers/slack.libsonnet'), // this is a test change

slack: (import './receivers/slack.libsonnet'),
}
1 change: 0 additions & 1 deletion apache-activemq-mixin/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@

enableLokiLogs: true,
filterSelector: 'job=~"integrations/apache-activemq"',
// this is a test change
},
}
3 changes: 2 additions & 1 deletion kafka-mixin/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ksqldbFilteringSelector: 'job=~"integrations/kafka-ksqldb|integrations/kafka"',
groupLabels: ['job', 'kafka_cluster'],
instanceLabels: ['instance'],
dashboardTags: ['kafka-integration'],
dashboardTags: ['kafka-integration'], // this is a test change

},
}

0 comments on commit 1c71456

Please sign in to comment.