Fabian Reinartz
4d3d8ee229
Merge pull request #2850 from tomwilkie/dev-2.0-remote
...
Remote APIs for v2
7 years ago
Edward Marshall
c490725ac9
Additional targetScrapeSample metrics ( #3018 )
7 years ago
Tom Wilkie
b11bc8ae24
Fix some comments.
7 years ago
Tom Wilkie
4c5c22dcf1
Rename proto package from remote -> prometheus.
7 years ago
Fabian Reinartz
2ed3a9bd62
Merge pull request #2946 from Gouthamve/fix-at-after-false
...
Call At() only if Next() is true
7 years ago
Goutham Veeramachaneni
11ee713ced
Handle common escape characters properly. ( #2995 )
...
Fixes #2974
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
Fabian Reinartz
f9bf4c86ae
Merge pull request #2998 from prometheus/vendorkinpin
...
vendor: update kingpin
7 years ago
Fabian Reinartz
4acb1d2b21
vendor: update kingpin
7 years ago
Julius Volz
cc50aa2c6b
main: Consistently end flag descriptions with periods. ( #2977 )
7 years ago
Tom Wilkie
cf105f9d57
Update example remote adapters for change in proto location.
7 years ago
Tom Wilkie
ec999ff397
Prevent number of remote write shards from going negative.
...
This can happen in the situation where the system scales up the number of shards massively (to deal with some backlog), then scales it down again as the number of samples sent during the time period is less than the number received.
7 years ago
Tom Wilkie
1f3b59ccf5
s/met/lset/
7 years ago
Julius Volz
c6f41ce391
Allow metric and label names to begin with underscores ( #2961 )
...
While this is not recommended, it is allowed in our data model
(https://prometheus.io/docs/concepts/data_model/ ).
Fixes https://github.com/prometheus/prometheus/issues/2959
7 years ago
Tom Wilkie
a09acdcc5b
Make concreteSeriersIterator behave.
7 years ago
Goutham Veeramachaneni
4194d2ac79
Call At() only if Next() is true
...
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
Tom Wilkie
994a7f27d6
Propagate errors through mergeSeriesSet correctly.
7 years ago
Tom Wilkie
2e0d8487e3
Return zeros if At() is called after Next() returns false.
7 years ago
Fabian Reinartz
931f2705f2
Merge pull request #2942 from prometheus/fabxc-patch-1
...
Fix command line flags in Dockerfile
7 years ago
Tom Wilkie
014bd31a86
Remove unnecessary whitespace changes, add comment.
7 years ago
Fabian Reinartz
377a549fe6
Fix command line flags in Dockerfile
7 years ago
Tom Wilkie
98ac07f86a
Add unit test for the merging on the read path.
7 years ago
Tom Wilkie
2ac1809a5b
Get label set from cache in addReportSample.
7 years ago
Tom Wilkie
b568ace7ce
Move protos to ./prompb
7 years ago
Tom Wilkie
240feb313b
Don't regenerate label set for cached values.
7 years ago
Tom Wilkie
96e25adc8d
Introduce 'primary' storage in fanout, and have Add return the ref from the primary.
...
Also, ensure all append batches are rolled back when a commit or rollback fails.
7 years ago
Tom Wilkie
db8128ceeb
Add label set as first parameter to AddFast, ingored by TSDB adapter.
7 years ago
Fabian Reinartz
2b5d915953
Merge pull request #2937 from prometheus/cutbeta
...
Cut 2.0.0-beta.0
7 years ago
Fabian Reinartz
724505e53e
*: cut v2.0.0-beta.0
7 years ago
Fabian Reinartz
6aee36ac3b
vendor: update prometheus/tsdb
7 years ago
Fabian Reinartz
6861b3d03d
Delete remote file
7 years ago
Tom Wilkie
2dda5775e3
Initial port of remote storage to v2.
7 years ago
Fabian Reinartz
dba7586671
Merge branch 'master' into dev-2.0
7 years ago
Fabian Reinartz
16464c3a33
Merge pull request #2910 from prometheus/adminapi
...
Admin API
7 years ago
Fabian Reinartz
32226e30f5
Guard reload and quit endpoints by flag
7 years ago
Matthias Rampke
f0f2ec7854
Merge pull request #2927 from pafuent/fix-test-short-for-windows
...
Fixing tests for Windows
7 years ago
Fuente, Pablo Andres
9eb8c6e1d2
Renaming the config_notwin test to config_default
7 years ago
Fabian Reinartz
2067d4cfe2
Merge pull request #2925 from prometheus/fix-alert-labels
...
Fix alert label display in /alerts UI
7 years ago
Fabian Reinartz
bff55bfa72
Merge pull request #2921 from tomwilkie/2920-test
...
Add _test.go suffix to promql/bench.go, split test.go in to two.
7 years ago
Fabian Reinartz
45ac064669
web: disable Amin APIs by default
7 years ago
Fabian Reinartz
ccf9e62972
*: add admin grpc API
7 years ago
Fuente, Pablo Andres
fe73de9452
Renaming config test file to fix build tags
...
Renaming the name of a file of the config tests, in order to properly
use the Go build tags feature.
7 years ago
Fuente, Pablo Andres
193dc47230
Fixing code style to adhere gofmt
7 years ago
Fuente, Pablo Andres
902fafb8e7
Fixing tests for Windows
...
Fixing the config/config_test, the discovery/file/file_test and the
promql/promql_test tests for Windows. For most of the tests, the fix involved
correct handling of path separators. In the case of the promql tests, the
issue was related to the removal of the temporal directories used by the
storage. The issue is that the RemoveAll() call returns an error when it
tries to remove a directory which is not empty, which seems to be true due to
some kind of process that is still running after closing the storage. To fix
it I added some retries to the remove of the temporal directories.
Adding tags file from Universal Ctags to .gitignore
7 years ago
Julius Volz
13006feb1e
Fix alert label display in /alerts UI
7 years ago
Goutham Veeramachaneni
e1fc9dc78d
Move /rules to new format ( #2901 )
...
Fixes #2891
Signed-off-by: Goutham Veeramachaneni <goutham@boomerangcommerce.com>
7 years ago
Tom Wilkie
835eb8c653
Add _test.go suffix to promql/{bench.go, test.go} to prevent importing the testing package in a normal binary.
7 years ago
Fabian Reinartz
b420412135
Merge pull request #2915 from Gouthamve/parse-fuz
...
textparse: Add fuzzing and fix bug caught
7 years ago
Goutham Veeramachaneni
b7eddbcd98
textparse: Add fuzzing and fix bug caught
...
See https://github.com/cznic/golex/issues/11 for info on the bug
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
7 years ago
Fabian Reinartz
9c8be7575c
Merge pull request #2906 from Gouthamve/error-ptr-match
...
Convert tsdb.ErrOutOfBounds to a storage error
7 years ago
Fabian Reinartz
dc15a6f6ea
vendor: add and update proto/grpc vendoring
7 years ago