Rémy Léone
6962e44618
Discovery docs: add a pull requests examples section ( #8556 )
...
* add a pull requests examples section
Signed-off-by: Rémy Léone <rleone@scaleway.com>
4 years ago
schou
65658091ed
moved details of feature to disabled features.md
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
946dba6a7f
small suggested changes
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
Julien Pivotto
dd5a46aa47
Merge pull request #8523 from roidelapluie/edge-case-test-relabeling
...
Add hashmod relabeling test with hasmod and a newline
4 years ago
pschou
c15f15d6fd
revert disabled_features.md to previous wording.
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
Julien Pivotto
22cfa10685
Add hashmod relabeling test with hasmod and a newline
...
Currently hashmod hashes all the labels, even if there is a newline. To
ensure it still works in the future, let's add a test.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Julien Pivotto
77e648534e
Merge pull request #8553 from prometheus/brancz-codeowner
...
Add @brancz as CODEOWNER of kubernetes discovery
4 years ago
Frederic Branczyk
2f9af2c5a1
Add @brancz as CODEOWNER of kubernetes discovery
...
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
4 years ago
Julius Volz
0fef342816
Add initial CODEOWNERS GitHub config file ( #8552 )
...
* Add initial CODEOWNERS GitHub config file
See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
Signed-off-by: Julius Volz <julius.volz@gmail.com>
* Add Tom as a remote storage maintainer
Signed-off-by: Julius Volz <julius.volz@gmail.com>
4 years ago
Julien Pivotto
646556a263
Merge pull request #8546 from roidelapluie/follow-redirect
...
Support follow_redirect
4 years ago
jessicagreben
591e719dc1
fix failing blockwriter tests
...
Signed-off-by: jessicagreben <jessicagrebens@gmail.com>
4 years ago
jessicagreben
9fc53b7edf
fix appender.Add -> appender.Append
...
Signed-off-by: jessicagreben <jessicagrebens@gmail.com>
4 years ago
Julien Pivotto
93c6139bc1
Support follow_redirect
...
This PR introduces support for follow_redirect, to enable users to
disable following HTTP redirects.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Julien Pivotto
9c4bc38c94
Merge pull request #8516 from Harkishen-Singh/headers-remote-read-on-round-tripper
...
Custom headers on remote-read and refactor implementation to roundtripper
4 years ago
Tom Wilkie
ce97cdd477
Move remote read handler to remote package. ( #8536 )
...
* Move remote read handler to remote package.
This follows the pattern I started with the remote write handler. The api/v1 package is getting pretty cluttered. Moving code to other packages helps reduce this size and also makes it reusable - eg Cortex doesn't do streaming remote writes yet, and will very soon.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
* Deal with a nil remoteReadHandler for tests.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
* Remove the global metrics.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
* Fix test.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
* Review feedback.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
4 years ago
Julien Pivotto
17688550d7
Merge pull request #8545 from prometheus/bwplotka-patch-1
...
Volunteering Myself & Chris for next releases.
4 years ago
Bartlomiej Plotka
8f748b2e24
Volunteering Myself & Chris for next releases.
4 years ago
Harkishen-Singh
79ba53a6c4
Custom headers on remote-read and refactor implementation to roundtripper.
...
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
4 years ago
Arthur Silva Sens
537c0aff49
Prometheus and Promtool binaries now print help and usage to stdout ( #8542 )
...
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
4 years ago
Julien Pivotto
0e24f246cc
Merge pull request #8540 from roidelapluie/fix-sync-repo
...
sync_repo_files: Normalize usage of git_user
4 years ago
Bartlomiej Plotka
8bf7bc68f1
Fixed TestChunkDiskMapper_WriteChunk_Chunk_IterateChunks for go1.16 ( #8538 )
...
Fixes https://github.com/prometheus/prometheus/issues/8403
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
4 years ago
Julien Pivotto
c0173072e2
sync_repo_files: Normalize usage of git_user
...
Fix ./scripts/sync_repo_files.sh: line 141: GITHUB_USER: unbound variable
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Simon Pasquier
fe23360d0f
web/ui/react-app: update dependencies ( #8529 )
...
Fix lodash security issue.
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
4 years ago
jessicagreben
78e84aed89
resolve merge conflict
...
Signed-off-by: jessicagreben <jessicagrebens@gmail.com>
4 years ago
jessicagreben
f2db9dc722
add multi rule integration tests
...
Signed-off-by: jessicagreben <jessicagrebens@gmail.com>
4 years ago
schou
3bafe17870
add negative offset to printer
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
pschou
f80b52be69
Merge branch 'main' into dev_neg_offset
4 years ago
schou
efbf3af05d
reduce addOffst to 2 parameters
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
75d932a172
var init for bool
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
22bfc11738
aggregate booleans for ease of reading
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
71712183ac
minor wording updates
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
9621f6d549
wording for shift correctness
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
22cd48868a
adding feature flag, promql-negative-offset
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
851acf86ee
rebuild generated_parser.y.go
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
8aa9cc3978
add blob to basics documentation about negative shift
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
schou
0c577c547b
add negative offset ability
...
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
Julien Pivotto
7bf76af6df
Merge pull request #8539 from roidelapluie/rename-to-main-df-branch
...
Fix default branch detection
4 years ago
Julien Pivotto
f9e2748f6f
Fix default branch detection
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Julien Pivotto
df80dc4d39
Merge pull request #8531 from roidelapluie/rename-to-main
...
Rename default branch to main
4 years ago
Julien Pivotto
13390c3995
Merge pull request #8537 from songjiayang/speed_delta
...
Speed delta without loop to calculate resultValue
4 years ago
songjiayang
776c2b8f42
Speed delta value without loop to calculate resultValue
...
Signed-off-by: songjiayang <songjiayang1@gmail.com>
4 years ago
Julien Pivotto
432d5ebc6c
Rename default branch to main
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Julien Pivotto
8c8de46003
Merge pull request #8036 from dgl/promtool-alert-err
...
promtool: Don't end alert tests early, in some failure situations
4 years ago
pschou
aff3c702ab
promql: Add sgn, clamp and last_over_time functions ( #8457 )
...
* Add sgn, clamp and last_over_time functions
Signed-off-by: schou <pschou@users.noreply.github.com>
4 years ago
Lucas Hild
d35cf369f2
Add expression explorer ( Closes #8211 ) ( #8404 )
...
* Add expression explorer
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Add final new line to all files
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Rename expression to metric
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Pass dedicated metrics array to metrics explorer
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Fix styling of button
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Use append instead of prepend
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Update max width of modal
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Fix code style
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Fix inconsistent variable naming
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Fix modal title
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Fix tests
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Prevent request from being cached
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Remove timestamp from request
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Update button selector in test
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Refactor passing down metric names and query history
Signed-off-by: Lucas Hild <git@lucas-hild.de>
* Fix code style
Signed-off-by: Lucas Hild <git@lucas-hild.de>
4 years ago
Julien Pivotto
f4bf9df4ec
Merge pull request #8512 from roidelapluie/update-common-for-credentials
...
Update common to support credential types
4 years ago
Danny Kopping
42a0e0acad
Prevent lexer from seeking to next rune after lexing escape sequence. ( #8517 )
...
* Prevent lexer from seeking to next rune after lexing escape sequence.
Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
4 years ago
Julien Pivotto
423bde533c
Merge pull request #8522 from roidelapluie/fix-tsdb-test
...
Fix DB tests in the default branch
4 years ago
Julien Pivotto
889dd0bbd3
Fix DB tests in the default branch
...
The main branch tests are not passing due to the fact that #8489 was not
rebased on top of #8007 .
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Julien Pivotto
8787f0aed7
Update common to support credentials type
...
Most of the backwards compat tests is done in common.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago