Julius Volz
ea7c077e81
Merge pull request #1131 from prometheus/fix-node-disk-mountpoint
...
Rename label 'filesystem'->'mountpoint' in node-cpu console.
9 years ago
Julius Volz
f4e1f6e3b9
Rename label 'filesystem'->'mountpoint' in node-cpu console.
...
The label name has been changed in the node exporter.
9 years ago
Fabian Reinartz
e1b9146c38
Add missing 'g'
9 years ago
Julius Volz
24ff06b145
CHANGELOG.md formatting fixes for 0.16.0rc2 entry
9 years ago
Fabian Reinartz
e7c60c2b1d
Merge pull request #1130 from prometheus/rc
...
Cut release 0.16.0rc2
9 years ago
Fabian Reinartz
85ac8d0e5d
Cut release 0.16.0rc2
9 years ago
Julius Volz
db382b4570
Merge pull request #1129 from prometheus/rename-global-labels
...
Rename global "labels" config option to "external_labels".
9 years ago
Julius Volz
4dbb3abfec
Merge pull request #1127 from fabric8io/kubernetes-discovery
...
Add Kubernetes namespace & name labels to example config
9 years ago
Julius Volz
dac26cef71
Rename global "labels" config option to "external_labels".
9 years ago
Jimmi Dyson
1976dfe634
Add Kubernetes namespace & name labels to example config
9 years ago
Julius Volz
bf4e4a8ff0
Merge pull request #1125 from fabric8io/kubernetes-discovery
...
Kubernetes SD example: separate out cluster level components & services
9 years ago
Jimmi Dyson
0d61605526
Kubernetes SD example: separate out cluster level components & services
9 years ago
Jimmi Dyson
e26fc5e73c
Kubernetes SD config tidy & add labelmap action example
9 years ago
Brian Brazil
a88ed8c2ff
Merge pull request #1123 from keegancsmith/k8s-example
...
Move InCluster auth in kubernetes example config
9 years ago
Keegan Carruthers-Smith
e633b1dc8d
Move InCluster auth in kubernetes example config
...
CA and Bearer Token are config of `kubernetes_sd_configs`, not the
`scrape_config`. Also updated misleading top-level comment and removed
unnecessary global config.
9 years ago
Julius Volz
e91d85b498
Merge pull request #1116 from prometheus/fix-tm-done
...
Fix target manager CPU busyloop caused by bad done-channel handling.
9 years ago
Julius Volz
99e8fff872
Fix target manager CPU busyloop caused by bad done-channel handling.
...
Unfortunately this isn't nicely testable, as it's timing-dependent and
one would have to detect a stray goroutine doing a CPU busyloop...
Fixes https://github.com/prometheus/prometheus/issues/1114
9 years ago
Fabian Reinartz
097d810f37
Merge pull request #1120 from prometheus/flaky-test
...
retrieval: Reduce flakiness of TestTargetRunScraperScrapes
9 years ago
Brian Brazil
ba6688bfce
retrieval: Reduce flakiness of TestTargetRunScraperScrapes
9 years ago
Brian Brazil
19d9e3609b
Merge pull request #1118 from prometheus/params-lost
...
retrieval: Add URL parameters to fullLabels too
9 years ago
Brian Brazil
b03569267e
retrieval: Add URL parameters to fullLabels too
...
Move all the special cases into one map, rather than
spreading the logic around.
9 years ago
Fabian Reinartz
656b2e2109
Merge pull request #1113 from prometheus/router
...
Switch to common/route package
9 years ago
Fabian Reinartz
398bbf906b
Switch to common/route package
9 years ago
Fabian Reinartz
666eafc23b
Merge pull request #1108 from prometheus/fix-prefixed-redirect
...
Fix / -> /graph redirect when using a path prefix.
9 years ago
Julius Volz
0179bbfe03
Fix / -> /graph redirect when using a path prefix.
9 years ago
Brian Brazil
21979c4b95
Merge pull request #1112 from prometheus/flaky-tests
...
promql: Reduce flakiness of concurrency test
9 years ago
Brian Brazil
653ff71f1f
promql: Reduce flakiness of concurrency test
9 years ago
Fabian Reinartz
8a40f1b7e3
Merge pull request #1111 from prometheus/flaky-tests
...
Retrieval: Show error message for failed test scrape
9 years ago
Brian Brazil
50258929ac
Retrieval: Show error message for failed test scrape
...
This is flaky, and I suspect it was due the to I/O timeout that I've
already fixed. In case that wasn't it, display the error should it
happen again.
9 years ago
Brian Brazil
c6b88bc3d3
Merge pull request #1110 from prometheus/flaky-tests
...
retrieval: Reduce flakiness of TestTargetManagerChan
9 years ago
Brian Brazil
4bc39dc60e
retrieval: Reduce flakiness of TestTargetManagerChan
...
This will increase test time by a few hundred ms,
this is the 2nd most common cause of flakiness.
9 years ago
Brian Brazil
8af1d7a6d2
Merge pull request #1109 from prometheus/flaky-tests
...
retrieval: Reduce flakiness of target tests
9 years ago
Brian Brazil
93145b960a
retrieval: Reduce flakiness of target tests
...
Bump timeouts of tests where we don't want I/O timeouts.
Adjust the full channel test to be much more reliable,
by reducing the ingestion timeout from 1ms to 0.
9 years ago
Fabian Reinartz
cac6eea434
Merge pull request #1105 from prometheus/consulnil
...
Fix nil panic on consul error
9 years ago
Fabian Reinartz
a8126c9be1
Merge pull request #1107 from prometheus/expfmt
...
Update expfmt.NewDecoder usage
9 years ago
Fabian Reinartz
327152862c
Update expfmt.NewDecoder usage
9 years ago
Fabian Reinartz
1ce89a4a0b
Fix nil panic on consul error
9 years ago
Julius Volz
ef176e5a9b
Merge pull request #1102 from mjibson/allow-labelmap
...
Allow labelmap action
9 years ago
Matt Jibson
0e99fa6c46
Allow labelmap action
9 years ago
Björn Rabenstein
cf12e890a6
Merge pull request #1098 from prometheus/fix-direct-access-of-protobuf-fields
...
Fix creation of protobuf fields
9 years ago
Fabian Reinartz
7c0a4961ed
Merge pull request #1097 from prometheus/makefile
...
Add vetting to default make target
9 years ago
Fabian Reinartz
28c2f9e4ff
Fix phony targets and log asset generation
9 years ago
beorn7
ca63c05b4e
Fix creation of protobuf fields
9 years ago
Fabian Reinartz
171f50706a
Fix unkeyed field errors.
9 years ago
Fabian Reinartz
36ec8ba460
Fix missing return on error
9 years ago
Fabian Reinartz
e005f939fd
Fix scalar construction in function
9 years ago
Julius Volz
7ea867b4c9
Add vector() function to CHANGELOG.md.
9 years ago
Julius Volz
4c7c367a4b
Fix date of 0.16.0rc1 release in CHANGELOG.md.
9 years ago
Julius Volz
cb02af5747
Fix trailing space in Makefile.
9 years ago
Julius Volz
678c90ea82
Merge pull request #1096 from prometheus/cut-0.16.0
...
Cut Prometheus 0.16.0rc1.
9 years ago