Skip to content

Commit c7383b9

Browse files
Merge pull request #6 from NeedleInAJayStack/feature/alerting
feature: Adds alerting support
2 parents 0ee758c + f6ef312 commit c7383b9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ Contributions are very welcome! For details on how to develop this plugin, see t
2424

2525
## Continuing Work
2626

27-
- [ ] Add alert support
2827
- [ ] Publish plugin
2928
- [ ] Consider enabling multi-point hisRead (through filters)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prepare": "husky install"
1818
},
1919
"lint-staged": {
20-
"src/*": ["eslint", "prettier --write --ignore-unknown"]
20+
"src/*": ["prettier --write --ignore-unknown"]
2121
},
2222
"author": "NeedleInAJayStack",
2323
"license": "Apache-2.0",

src/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ The value injected by the variable exactly matches the displayed value, with the
5757
injected value is only the ID portion (i.e. the dis name is not included in the interpolation). Multiple-select values
5858
are combined with commas, (`red,blue`), but this may be customized using the
5959
[advanced variable format options](https://grafana.com/docs/grafana/latest/dashboards/variables/variable-syntax/#advanced-variable-format-options).
60+
61+
### Alerting
62+
63+
[Standard grafana alerting](https://grafana.com/docs/grafana/latest/alerting/) is supported by this data source.

src/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"id": "needleinajaystack-haystack-datasource",
66
"metrics": true,
77
"backend": true,
8+
"alerting": true,
89
"executable": "gpx_haystack_datasource",
910
"info": {
1011
"description": "A Grafana data source for Haystack tagged data",

0 commit comments

Comments
 (0)