mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(docs): fixed influxdb docs and mention of InfluxDB version, #6027
This commit is contained in:
parent
5a1a80bcdd
commit
50d146e82c
@ -6,11 +6,7 @@ page_keywords: grafana, influxdb, metrics, query, documentation
|
|||||||
|
|
||||||
# InfluxDB
|
# InfluxDB
|
||||||
|
|
||||||
There are currently two separate datasources for InfluxDB in Grafana: InfluxDB 0.8.x and InfluxDB 0.9.x.
|
Grafana ships with very a feature data source plugin for InfluxDB. Supporting a feature rich query editor, annotation and templating queries.
|
||||||
The API and capabilities of InfluxDB 0.9.x are completely different from InfluxDB 0.8.x which is why Grafana handles
|
|
||||||
them as different data sources.
|
|
||||||
|
|
||||||
InfluxDB 0.9 is rapidly evolving and we continue to track its API. InfluxDB 0.8 is no longer maintained by InfluxDB Inc, but we provide support as a convenience to existing users.
|
|
||||||
|
|
||||||
## Adding the data source
|
## Adding the data source
|
||||||

|

|
||||||
|
@ -144,6 +144,7 @@ func (e *Engine) handleResponse(result *EvalContext) {
|
|||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
e.log.Info("rule", "nil", result.Rule == nil)
|
||||||
e.log.Debug("Alert Rule Result", "ruleId", result.Rule.Id, "firing", result.Firing)
|
e.log.Debug("Alert Rule Result", "ruleId", result.Rule.Id, "firing", result.Firing)
|
||||||
e.resultHandler.Handle(result)
|
e.resultHandler.Handle(result)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user