Skip to content

Commit 50d146e

Browse files
committed
fix(docs): fixed influxdb docs and mention of InfluxDB version, grafana#6027
1 parent 5a1a80b commit 50d146e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/sources/datasources/influxdb.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ page_keywords: grafana, influxdb, metrics, query, documentation
66

77
# InfluxDB
88

9-
There are currently two separate datasources for InfluxDB in Grafana: InfluxDB 0.8.x and InfluxDB 0.9.x.
10-
The API and capabilities of InfluxDB 0.9.x are completely different from InfluxDB 0.8.x which is why Grafana handles
11-
them as different data sources.
12-
13-
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.
9+
Grafana ships with very a feature data source plugin for InfluxDB. Supporting a feature rich query editor, annotation and templating queries.
1410

1511
## Adding the data source
1612
![](/img/v2/add_Influx.jpg)

pkg/services/alerting/engine.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ func (e *Engine) handleResponse(result *EvalContext) {
144144
}
145145
}()
146146

147+
e.log.Info("rule", "nil", result.Rule == nil)
147148
e.log.Debug("Alert Rule Result", "ruleId", result.Rule.Id, "firing", result.Firing)
148149
e.resultHandler.Handle(result)
149150
}

0 commit comments

Comments
 (0)