Skip to content

Commit

Permalink
enapter-api-datasource: enable alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovatorov committed Nov 25, 2024
1 parent e57af01 commit c9ba668
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions enapter-api-datasource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v7.2.0

- Enable alerting.

## v7.1.0

- Handle device manifest queries.
Expand Down
2 changes: 1 addition & 1 deletion enapter-api-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enapter-api",
"version": "7.1.0",
"version": "7.2.0",
"description": "Enapter API Grafana Datasource Plugin",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
1 change: 1 addition & 0 deletions enapter-api-datasource/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"id": "enapter-api",
"metrics": true,
"backend": true,
"alerting": true,
"executable": "gpx_enapter_api",
"info": {
"description": "",
Expand Down

0 comments on commit c9ba668

Please sign in to comment.