beorn7
dd81912554
Add objectives to Summaries
...
With the next release of client_golang, Summaries will not have
objectives by default. To not lose the objectives we have right now,
explicitly state the current default objectives.
Signed-off-by: beorn7 <beorn@grafana.com>
6 years ago
Thomas Jackson
a000cec011
Re-use label builder in promql aggregation ( #5641 )
...
For my benchmarks on aggregation this reduces allocations by ~5% (~10%
time improvement):
```
benchmark old ns/op new ns/op delta
BenchmarkEvaluations/benchdata/aggregators.test/promxy-4 727692 649626 -10.73%
benchmark old allocs new allocs delta
BenchmarkEvaluations/benchdata/aggregators.test/promxy-4 2566 2434 -5.14%
benchmark old bytes new bytes delta
BenchmarkEvaluations/benchdata/aggregators.test/promxy-4 162760 148854 -8.54%
```
Signed-off-by: Thomas Jackson <jacksontj.89@gmail.com>
6 years ago
Callum Styan
e9129abeff
Remove max_retries from queue_config since it's not used in remote write
...
anymore.
Signed-off-by: Callum Styan <callumstyan@gmail.com>
6 years ago
mkenigs
e23fa22233
Change snapshot description to be consistent with rest of the doc ( #5642 )
...
Signed-off-by: mkenigs <matthewkenigsberg@gmail.com>
6 years ago
Hrishikesh Barman
819205ed03
DOCKERFILE_PATH added to Makefile.common ( #5635 )
...
* added dockerfile path to Makefile.common
Signed-off-by: Hrishikesh Barman <hrishikeshbman@gmail.com>
6 years ago
Björn Rabenstein
6097d27f11
Merge pull request #5634 from prometheus/beorn7/release
...
Update instructions for the release shepherd
6 years ago
beorn7
2e77b32fb5
Further clarification
...
Signed-off-by: beorn7 <beorn@grafana.com>
6 years ago
beorn7
1329faca14
Clarify when changes in master can be merged into the release branch
...
Signed-off-by: beorn7 <beorn@grafana.com>
6 years ago
Frederic Branczyk
9fc3c61e2c
Merge pull request #5598 from sh0rez/master
...
include InitContainers in Kubernetes Service Discovery
6 years ago
beorn7
adfc5aaa64
Update instructions for the release shepherd
...
This codifies how 2.10 was released. It removes the inconsistency of
freezing master for pre-releases but handling post-release bug fixes
in a separate branch.
The previous instructions came from a time where master was often in
bad shape. However, that's a problem of its own, which should be
avoided at all times and not only when a release is imminent. On other
words, freezing master can still happen if it is in bad shape and we
need a break from feature development and just fix the bugs for a
while. However, it should not happen as a formal step during the
release of a release candidate. On the contrary, a release candidate
is not really a release candidate if we already know it is in such a
bad shape that we need bug fixes. On the other hand, if we truly
believe the RC could be identical to the final release, there is no
need to freeze master.
I can explain more of the concept if there is still a need for
clarification.
Signed-off-by: beorn7 <beorn@grafana.com>
6 years ago
Björn Rabenstein
1a26dd6c9a
Merge pull request #5632 from prometheus/juliusv-release-shepherd
...
Add next three release shepherds
6 years ago
beorn7
ac8d10f6e2
Replace Ganesh with Frederic for 2.11
...
Signed-off-by: beorn7 <beorn@grafana.com>
6 years ago
Julius Volz
1299a73781
Add next three release shepherds
...
Signed-off-by: Julius Volz <julius.volz@gmail.com>
6 years ago
Simon Pasquier
74ff35ccdd
cmd/promtool: add $externalLabels for alert unit tests
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
sh0rez
8ba23fb336
fix(style): container_is_init to container_init
...
Removes 'is' keyword to comply style guide
Signed-off-by: sh0rez <me@shorez.de>
6 years ago
Carl Bergquist
9ba2f13c5e
fix inconsistant example rule ( #5605 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
6 years ago
sh0rez
88b79bae64
chore(style): Comply with style guide, order list
...
Signed-off-by: sh0rez <me@shorez.de>
6 years ago
Simon Pasquier
22824c2e08
Use Circle CI's org context ( #5561 )
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago
Callum Styan
babb8a0572
Update queue config documentation to reflect default value change for capacity.
...
Signed-off-by: Callum Styan <callumstyan@gmail.com>
6 years ago
beorn7
31ba9777f8
Merge branch 'release-2.10'
6 years ago
Björn Rabenstein
66e55f1d67
Merge pull request #5602 from roramirez/consoles-bootstrap-update
...
console_libraries: Update to Bootstrap 4.3.1
6 years ago
Rodrigo Ramírez Norambuena
598bdcc2f5
console_libraries: Update to Bootstrap 4.3.1
...
PR #5506 update the version for Bootstrap. This change update the
assets for console_libraries on this version of Bootstrap.
Signed-off-by: Rodrigo Ramírez Norambuena <a@rodrigoramirez.com>
6 years ago
sh0rez
1b144e499f
doc(discovery/kubernetes): container_is_init meta label
...
Signed-off-by: sh0rez <me@shorez.de>
6 years ago
sh0rez
6618f28fd7
test(discovery/kubernetes): TestPodDiscoveryInitContainer
...
Adds a test to check whether an InitContainer is included in the discovery
Signed-off-by: sh0rez <me@shorez.de>
6 years ago
sh0rez
fbd5c6f310
test(discovery/kubernetes): add container_is_init label to tests
...
Adds the new container_is_init label to the current tests to make them pass again
Signed-off-by: sh0rez <me@shorez.de>
6 years ago
sh0rez
cfa253ae06
feat(discovery/kubernetes): container_is_init label
...
Adds a label that shows whether the container is an init container or not
Signed-off-by: sh0rez <me@shorez.de>
6 years ago
sh0rez
bea07fe866
feat(discovery/kubernetes): include InitContainers
...
Includes InitContainers in the ServiceDiscovery
Signed-off-by: sh0rez <me@shorez.de>
6 years ago
beorn7
212ff4b659
Merge branch 'release-2.10'
6 years ago
Björn Rabenstein
d20e84d0fb
Merge pull request #5597 from prometheus/beorn7/release
...
Promote rc.0 to final v2.10.0
6 years ago
beorn7
2a5b7f9156
Promote rc.0 to final v2.10.0
...
Signed-off-by: beorn7 <bjoern@rabenste.in>
6 years ago
Bevisy
70b2be3907
Exhaust request body before closing it ( #5596 )
...
Signed-off-by: bevisy <binbin36520@gmail.com>
6 years ago
Bevisy
2548271e0f
format markdown code block ( #5594 )
...
Signed-off-by: bevisy <binbin36520@gmail.com>
6 years ago
Bevisy
bdebb0c890
format markdown code block ( #5594 )
...
Signed-off-by: bevisy <binbin36520@gmail.com>
6 years ago
Bevisy
b7cdd3e840
Exhaust request body before closing it ( #5596 )
...
Signed-off-by: bevisy <binbin36520@gmail.com>
6 years ago
Björn Rabenstein
2de8ba4708
Merge pull request #5584 from prometheus/beorn7/release
...
Cut v2.10.0-rc.0
6 years ago
beorn7
2f0a929126
Cut v2.10.0-rc.0
...
Signed-off-by: beorn7 <bjoern@rabenste.in>
6 years ago
Dmitry Shmulevich
d81df5609d
fix nil pointer dereference in azure discovery ( #5587 )
...
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@sysdig.com>
6 years ago
Alex Salt
d6a4daa26a
web api: handle alert with Infinity/NaN values ( #5582 )
...
* web/api/v1: alert value as string in alert/rules endpoints
Signed-off-by: Alexander Saltykov <alexander-s@yandex-team.ru>
6 years ago
Björn Rabenstein
0652b518da
Merge pull request #5583 from tariq1890/update_consul
...
update consul and dns dependencies
6 years ago
Tariq Ibrahim
1c0df5b7d1
update consul and dns dependencies
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
Björn Rabenstein
aeb3af485c
Merge pull request #5573 from tariq1890/fix_html
...
fix minor issue in the <a> tag of rules.html
6 years ago
Björn Rabenstein
6b956704b4
Merge pull request #5576 from prometheus/beorn7/mod
...
Update prometheus/client_golang and prometheus/tsdb modules
6 years ago
beorn7
aff4738f33
Adjust TestQueryRange to new Prometheus API client
...
Signed-off-by: beorn7 <bjoern@rabenste.in>
6 years ago
beorn7
12536f3027
Update prometheus/client_golang and prometheus/tsdb modules
...
Signed-off-by: beorn7 <bjoern@rabenste.in>
6 years ago
Chris Marchbanks
840872a6f8
Fix remote storage config not updating correctly ( #5555 )
...
* Update remote write and remote read separately
* Add external labels to the remote write conf hash
* Add unit tests for remote storage lifecycle
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
6 years ago
Lee Gaines
f4486815c1
logs filesystem type on startup ( #5558 )
...
Signed-off-by: Lee Gaines <leetgaines@gmail.com>
6 years ago
Tariq Ibrahim
c4b57ac4e2
fix minor issue in the <a> tag of rules.html
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
Frederic Branczyk
04f22700b7
Merge pull request #5571 from simonpasquier/extend-k8s-endpoint-metadata
...
discovery/kubernetes: add node name and hostname to endpoints
6 years ago
Samuel Alfageme
425b07f3c4
Updated the 'consistency-modes' consul.io/api link to point to its new location ( #5572 )
...
Ref: 626392eb62
Signed-off-by: Samuel Alfageme <samuel@alfage.me>
6 years ago
Simon Pasquier
3441ecdea1
discovery/kubernetes: add node name and hostname to endpoints
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 years ago