Julien Pivotto
81cb67eb95
Add Levi as maintainer ( #9487 )
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
3 years ago
beorn7
810c1081cf
Volunteer @roidelapluie and @juliusv as upcoming release shepherds
...
Signed-off-by: beorn7 <beorn@grafana.com>
3 years ago
akatsadimas
ee77a6212f
discovery/kubernetes: issue overcapacity warning for endpoint rather than endpointslice
...
Signed-off-by: akatsadimas <nkatsadim@gmail.com>
3 years ago
akatsadimas
dd2e666a8d
discovery/kubernetes: Warn user in case of endpoint over-capacity
...
Signed-off-by: akatsadimas <nkatsadim@gmail.com>
3 years ago
Pablo Caderno
b878527151
Added deferred close to 'http.File' opened ( #9443 ) ( #9461 )
...
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
3 years ago
Julien Pivotto
5a4c3734b1
Merge pull request #9457 from prometheus/release-2.30-merge
...
Merge release-2.30 branch into main
3 years ago
Ganesh Vernekar
10d4cb6dc0
Merge remote-tracking branch 'upstream/main' into release-2.30-merge
3 years ago
Ganesh Vernekar
f29caccc42
Cut v2.30.3 ( #9446 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
Frederic Branczyk
a0819ca84f
Merge pull request #9436 from la3mmchen/fix/9269
...
fix/9269 add documentation for endpointslice
3 years ago
Ganesh Vernekar
10bc6e80ee
Fix panic on failed snapshot replay and don't hard fail replay on disabled exemplars ( #9438 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
la3mmchen
6d3a4ed711
fix/9269 add documentation for endpointslice
...
This commits add a documentation for the kubernetes_sd_configs: endpointslice feature.
Signed-off-by: la3mmchen <alex@k3wl.net>
3 years ago
Mayursinh Sarvaiya
1270b87970
chore(ui): debounce effect in timerange query ( #9359 )
...
* chore(ui): debounce effect in timerange query
Signed-off-by: mayursiinh <marvinduff97@gmail.com>
* chore: private declaration of debounceExecuteQuery
Signed-off-by: mayursiinh <marvinduff97@gmail.com>
* fix: lint issue
Signed-off-by: mayursiinh <marvinduff97@gmail.com>
3 years ago
Ivana Huckova
a069e7ec80
Update api.md ( #9429 )
...
Fix timestamp in example in exemplars query. The year was `020` instead of `2020`.
Signed-off-by: Ivana <ivana.huckova@gmail.com>
3 years ago
Ganesh Vernekar
b30db03f35
Cut v2.30.2 ( #9426 )
...
* Don't error on overlapping m-mapped chunks during WAL replay (#9381 )
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
* Reduce log level during WAL replay on overlapping m-map chunks (#9425 )
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
* Cut v2.30.2
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
Ganesh Vernekar
a7d499e19a
Reduce log level during WAL replay on overlapping m-map chunks ( #9425 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
Ganesh Vernekar
8c597e5166
Don't error on overlapping m-mapped chunks during WAL replay ( #9381 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
Manuel Rüger
e5b1b15dc3
Dockerfile: Optimize and consolidate steps ( #9180 )
...
* Moving up workdir will make mkdir call redundant
* Consolidate into a single RUN instruction
* Prefix etc/prometheus with a slash (it only worked because WORKDIR was
/ )
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
3 years ago
Ganesh Vernekar
a05b510fc3
Merge pull request #9410 from prometheus/merge-release-2.30
...
Merge release 2.30 into main
3 years ago
Ganesh Vernekar
f69e4590fb
Merge remote-tracking branch 'upstream/main' into merge-release-2.30 and upgrade prometheus/common to v0.31.1
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
Ganesh Vernekar
fafb309d40
Cut v2.30.1 ( #9402 )
...
* backfill: Do not align the start of the group since we align every rule.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Backfill: Do not query after --end (#9340 )
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Redact remote write URL when used for metric label (#9383 )
Redact any basic auth passwords in the remote write URL (which are
technically allowed although not recommended) when used as metric
labels.
Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
* Azure: Fix panic when no computername is set (#9387 )
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Cut v2.30.1
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
Co-authored-by: Julien Pivotto <roidelapluie@inuits.eu>
Co-authored-by: Nick Pillitteri <56quarters@users.noreply.github.com>
3 years ago
Ganesh Vernekar
168012f2bd
Upgrade prometheus/common to v0.30.1 ( #9408 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
Augustin Husson
149e36921b
assess in readme that codemirror-promql is in prometheus/prometheus ( #9388 )
...
* assess in readme that codemirror is in prometheus/prometheus
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
* fix wording
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
* remove preview
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
3 years ago
Julius Volz
0dc43b97d7
Merge pull request #9347 from prometheus/fix-gitpod
...
Fix gitpod
3 years ago
Augustin Husson
722eb4bd64
fix gitpod by using custome dockerfile and accurate npm ui path
...
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
3 years ago
Augustin Husson
160fc41441
add gitpod dockerfile to upgrade node and npm version
...
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
3 years ago
Augustin Husson
eca9546ba4
fix package-lock.json ( #9400 )
...
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
3 years ago
Julius Volz
f103acd513
Merge pull request #9248 from LeviHarrison/atan2-binary-op
...
PromQL: Add `atan2` binary operator
3 years ago
Bryan Boreham
1fb3c1b598
Replace calls to strings.Compare ( #9397 )
...
< is clearer and faster. As the documentation says,
"Basically no one should use strings.Compare."
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
3 years ago
Levi Harrison
a7de0cf276
Remove example and experimental
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Augustin Husson
dbbfd1ccf6
change license in package.json file of cmp ( #9399 )
...
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
3 years ago
Julien Pivotto
63b3e4e5ec
Enable HTTP2 again ( #9398 )
...
We are re-enabling HTTP 2 again. There has been a few bugfixes upstream
in go, and we have also enabled ReadIdleTimeout.
Fix #7588
Fix #9068
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
3 years ago
Levi Harrison
a16a4cad2d
Add example
...
Credit goes to @leonerd for the original example
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Levi Harrison
2f896c98ff
Address review comments
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Julien Pivotto
0de0e1ee0e
codemirror_sync: Use reset and checkout instead of restore ( #9396 )
...
The git version we are using for CI is too old.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
3 years ago
Julien Pivotto
1681a8d539
Azure: Fix panic when no computername is set ( #9387 )
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
3 years ago
Augustin Husson
3e494eac71
upgrade to codemirror v19 ( #9363 )
...
* upgrade to codemirror v19
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
* fix autocomplete test
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
* fix wording
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
3 years ago
Julien Pivotto
7c40eb52ef
Add sync_codemirror ( #9379 )
...
* Add sync_codemirror
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
3 years ago
Augustin Husson
7bcca77340
provide a way to override the apiPrefix in codemirror prom client + cleanup readme ( #9384 )
...
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
3 years ago
Nick Pillitteri
acee8c8a88
Redact remote write URL when used for metric label ( #9383 )
...
Redact any basic auth passwords in the remote write URL (which are
technically allowed although not recommended) when used as metric
labels.
Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
3 years ago
Levi Harrison
e27ac3e7e4
Add grammar (maybe?)
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Levi Harrison
a283b52e8c
Added unit
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Levi Harrison
587cb95093
Add operator tests
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Levi Harrison
be6ce7bcc2
Add docs
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Levi Harrison
f5c6ee4df6
Add lex test
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Levi Harrison
7471208b5c
Add `ATAN2` to `maybe_label`
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Levi Harrison
8547a2bd86
Add `atan2` binary operator
...
Signed-off-by: Levi Harrison <git@leviharrison.dev>
3 years ago
Serge Catudal
d77c985f8c
Add initial support for exemplar to the remote write receiver endpoint ( #9319 )
...
* Add initial support for exemplar to the remote write receiver endpoint
Signed-off-by: Serge Catudal <serge.catudal@gmail.com>
* Update storage remote write handler tests with exemplars
Signed-off-by: Serge Catudal <serge.catudal@gmail.com>
* Update remote write handler in order to have a distinct checkAppendExemplarError function from scrape
Signed-off-by: Serge Catudal <serge.catudal@gmail.com>
3 years ago
Ganesh Vernekar
2bcd9f2f69
Link 2 more TSDB blog posts in tsdb/README.md ( #9371 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
3 years ago
Bryan Boreham
5a754bc043
Short-circuit vector binary ops ( #9362 )
...
In degenerate cases we can save the effort of building a map.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
3 years ago
Bryan Boreham
c4942ef3b7
Optimise query_range by computing join signatures just once ( #9360 )
...
* Add benchmark case for many-to-one join
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
* query_range: compute join signatures just once
For an expression like `a + on(p,q) b`, extract the `p,q` part from each
series once, instead of re-computing at every step of the range.
Although there was a cache, computing the key by concatenating all
labels was expensive.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
3 years ago