Skip to content

Comments

Bump to v2.7.1#23

Merged
openshift-merge-robot merged 95 commits intoopenshift:masterfrom
simonpasquier:aos-bump-v2.7.1
Feb 4, 2019
Merged

Bump to v2.7.1#23
openshift-merge-robot merged 95 commits intoopenshift:masterfrom
simonpasquier:aos-bump-v2.7.1

Conversation

@simonpasquier
Copy link

Branch comparison between the upstream v2.7.1 tag and this PR:

prometheus/prometheus@v2.7.1...simonpasquier:aos-bump-v2.7.1

This includes prometheus#5163

cc @brancz

tariqibrahim and others added 30 commits November 28, 2018 21:13
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
Useful when multiple (tagged) addresses for a node are exposed on the catalog API
Ref. https://www.consul.io/api/catalog.html#taggedaddresses

Signed-off-by: Samuel Alfageme <samuel@alfage.me>
Signed-off-by: SenXuDC <sen.xu@daocloud.io>
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
Signed-off-by: Thomas J. Fox <thomasjfox1@gmail.com>
Signed-off-by: Julius Volz <julius.volz@gmail.com>
…om/prometheus/prometheus/notifier', changed to 'notifierManager'. (prometheus#4947)

Signed-off-by: aixeshunter <aixeshunter@gmail.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…of using a slice) for BufferedSeriesIterator, to reduce the variance of benchmark results due to memory pressure. (prometheus#4847)

Signed-off-by: Alin Sinpalean <alin.sinpalean@gmail.com>
…les falling outside of the new delta from the underlying sampleRing, when ReduceDelta is called. (prometheus#4849)

Signed-off-by: Alin Sinpalean <alin.sinpalean@gmail.com>
Adapted top dir relabel to use pkg relabel structs.

Removal of this in a separate tracked here: prometheus#3647

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
Signed-off-by: tariqibrahim <tariq181290@gmail.com>
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
Signed-off-by: aixeshunter <aixeshunter@gmail.com>
Adds checks for current OS and arch to determine whether the '-race' option
should be used with go test

Signed-off-by: Paul Gier <pgier@redhat.com>
Signed-off-by: aixeshunter <aixeshunter@gmail.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…ackground() (prometheus#5024)

* vendor update
* discovery/gce: oauth2.NoContext is deprecated, replace with context.Background()

Signed-off-by: Erik Hollensbe <github@hollensbe.org>
Signed-off-by: Ilya Gladyshev <ilya.v.gladyshev@gmail.com>
krasi-georgiev and others added 15 commits January 18, 2019 16:32
* update tsdb to v0.4.0

Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>

* remove unused struct field

Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
* Add flag for size based retention

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>

* Deprecate the old retention flag for a new one.

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>

* Add ability to take a suffix for size flag

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>

* Address feedback

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Also sanitise the max block duration to max a month.

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Hrishikesh Barman <hrishikeshbman@gmail.com>
Fixes prometheus#5043

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
v2.7.1

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 31, 2019
@simonpasquier
Copy link
Author

/hold

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 31, 2019
Copy link

@pgier pgier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 1, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pgier, simonpasquier

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [pgier,simonpasquier]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@brancz
Copy link

brancz commented Feb 4, 2019

/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 4, 2019
@openshift-merge-robot openshift-merge-robot merged commit 6e5fb5d into openshift:master Feb 4, 2019
@simonpasquier simonpasquier deleted the aos-bump-v2.7.1 branch February 4, 2019 08:24
openshift-merge-bot bot pushed a commit that referenced this pull request Oct 9, 2025
When doing a config reload that need to stop some providers while also sending SIGTERM to Prometheus at the same time can sometimes hang

1: sync.WaitGroup.Wait [83 minutes] [Created by run.(*Group).Run in goroutine 1 @ group.go:37]
    sync         sema.go:110              runtime_SemacquireWaitGroup(*uint32(#166))
    sync         waitgroup.go:118         (*WaitGroup).Wait(*WaitGroup(#23))
    discovery    manager.go:276           (*Manager).ApplyConfig(#23, #167)
    main         main.go:964              main.func5(#120)
    main         main.go:1505             reloadConfig({#183, 0x1b}, 1, #40, #43, #50, {#31, 0xa, 0})
    main         main.go:1182             main.func22()
    run          group.go:38              (*Group).Run.func1(*Group(#26), #51)

Add a test for it.

Signed-off-by: Lukasz Mierzwa <l.mierzwa@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.