Skip to content

Commit

Permalink
Skip showing Error Alert for Frontend Data Sources (#73)
Browse files Browse the repository at this point in the history
* Skip showing Error Alert for Frontend Data Sources

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Jul 16, 2024
1 parent 50bf315 commit 6630a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change Log

## 3.1.0 (IN PROGRESS)
## 3.1.0 (2024-07-16)

### Features / Enhancements

- Updated minimum Grafana version to 10.1.0 (#72)
- Added get dashboards meta request (#70)
- Added data source health check (#71)
- Added data source health check (#71, #73)

## 3.0.0 (2024-07-11)

Expand Down
1 change: 1 addition & 0 deletions src/api/datasources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class DataSources extends BaseApi {
getBackendSrv().fetch<DataSourceHealthMessage>({
method: 'GET',
url: `${this.api.instanceSettings.url}/api/datasources/uid/${id}/health`,
showErrorAlert: false,
})
).catch((reason) => reason);

Expand Down

0 comments on commit 6630a75

Please sign in to comment.