Skip to content

Commit

Permalink
Shahzeb/asterisk mixin (#751)
Browse files Browse the repository at this point in the history
* Add asterisk-mixin

* Update Lint Exclusions

* Update fixes to dashboard based on linter

* Add logs dashboard
Update Asterisk overview dashboard

* Update mixin Readme and update dashboards

* Add alerts.yaml - Update dashboards

* Dashboard and alerts update

* Updates based on rgeyer's review

* Updating lint exceptions file
  • Loading branch information
mshahzeb authored Mar 8, 2022
1 parent 70b2a1c commit 98c3060
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions asterisk-mixin/.lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
exclusions:
template-datasource-rule:
reason: "templated datasource variable named 'prometheus_datasource', should be names 'datasource'"
template-job-rule:
reason: "ob template should use datasource '$datasource'"
reason: "Prometheus datasource variable is being named as prometheus_datasource now while linter expects 'datasource'"
panel-datasource-rule:
reason: "Loki datasource variable is being named as loki_datasource now while linter expects 'datasource'"
template-datasource-rule:
reason: "Based on new conveention we are using variable names prometheus_datasource and loki_datasource where as linter expects 'datasource'"

0 comments on commit 98c3060

Please sign in to comment.