This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/prometheus.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 08, 2021
-
-
Julius Volz authored
Similar to https://github.com/prometheus/prometheus/pull/7902 , this could lead to style bugs for label names that correspond to styled CSS class names. Signed-off-by:
Julius Volz <julius.volz@gmail.com>
-
Łukasz Mierzwa authored
* [UI] Add a test for duplicated keys in EndpointLink component I've noticed that I'm getting warnings about multiple children with the same key on /targets page. This adds a test that fails when that happens. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * [UI] Fix duplicated keys on /targets page Since any URI we render on /targets page can have multi-value params we should use both name and value as components keys. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com>
-
Julien Pivotto authored
Update github.com/gogo/protobuf to v1.3.2
-
Simon Pasquier authored
Fix for CVE-2021-3121 Signed-off-by:
Simon Pasquier <spasquie@redhat.com>
-
Julien Pivotto authored
Add fuzzing badge in readme
-
Julien Pivotto authored
Fix CI (Windows Testing)
-
mikeee authored
Signed-off-by:
mikeee <hey@mike.ee>
-
mikeee authored
Signed-off-by:
mikeee <hey@mike.ee>
-
mikeee authored
Signed-off-by:
mikeee <hey@mike.ee>
-
- Feb 07, 2021
-
-
Julien Pivotto authored
From https://google.github.io/oss-fuzz/getting-started/new-project-guide/ Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- Feb 05, 2021
-
-
Julien Pivotto authored
Windows CI: downgrade golang
-
Julien Pivotto authored
Latest releases has a change in behaviour or a bug: bash: go: command not found bash: line 1: go: command not found bash: line 1: go: command not found Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
* API: Fix global URL when external address has no port Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu> * Update test Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu> * Handle IPv6 correctly. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
Update golangci-lint to 1.36.0
-
- Feb 04, 2021
-
-
Julien Pivotto authored
[remote storage] remove sendWriteRequestWithBackoff() "s" and "req" param
-
Nándor István Krácser authored
* remote_write: allow passing along custom HTTP headers Signed-off-by:
Nandor Kracser <bonifaido@gmail.com> * add warning Signed-off-by:
Nandor Kracser <bonifaido@gmail.com> * remote_write: add header valadtion Signed-off-by:
Nandor Kracser <bonifaido@gmail.com> * extend tests for bad remote write headers Signed-off-by:
Nandor Kracser <bonifaido@gmail.com> * remote_write: add note about the authorization header Signed-off-by:
Nandor Kracser <bonifaido@gmail.com>
-
Marcelo E. Magallon authored
In the previous version, 1.18.0, the "megacheck" linter paid attention to the '//lint:ignore' comment, but that is no longer there. Newer version pay attention to '//nolint:<linter>,<linter>,...' comments, optionally followed by a "second" comment introduced by '//'. Update the directives to use this style. This is related to prometheus/blackbox_exporter#738 and prometheus/blackbox_exporter#745. Signed-off-by:
Marcelo E. Magallon <marcelo.magallon@grafana.com>
-
fuling authored
Signed-off-by:
fuling <fuling.lgz@alibaba-inc.com>
-
Julien Pivotto authored
Remove empty test
-
Ganesh Vernekar authored
Signed-off-by:
Ganesh Vernekar <cs15btech11018@iith.ac.in>
-
- Feb 03, 2021
-
-
Julien Pivotto authored
Fix timestamp() function for @ modifier
-
Julien Pivotto authored
backfill: move checkErr before we close the mmaped file
-
Ganesh Vernekar authored
Signed-off-by:
Ganesh Vernekar <cs15btech11018@iith.ac.in>
-
- Feb 01, 2021
-
-
Julien Pivotto authored
fix: UI error while compiling on Windows
-
Julien Pivotto authored
scripts/sync_makefiles.sh: delete merged branch
-
Julien Pivotto authored
When printing the error, we still need access to the mmapped byte array of the file. Therefore, we make sure that we run it before closing the file. I could have done something more complex like a defer, or not closing the file, knowing that we would exit the program anyway. However, I think that in case we extend this in the future, or this is copy/paster elsewhere, we should continue closing the file. As it is small enough, I went for the solution to call the function 3 times instead of playing with a defer. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
phith0n authored
Signed-off-by:
phith0n <phith0n.ph2f@gmail.com>
-
Julien Pivotto authored
Typo on plural in checkRules/checkDuplicates
-
Jeremy Albinet authored
Signed-off-by:
Jeremy Albinet <jalbinet@synthesio.com>
-
Björn Rabenstein authored
Update MAINTAINERS.md
-
- Jan 31, 2021
-
-
ravilr authored
Signed-off-by:
ravilr <raviprasad_lr@yahoo.com>
-
alex-petrov-vt authored
Signed-off-by:
Alex Petrov <alex.petrov.vt@gmail.com>
-
- Jan 29, 2021
-
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
- Jan 27, 2021
-
-
Chris Marchbanks authored
Signed-off-by:
Chris Marchbanks <csmarchbanks@gmail.com>
-
- Jan 26, 2021
-
-
Alfred Krohmer authored
Last change in 4efca5ab introduced a problem where NewDiscovery would just return a nil value, which is not handled well and didn't allow for fixing configuration issues at runtime without a reload. Signed-off-by:
Alfred Krohmer <alfred.krohmer@logmein.com>
-
- Jan 25, 2021
-
-
Julien Pivotto authored
Deprecate --alertmanager.timeout
-
Goutham Veeramachaneni authored
We're seeing compactions that are taking hours in Cortex which this is missing. I know while it is not common in Prometheus, I am pretty sure there are setups where compaction takes longer than 512s. On our own Prometheus the average compaction duration is 566s. Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- Jan 24, 2021
-
-
Ganesh Vernekar authored
Signed-off-by:
Ganesh Vernekar <cs15btech11018@iith.ac.in>
-