Frederic Branczyk
8f576a8510
retrieval: add kubernetes endpoint discovery tests
8 years ago
Frederic Branczyk
08fa4eaa92
retrieval: add kubernetes pod discovery tests
8 years ago
Frederic Branczyk
3762e39ce5
retrieval: add kubernetes service discovery tests
8 years ago
Frederic Branczyk
397072a482
retrieval: add kubernetes node discovery tests
8 years ago
Frederic Branczyk
cc46058802
retrieval: kubernetes nodes are not namespaced
8 years ago
Frederic Branczyk
a318d9ad27
retrieval: fix pod label and annotation prefixes
8 years ago
Frederic Branczyk
2e18c81a00
config: adapt unit tests
8 years ago
Fabian Reinartz
b24602f713
kubernetes: merge back into single configuration
8 years ago
Fabian Reinartz
a9cfb66b28
kubernetes: add node discovery
8 years ago
Fabian Reinartz
d896a654f9
kubernetes: Add discovery of services
8 years ago
Fabian Reinartz
6d269ed870
kubernetes: infer pod information in endpoints discovery
8 years ago
Fabian Reinartz
7c439a9060
kubernetes: use and vendor 1.5 client
8 years ago
Fabian Reinartz
de22524e57
kubernetes: add KubernetesV2 endpoints
8 years ago
Fabian Reinartz
2331701b50
kubernetes: Add K8S v2 pod discovery
...
This adds plumbing for a parallel version of the new K8S SD
and adds pod discovery as the first role.
8 years ago
Dominik Schulz
bfa7099616
Report GCE instance metdata ( #2084 )
...
* Report GCE instance metdata
* Fix spelling acording to code review guidelines
* Address review comments
8 years ago
Or Cohen
50f8e35c54
Add fuzzy search to /graph textarea ( #2081 )
...
* Add fuzzy search to /graph textarea
We have a few thousands different metrics and looking up some of them
can be quite annoying with the simple string matching.
This patch adds a fuzzy search to the textarea lookup box on the /graph
page. It uses a small neat library from github.com/mattyork/fuzzy.
* Add fuzzy lib to NOTICE and re-build assets
Previously built assets changed the mode.
8 years ago
Fabian Reinartz
630b96c5f3
Merge pull request #2079 from prometheus/fabxc-storage
...
storage: enhance Querier interface usage
8 years ago
Fabian Reinartz
8fa18d564a
storage: enhance Querier interface usage
...
This extracts Querier as an instantiateable and closeable object
rather than just defining extending methods of the storage interface.
This improves composability and allows abstracting query transactions,
which can be useful for transaction-level caches, consistent data views,
and encapsulating teardown.
8 years ago
Fabian Reinartz
5238a6845e
Merge pull request #2080 from sman591/ui-aborted-requests
...
ui: don’t consider aborted requests complete
8 years ago
Stuart Olivera
b76d59e68b
ui: don’t consider aborted requests complete
...
If an existing request is aborted due to a new request, ignore the completion of the initial request.
Example:
1. Chrome dev tools: enable 5 second network latency
2. Execute query
3. A second later, execute the query again
4. Currently, the spinner will hide, and the stats will immediately display, as if the request had completed. Instead, the spinner and stats should wait until the 2nd execution finishes.
8 years ago
Matthias Rampke
4f96d28e60
Always show instance label on target page. ( #2062 )
8 years ago
Matti Savolainen
bdaf0ec6a2
simplify regex
8 years ago
Matti Savolainen
23be3dab53
test label name validation
8 years ago
Matti Savolainen
8f77d271b1
validate the label name
8 years ago
Matti Savolainen
56e8e7cac3
Allow target_label to be expanded in replace label
8 years ago
Björn Rabenstein
ec203a23e2
Merge pull request #2077 from prometheus/beorn7/build
...
promu: Use default Go version again
8 years ago
Björn Rabenstein
274d008fbf
Merge pull request #2074 from prometheus/beorn7/build
...
promu: Use default Go version again
8 years ago
beorn7
f3837864f6
promu: Use default Go version again
...
The default is Go1.7.1 now.
8 years ago
beorn7
492eac96d5
Merge branch 'release-1.2'
8 years ago
beorn7
dd66f2e94b
Fix go version spec in .promu.yml
8 years ago
beorn7
b66ce9c5cd
Merge branch 'release-1.2'
8 years ago
Björn Rabenstein
dc52a852dd
Merge pull request #2072 from prometheus/beorn7/release
...
Cut v1.2.1
8 years ago
beorn7
ddcd92b76c
Cut v1.2.1
8 years ago
beorn7
dc0ad8ee34
Use Go1.7.1 with Promu
8 years ago
beorn7
3f02e33e34
Re-add counting of evict chunk ops and decrementing NumMemChunks
...
Also, modify test to expose the regression.
8 years ago
Julius Volz
ab870ac653
Clean up some doc comments
8 years ago
Björn Rabenstein
5ec9869463
Merge pull request #2071 from prometheus/beorn7/storage
...
Re-add counting of evict chunk ops and decrementing NumMemChunks
8 years ago
beorn7
719508752b
Re-add counting of evict chunk ops and decrementing NumMemChunks
...
Also, modify test to expose the regression.
8 years ago
Brian Brazil
a728f193de
Merge pull request #2063 from dominikschulz/gce_instance_status
...
Add GCE Instance Status
8 years ago
Brian Brazil
008dd20d7a
Merge pull request #2064 from dominikschulz/gce_copy
...
Fix small copy and paste error
8 years ago
Dominik Schulz
72cbf8af6f
Fix small copy and paste error
8 years ago
Dominik Schulz
c73aa82589
Add GCE Instance Status
8 years ago
Björn Rabenstein
0cf8586136
Merge pull request #2059 from prometheus/release-1.2
...
Cut v1.2.0
8 years ago
beorn7
522c933614
Merge branch 'master' into release-1.2
8 years ago
bekbulatov
01b53c1180
Add tls support
8 years ago
beorn7
d8cbac1225
Abbreviate CHANGELOG.md entry for 1.2.0
...
It now follows the policy of only documenting user-relevant changes.
8 years ago
Björn Rabenstein
05d3d6d9f7
Merge pull request #2060 from prometheus/cleanup-comments
...
Clean up some doc comments
8 years ago
Julius Volz
cb02f017ee
Clean up some doc comments
8 years ago
beorn7
836c61e1da
Cut v1.2.0
8 years ago
Julius Volz
2844a8c7b5
Merge pull request #2055 from prometheus/utilization
...
Add Chunk.Utilization() methods
8 years ago