- 17 Aug, 2020 2 commits
-
-
Julien Pivotto authored
We respect and appreciate the work made by the packaging team downstream in Debian, however it seems that the package is deviating in a way that I'd like to remove the direct reference from our README: - The debian package is deviating from upstream in multiple ways: - Some Service discoveries are missing (Azure, Kubernetes) - The lock file is disabled and the flag has been renamed - The libraries are not at the same release - The new UI is not implemented - We have no control over the backports and the quick availability of updates - There are other distributions with different packages and we do not include them either - I expect Debian users to look in their distribution and just see the package there 'as usual' Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
I have received a recent report for a user which confirms that sometime the GRPC server does not stop propery. It appears that there are 2 issues: 1. The cmux server can refuse to stop if there are stale connections. For that we set the ReadTimeout. 2. The GRPC server graceful stop can never finish. What this PR avoids is: ``` goroutine 227 [semacquire, 2 minutes]: sync.runtime_Semacquire(0xc00059a75c) /usr/local/go/src/runtime/sema.go:56 +0x42 sync.(*WaitGroup).Wait(0xc00059a75c) /usr/local/go/src/sync/waitgroup.go:130 +0x64 google.golang.org/grpc.(*Server).GracefulStop(0xc00059a600) ``` This PR stops the GRPC server after 15s. Related to the go routing dumps in #6747. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 16 Aug, 2020 1 commit
-
-
Julien Pivotto authored
There are many false positive. It is better to tag the bugs manually while adding priority and component. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 15 Aug, 2020 2 commits
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Ben Kochie authored
* Correct jquery version in prom.lib. * Update to bootstrap 4.5.2. * Bump yarn versions. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- 14 Aug, 2020 4 commits
-
-
Julius Volz authored
* Bump jquery and @types/jquery Signed-off-by:
Julius Volz <julius.volz@gmail.com> * Properly close color box span in graph hover detail jQuery 3.5.0 introcuded a breaking change that was necessary to fix HTML security issues (https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/), and as a result the detail-swatch span wasn't closed properly anymore, because spans are not valid self-closing tags in XHTML. Fixes https://github.com/prometheus/prometheus/issues/7803 Signed-off-by:
Julius Volz <julius.volz@gmail.com> * Fix up tests Signed-off-by:
Julius Volz <julius.volz@gmail.com>
-
Sven Efftinge authored
Signed-off-by:
Sven Efftinge <sven.efftinge@typefox.io>
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
- 13 Aug, 2020 3 commits
-
-
gastonqiu authored
* Chore: Log segment number when segment read failed To manually fix the WAL files, it is good to know where the corrupt happened so we should log the segment number when the read failed. Related Issue #7506 Signed-off-by:
gaston.qiu <gaston.qiu@umbocv.com>
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
Julien Pivotto authored
Noticed in https://goreportcard.com/report/github.com/prometheus/prometheus This is the only file. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 12 Aug, 2020 4 commits
-
-
Max Neverov authored
Signed-off-by:
Max Neverov <neverov.max@gmail.com>
-
Harold Dost authored
0644 -> 0666 on all non vendored code. Fixes #7717 Signed-off-by:
Harold Dost <harolddost@gmail.com>
-
Julien Pivotto authored
go 1.15 deprecated the common name verification. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Frederic Branczyk authored
discovery/kubernetes: EndpointSlice discovery
-
- 11 Aug, 2020 6 commits
-
-
Mucahit Kurt authored
Signed-off-by:
Mucahit Kurt <mucahitkurt@gmail.com>
-
Simon Pasquier authored
Signed-off-by:
Simon Pasquier <spasquie@redhat.com>
-
Bartlomiej Plotka authored
* tsdb: Bug fix for further continued after crash deletions; added more tests. Additionally: Added log line for block removal. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Addressed comment. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com>
-
Brian Brazil authored
Further precision is truncated by the Prometheus API, so the steps don't end up quite aligning subsequently. Fixes #7711 Signed-off-by:
Brian Brazil <brian.brazil@robustperception.io>
-
Julien Pivotto authored
Fix #7629 Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Bartlomiej Plotka authored
## Changes: * Rename dir when deleting * Ignoring blocks with broken meta.json on start (we do that on reload) * Compactor writes <ulid>.tmp-for-creation blocks instead of just .tmp * Delete tmp-for-creation and tmp-for-deletion blocks during DB open. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com>
-
- 10 Aug, 2020 1 commit
-
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
- 09 Aug, 2020 1 commit
-
-
Julien Pivotto authored
* Fix unmarshalling of rules Fix #7042 Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 07 Aug, 2020 3 commits
-
-
Julien Pivotto authored
* Do not stop scrapes in progress during reload. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Frederic Branczyk authored
Log duration of reloads
-
Zhou Hao authored
Signed-off-by:
Zhou Hao <zhouhao@cn.fujitsu.com>
-
- 06 Aug, 2020 3 commits
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Guangwen Feng authored
Signed-off-by:
Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
-
Callum Styan authored
Signed-off-by:
Callum Styan <callumstyan@gmail.com>
-
- 05 Aug, 2020 8 commits
-
-
Julien Pivotto authored
Merge v2.20.1 forward into main branch
-
Björn Rabenstein authored
Cut v2.20.1
-
beorn7 authored
Signed-off-by:
beorn7 <beorn@grafana.com>
-
Ben Kochie authored
Add image build for ppc64le architecture
-
Frederic Branczyk authored
tsdb: Save allocations on labels by re-using label array
-
Annanay Agarwal authored
Signed-off-by:
Annanay <annanayagarwal@gmail.com>
-
Frederic Branczyk authored
Signed-off-by:
Frederic Branczyk <fbranczyk@gmail.com>
-
Hrishikesh Barman authored
-
- 04 Aug, 2020 2 commits
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
1. We set go1.14 in the go.mod so bad go version would yell 2. The way it is specified, its like it is only needed for dependencies. if we want the go version back in that file we should add it properly. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-