Torkel Ödegaard
ca3405afc5
feat(plugins): moved http settings to directive instad of just ng-include partial
2016-01-09 19:03:03 +01:00
Torkel Ödegaard
3bb20dbf2e
feat(plugins): changed plugin schema, pluginType -> type, type -> id
2016-01-08 23:15:44 +01:00
Mitsuhiro Tanda
ebf0bd5fc9
fix end time of Prometheus link
2015-12-31 16:05:04 +09:00
Mitsuhiro Tanda
be48caf59f
fix Prometheus link, expand template variable in expression
2015-12-31 16:05:04 +09:00
Torkel Ödegaard
4522b02925
tech(systemjs): almost all tests are passing
2015-12-21 16:00:58 +01:00
Mitsuhiro Tanda
8264c76642
add separate datasource parameter withCredentials
2015-12-09 14:44:28 +09:00
Joakim Lahtinen
9c0141e84e
Fixed some broken HTML.
...
Simplified some control flow.
2015-11-24 07:29:52 +01:00
Mitsuhiro Tanda
a1fcd3c5b6
import fix step calibration
2015-11-20 15:37:31 +09:00
Mitsuhiro Tanda
15dc30edf6
if there isn't enough datapoint, add null data point
2015-11-20 13:24:49 +09:00
Torkel Ödegaard
97697b93ed
refactoring: moving and renaming things
2015-10-30 15:58:20 +01:00
Dan Cleinmark
963f9fdf40
Ensure Promtheus step interval is always < 11000
...
Using a 2 week window (1209600 seconds) and a 60s step, Math.floor()
recalculates a step of 109 and results in 11097 data points in the
Prometheus query (> the 11000 max set by Prometheus). Math.ceil()
returns a step of 110 and 10996 data points.
2015-10-29 07:24:42 -07:00
Torkel Ödegaard
89eedd59a8
Merge pull request #3008 from mtanda/prometheus_link
...
Revert prometheus graph view link
2015-10-28 09:29:07 +01:00
Arthur D'Andréa Alemar
0a6a3f9ab7
fix(prometheus): use time independent API to list metrics and labels names
...
Using the "/api/v1/query" endpoint to extract information about metrics
and labels are limited to the metrics available at the time parameter
(that is set to current time), this can lead to labels not showing
because they have no value in the current time even when the dashboard
is displaying historic data.
On the other hand "/api/v1/series" returns results including every
metric and label known to Prometheus, independent of time and value.
2015-10-23 17:18:34 -02:00
Mitsuhiro Tanda
c1d592b72c
fix, call linkToPrometheus() directly
2015-10-23 09:58:42 +09:00
Mitsuhiro Tanda
fcaecf4782
revert prometheus link
2015-10-23 01:35:34 +09:00
Torkel Ödegaard
f11785001c
docs: minor fix
2015-10-06 17:51:22 +02:00
Torkel Ödegaard
106fe4854f
Merge branch 'prometheus' of github.com:grafana/grafana
...
Conflicts:
pkg/models/datasource.go
public/app/plugins/datasource/prometheus/datasource.js
public/app/plugins/datasource/prometheus/partials/query.editor.html
public/app/plugins/datasource/prometheus/queryCtrl.js
2015-10-06 16:36:58 +02:00
Torkel Ödegaard
44d377b810
feat(prometheus): refactoring and polish of the prometheus editor removing unused/uneeded code
2015-10-06 14:34:44 +02:00
Mitsuhiro Tanda
5e19fdb492
fix prometheus time conversion
2015-10-02 12:10:11 +09:00
Torkel Ödegaard
5e34823e7c
Merge pull request #2858 from mtanda/prometheus
...
fix unmatched tag
2015-10-01 18:47:21 +02:00
Julius Volz
3cc69112c1
Fix "Link to Prometheus" button for proxied Prometheus sources.
2015-10-01 18:23:29 +02:00
Mitsuhiro Tanda
d0b744387b
fix unmatched tag
2015-10-01 01:33:13 +09:00
Jimmi Dyson
0c222c4e8c
Fix Prometheus test connection
2015-09-30 16:44:24 +01:00
Jimmi Dyson
b90e4057ba
Convert prometheus specs to typescript
2015-09-30 15:52:15 +01:00
Jimmi Dyson
2e291d73aa
jshint fixes
2015-09-30 12:46:44 +01:00
Jimmi Dyson
daee7970f3
Add label_values query to get labels on a particular metric
2015-09-30 12:29:53 +01:00
Jimmi Dyson
cf0748895e
Prometheus template params fixes
2015-09-29 17:07:11 +01:00
Jimmi Dyson
6e66b8a0fa
Add prometheus datasource
2015-09-29 17:07:11 +01:00
Jimmi Dyson
bf98cfeadc
Add prometheus datasource
2015-09-28 23:15:33 +01:00