Checkmk / grafana-checkmk-datasource

CheckMK data source for Grafana
Apache License 2.0
88 stars 14 forks source link

Support for new autocomplete endpoints #243

Closed lpetrora closed 9 months ago

lpetrora commented 9 months ago

In newer versions of Checkmk the autocompleters endpoint is available in the Rest API, so this update allows to use them if they are available.

The presence of the new endpoint is detected with an additional request only when creating or editing a dashboard, so no additional requests are made when only viewing dashboards. Therefore, the resulting average overhead is less than 1 request per user per connection.