Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1885235: bump Prometheus to v2.22.0 #61

Merged
merged 84 commits into from
Oct 20, 2020

Commits on Aug 23, 2020

  1. Update prombench workflows to incorporate new naming convention

    Signed-off-by: Drumil Patel <drumilpatel720@gmail.com>
    weastel committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    25a4fc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Export members of EvalNodeHelper to facilitate usage in external func…

    …tions (prometheus#7860)
    
    Signed-off-by: Vijay Samuel <vjsamuel@ebay.com>
    vjsamuel committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    00ee73e View commit details
    Browse the repository at this point in the history
  2. Fix Experimental UI for cookie based authentication (prometheus#7827)

    We're using Prometheus behind a reverse proxy which authenticates everything based on cookies.
    Without this attribute the cookie is not send with the request for the manifest.json
    
    Signed-off-by: Stefan Bueringer <sbueringer@gmail.com>
    sbueringer committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d30f202 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. web/api/v1: rename http status code. (prometheus#7864)

    Signed-off-by: johncming <johncming@yahoo.com>
    johncming committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    a14245b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. web: Close and exhaust all response bodies in tests + cleanup snapsho…

    …t directory (prometheus#7850)
    
    * web: Close and exhaust all response bodies in tests
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    
    * Remove empty snapshot directory
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    
    * Fix lint
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    6573bf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Update the storage.md to fix typo, and some grammar/format issue (pro…

    …metheus#7871)
    
    * Update the storage.md to fix typo, and some grammar/format issue
    
    Signed-off-by: Luke Chen <showuon@gmail.com>
    showuon committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    791b848 View commit details
    Browse the repository at this point in the history
  2. docs: minor corrections to the docker documentation (prometheus#6869)

    The documentation referenced "data volume containers", which were
    superseded by named volume support in Docker several years ago.
    
    There were to bind-mounting examples in the docs that are effectively
    doing the same thing, but the description of the second was somewhat
    erroneous.
    
    Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com>
    larsks committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    e4cfa74 View commit details
    Browse the repository at this point in the history
  3. add key to StatusWithStatusIndicator component in loop (prometheus#6879)

    Signed-off-by: Jaga Santagostino <jagasantagostino@gmail.com>
    kandros committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    3ebffa7 View commit details
    Browse the repository at this point in the history
  4. tsdb/chunks: remove un-used code. (prometheus#6944)

    Signed-off-by: johncming <johncming@yahoo.com>
    johncming committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    252265f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Referring to configuration.md, to have a Generic placeholders definit…

    …ion section (prometheus#7875)
    
    Signed-off-by: Luke Chen <showuon@gmail.com>
    showuon committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    dba729f View commit details
    Browse the repository at this point in the history
  2. Refactor WAL.Segments method to be part of the wal package (prometheu…

    …s#6477)
    
    Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
    codesome committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2255b6f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Unnecessary go routine spawn. (prometheus#7879)

    * Unnecessary go routine spawn.
    * Remove unnecessary local variable creation.
    
    Signed-off-by: iurii <iurii@coins.ph>
    Co-authored-by: iurii <iurii@coins.ph>
    LasTshaMAN and LasTshaMAN committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    bd53b5f View commit details
    Browse the repository at this point in the history
  2. tsdb: remove redundant fields. (prometheus#7869)

    Signed-off-by: johncming <johncming@yahoo.com>
    johncming committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    75ae384 View commit details
    Browse the repository at this point in the history
  3. Bump promu version (prometheus#7880)

    Upgrade to promu 0.6.0.
    
    Signed-off-by: Ben Kochie <superq@gmail.com>
    SuperQ committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    7b4a2ca View commit details
    Browse the repository at this point in the history
  4. Rename remote.newReadClient() to remote.NewReadClient() (promethe…

    …us#7881)
    
    This should make the `NewReadClient()` exported outside the `remote` package
    
    Signed-off-by: Anand Sanmukhani <asanmukh@redhat.com>
    Anand Sanmukhani committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    f4a1b3c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Update all_nodepools_deleted to all_nodes_deleted in prombench workflow

    Signed-off-by: Drumil Patel <drumilpatel720@gmail.com>
    geekodour committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    f8c8adf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. docs: add promtool version in rule migration cmd (prometheus#6989)

    `promtool update rules` is no longer available after Prometheus 2.5.
    Document this to avoid confusion such as in prometheus#6988.
    
    Signed-off-by: Christian Hoffmann <mail@hoffmann-christian.info>
    hoffie committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    51306cb View commit details
    Browse the repository at this point in the history
  2. tsdb: sync temporary checkpoint directory before rename (prometheus#7004

    )
    
    Signed-off-by: zhulongcheng <zhulongcheng.dev@gmail.com>
    zhulongcheng committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5ea6bdc View commit details
    Browse the repository at this point in the history
  3. Fixes prometheus#6127 : Add Collapse All button (prometheus#6957)

    The collapse all option as suggested in the corresponding issue
    has been implemented in this PR.
    
    Signed-off-by: Deepjyoti Mondal <djmdeveloper060796@gmail.com>
    djmgit committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c8ad79e View commit details
    Browse the repository at this point in the history
  4. Update alerting_rules.md (prometheus#7252)

    Update `ALERTS` example be more meta-syntactic.
    
    Signed-off-by: Justin Walz <justin.walz10@gmail.com>
    justinwalz committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    808a145 View commit details
    Browse the repository at this point in the history
  5. rules: Remove redundant RLock to avoid double RLock (prometheus#7183)

    Signed-off-by: BurtonQin <bobbqqin@gmail.com>
    Anonymous committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8219b44 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Merge pull request prometheus#7913 from prometheus/release-2.21

    Merge release 2.21 into master
    roidelapluie committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a6ee1f8 View commit details
    Browse the repository at this point in the history
  2. Use ASSIGN when using = inside braces (prometheus#7911)

    * Fix EQL when using = inside braces.
    
    Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
    
    * EQL => EQLC and ASSIGN => EQL
    
    Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
    
    * Aligned yacc code.
    
    Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
    Harkishen-Singh committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    fc8e769 View commit details
    Browse the repository at this point in the history
  3. Fix missing remote read spans (prometheus#7914)

    The remote read client needs to use the nethttp.Transport wrapper in
    order for spans to be instrumented properly.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f0f8e50 View commit details
    Browse the repository at this point in the history
  4. Default to bigger remote_write sends (prometheus#5267)

    * Default to bigger remote_write sends
    
    Raise the default MaxSamplesPerSend to amortise the cost of remote
    calls across more samples. Lower MaxShards to keep the expected max
    memory usage within reason.
    
    Signed-off-by: Bryan Boreham <bryan@weave.works>
    
    * Change default Capacity to 2500
    
    To maintain ratio with MaxSamplesPerSend
    
    Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
    bboreham committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    90fc6be View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. tsdb: remove duplicate values set to reduce memory usage(map overhead) (

    prometheus#7915)
    
    Signed-off-by: Xiaochao Dong (@damnever) <dxc.wolf@gmail.com>
    damnever committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    a282d25 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Merge pull request prometheus#7929 from prometheus/release-2.21

    Merge release 2.21 in master
    roidelapluie committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ed2a483 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. update the protoc version to 3.12.3 in readme.md (prometheus#7931)

    Signed-off-by: Luke Chen <showuon@gmail.com>
    showuon committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7de6046 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. web: Remove APIv2 (prometheus#7935)

    * web: Remove APIv2
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e208afc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Updating storage.md for retention.size (prometheus#7942)

    Signed-off-by: venkatbvc <chalapathirao@gmail.com>
    venkatbvc committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    6f28c46 View commit details
    Browse the repository at this point in the history
  2. RELEASE.md: add instructions for React dep updates (prometheus#6831)

    * RELEASE.md: add instructions for React dep updates
    
    Signed-off-by: Julius Volz <julius.volz@gmail.com>
    juliusv committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fc416e3 View commit details
    Browse the repository at this point in the history
  3. Add the "assets" make target and change directory note in readme (pro…

    …metheus#7908)
    
    * add the "assets" make target and change directory note in readme
    
    Signed-off-by: Luke Chen <showuon@gmail.com>
    
    * address reviewer's comment
    
    Signed-off-by: Luke Chen <showuon@gmail.com>
    showuon committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    68d65a8 View commit details
    Browse the repository at this point in the history
  4. ui: clarify alert state toggle via checkbox icon (prometheus#7936)

    The current meaning of the alert firing/pending/inactive
    toggle seems ambiguouos as prometheus#7460 demonstrates.
    This commit adds a checkbox icon to clarify the
    active state of the button.
    
    Signed-off-by: Christian Hoffmann <mail@hoffmann-christian.info>
    hoffie committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    db13003 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. tsdb/fileutil: Use FcntlFstore from golang.org/x/sys/unix (prometheus…

    …#7949)
    
    Direct syscalls using syscall.Syscall(SYS_*, ...) should no longer be
    used on darwin, see [1]. Instead, use the FcntlFstore libSystem wrapper
    provided by the golang.org/x/sys/unix package to implement
    preallocFixed.
    
    [1] https://golang.org/doc/go1.12#darwin
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    b5b3bc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. tsdb/chunks/head_chunks_test.go: Fix typo (prometheus#7953)

    tsdb/db_test.go: Fix typo
    
    Signed-off-by: Jorge Vallecillo <jorgevallecilloc@gmail.com>
    altmas5 committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    7aa5fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Unnecessary go routine spawn. (prometheus#7951)

    Signed-off-by: fuling <fuling.lgz@alibaba-inc.com>
    liguozhong committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4a52faf View commit details
    Browse the repository at this point in the history
  2. Ensure alert rules are marked as restored in unit tests (prometheus#7661

    )
    
    This makes sure the ALERTS timeseries is created when unit testing
    alerting rules.
    
    Signed-off-by: David Leadbeater <dgl@dgl.cx>
    dgl committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    77c784a View commit details
    Browse the repository at this point in the history
  3. Add tsdb startup duration metric (prometheus#7737)

    * Add tsdb wal replay duration metric
    
    Signed-off-by: Max Neverov <neverov.max@gmail.com>
    mneverov committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    7e1c27b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Eureka: Fix service discovery when compiled in 32-bit (prometheus#7961)

    Java timestamps are causing issues when unmarshalling with a 32 bit
    prometheus. It appears that we do not use those fields, so let's remove
    them.
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    184a871 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus#7964 from prometheus/release-2.21

    Eureka: Fix service discovery when compiled in 32-bit (prometheus#7961)
    roidelapluie committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b014588 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Vendor prometheus/common v0.14.0

    Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
    dstdfx committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    63457ef View commit details
    Browse the repository at this point in the history
  2. Remove unused deps

    Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
    dstdfx committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b10f071 View commit details
    Browse the repository at this point in the history
  3. Merge pull request prometheus#7968 from dstdfx/extend-version-cmd

    Vendor prometheus/common v0.14.0
    roidelapluie committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7e2db3d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. update the doc link in internal_arthitecture.md (prometheus#7966)

    * update the doc link in internal_arthitecture.md
    * address reviewer's comment to remove out-dated wrapper
    
    Signed-off-by: Luke Chen <showuon@gmail.com>
    showuon committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3364875 View commit details
    Browse the repository at this point in the history
  2. Refactor vars to avoid test failures in storage/remote with -count > 1 (

    prometheus#7934)
    
    * Refactor global vars to avoid failure with run test more than once.
    
    Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
    
    * Register highestRecvTimestamp metric.
    
    Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
    
    * Use local interner vars.
    
    Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
    
    * Declare interner in write storage.
    
    Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
    Harkishen-Singh committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    072b964 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Add a rule_group_samples metric (prometheus#7977)

    This new metric allows tracking how many samples did each rule group generate.
    
    Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
    prymitive committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    19c190b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. React UI: Implement missing TSDB head stats section (prometheus#7876)

    * React UI: Implement missing TSDB head stats section
    
    Signed-off-by: Dustin Hooten <dhooten@splunk.com>
    
    * Add break
    
    Signed-off-by: Dustin Hooten <dhooten@splunk.com>
    hooten committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    916dbd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Encode and Decode method for tombstones (prometheus#7967)

    * Encode and Decode method for tombstones
    
    Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
    
    * Fix review comments
    
    Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
    codesome committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f0d87b5 View commit details
    Browse the repository at this point in the history
  2. Fix callback function bind with object as parameter (prometheus#7984)

    Signed-off-by: TAY TS <taytzushieh@gmail.com>
    TAYTS committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    c9d827c View commit details
    Browse the repository at this point in the history
  3. Scrape: Test that deduplicated targets are started (prometheus#7975)

    This PR test that de-duplicated targets are actually started.
    
    It is a unit test for this line of code:
    https://github.com/prometheus/prometheus/blob/072b9649a30e06c71ddd1c64d25f71c4936e56ba/scrape/scrape.go#L457
    which is working and necessary but was not tested yet.
    
    It also tests that scrapes are started in the normal way, in the targets
    limit test.
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    6f13c60 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Fix magic number in docs (prometheus#7998)

    Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
    codesome committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    50ae4e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Add UserAgent header to Eureka client (prometheus#8006)

    Signed-off-by: Viren Negi <meetme2meat@gmail.com>
    meetme2meat committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    d253251 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Gracefully handle unknown WAL record types. (prometheus#8004)

    As we're looking to expand what's in the WAL,
    having old Prometheus servers ignore the new record types
    rather than treating them as corruption allows for better
    upgrade/downgrade paths.
    
    Adjust some tests accordingly, so they're still testing what they're
    meant to test.
    
    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    073e93c View commit details
    Browse the repository at this point in the history
  2. Add UserAgent to Hetzner Robot SD (prometheus#8008)

    Fix prometheus#8003
    
    Signed-off-by: Viren Negi <meetme2meat@gmail.com>
    meetme2meat committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    8dbfa14 View commit details
    Browse the repository at this point in the history
  3. Introduce timestamp tolerance in scrapes

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6544f95 View commit details
    Browse the repository at this point in the history
  4. Move the tolerance logic in the loop function.

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    98e1461 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Fix comment

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ccc1df3 View commit details
    Browse the repository at this point in the history
  2. Don't do literal regex matching optimisation when case insensitive. (p…

    …rometheus#8013)
    
    Fixes prometheus#7994
    
    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    924ce97 View commit details
    Browse the repository at this point in the history
  3. Bump Kubernetes dependencies

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    52c4da1 View commit details
    Browse the repository at this point in the history
  4. cmd/prometheus: support k8s.io/klog/v2

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9bb3555 View commit details
    Browse the repository at this point in the history
  5. Simplify logic

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    b90c7a5 View commit details
    Browse the repository at this point in the history
  6. cmd/prometheus: Issue a warning on 32 bit archs (prometheus#8012)

    * cmd/prometheus: Issue a warning on 32 bit archs
    
    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    946819e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Merge pull request prometheus#8015 from simonpasquier/bump-k8s-deps

    Bump k8s dependencies + support k8s.io/klog/v2
    brancz committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    6be3ebd View commit details
    Browse the repository at this point in the history
  2. promql: Organize legacy tests into appropriate files (prometheus#7989)

    * Separate tests into:
    ** Aggregators
    ** Functions
    ** Operators
    ** Selectors
    * Remove simple files and place tests into other files.
    * Eliminate some of the _over_time tests since there are already plenty of
      edge cases present in the functions.test file.
    
    Relates to prometheus#740
    
    Signed-off-by: Harold Dost <harolddost@gmail.com>
    hdost committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    bf7c771 View commit details
    Browse the repository at this point in the history
  3. Add an experimental, hidden flag

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    536dfb6 View commit details
    Browse the repository at this point in the history
  4. Better description

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    6b618ec View commit details
    Browse the repository at this point in the history
  5. fix few typo (prometheus#8023)

    Signed-off-by: garanews <puntogtg@tiscali.it>
    garanews committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c388168 View commit details
    Browse the repository at this point in the history
  6. Adjust flag

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    627ff84 View commit details
    Browse the repository at this point in the history
  7. Adjust comment

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    671f7c6 View commit details
    Browse the repository at this point in the history
  8. Add context

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    e2a2bf3 View commit details
    Browse the repository at this point in the history
  9. Specify the removal

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    4617d16 View commit details
    Browse the repository at this point in the history
  10. Fix wordings

    Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
    roidelapluie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    be5ba1a View commit details
    Browse the repository at this point in the history
  11. Fixes prometheus#7982. Increase maxErrMsgLen value remote_write api (p…

    …rometheus#8017)
    
    Signed-off-by: Siddhant Sinha <sid.sinha94@gmail.com>
    siddhant94 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    d9dcf2c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge pull request prometheus#7976 from roidelapluie/tolerance

    Introduce timestamp tolerance in scrapes
    brancz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    da3ea43 View commit details
    Browse the repository at this point in the history
  2. *: Update go dependencies

    Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
    brancz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a584898 View commit details
    Browse the repository at this point in the history
  3. web/ui/react-app/yarn.lock: Update UI dependencies

    Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
    brancz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    b97a1bb View commit details
    Browse the repository at this point in the history
  4. storage/remote/intern_test.go: Fix linting errors

    Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
    brancz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    21a2e8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request prometheus#8027 from brancz/v2.22-go-dep-update

    *: Update dependencies
    brancz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    8703bc8 View commit details
    Browse the repository at this point in the history
  6. *: Cut v2.22.0-rc.0

    Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
    brancz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    be13743 View commit details
    Browse the repository at this point in the history
  7. Merge pull request prometheus#8020 from brancz/cut-2.22.0-rc.0

    *: Cut v2.22.0-rc.0
    brancz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3240cf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. *: Cut v2.22.0

    Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
    brancz committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    e1406c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus#8059 from brancz/cut-2.22.0

    *: Cut v2.22.0
    brancz committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    0a7fdd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge tag 'v2.22.0' into aos-bump-v2.22.0

    v2.22.0
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0a5fb08 View commit details
    Browse the repository at this point in the history
  2. web/ui: regenerate assets

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2d6ff26 View commit details
    Browse the repository at this point in the history