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

Fix typo in .json file name #6051

Closed
wants to merge 15 commits into from
Closed

Commits on Jan 18, 2023

  1. fix typo

    Signed-off-by: Chantel Yip <52993239+sshantel@users.noreply.github.com>
    sshantel committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e37ad31 View commit details
    Browse the repository at this point in the history
  2. fix line

    Signed-off-by: cyip <cyip@jackhenry.com>
    sshantel committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    16ff5e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Merge release 0.30 into main (thanos-io#6041)

    * compact: remove cancel on SyncMetas errors (thanos-io#5923)
    
    in a favour of 86b4039 SyncMetas will retry if it's retriable.
    Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated,
    the ones not and are not retriable will throw an interrupt to run.Group() by returning err
    and Group will call cancel() as it's configured for its interrupt func.
    
    Signed-off-by: Seena Fallah <seenafallah@gmail.com>
    
    Signed-off-by: Seena Fallah <seenafallah@gmail.com>
    
    * Cut v0.30.0-rc.0 (thanos-io#5992)
    
    * Cut v0.30.0-rc.0
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    * mdox fix.
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    
    * Cut 0.30.0 (thanos-io#6011)
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    
    * *: cut 0.30.1 (thanos-io#6017)
    
    * fix duplicate metrics registration in redis client (thanos-io#6009)
    
    * fix duplicate metrics registration in redis client
    
    Signed-off-by: Kama Huang <kamatogo13@gmail.com>
    
    * fixed test
    
    Signed-off-by: Kama Huang <kamatogo13@gmail.com>
    
    Signed-off-by: Kama Huang <kamatogo13@gmail.com>
    
    * *: cut 0.30.1
    
    Add CHANGELOG entry.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    
    Signed-off-by: Kama Huang <kamatogo13@gmail.com>
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    Co-authored-by: Kama Huang <121007071+kama910@users.noreply.github.com>
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    
    * Tracing: Fix sampler defaults (thanos-io#5887)
    
    * Fix sampler defaults
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    
    * Add CHANGELOG
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    
    * Replace checkout with git-shallow-clone (thanos-io#5829)
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    
    * CHANGELOG: fix
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    
    Signed-off-by: Seena Fallah <seenafallah@gmail.com>
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    Signed-off-by: Kama Huang <kamatogo13@gmail.com>
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    Co-authored-by: Seena Fallah <seenafallah@gmail.com>
    Co-authored-by: Kama Huang <121007071+kama910@users.noreply.github.com>
    3 people authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    668e143 View commit details
    Browse the repository at this point in the history
  2. Use e2edb.NewMinio to disable SSE-S3 in e2e tests (thanos-io#6055)

    * Use e2edb.NewMinio to disable SSE
    
    Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
    
    * Use temp fork for TLS
    
    Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
    
    * Fix broken rules api fanout test
    
    Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
    
    * Fix broken query compatibility test
    
    Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
    
    * Remove fork
    
    Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
    
    Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
    saswatamcode authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    62e67f6 View commit details
    Browse the repository at this point in the history
  3. gate: allow disabling max concurrent (thanos-io#6053)

    Allow disabling max concurrency limit by setting limit to <= 0.
    Previously it was impossible to disable this limit.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    Co-authored-by: Matej Gera <38492574+matej-g@users.noreply.github.com>
    2 people authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a587e52 View commit details
    Browse the repository at this point in the history
  4. Use $__rate_inteval in Thanos mixin dashboards (thanos-io#6052)

    This PR changes the Thanos mixin dashboard widgets that are using
    the rate function from $interval magic variable to __rate_interval.
    
    It has been added in Grafana 7.2 for that exact purpose.
    
    Signed-off-by: Daniel Mellado <dmellado@redhat.com>
    
    Signed-off-by: Daniel Mellado <dmellado@redhat.com>
    danielmellado authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    103bea4 View commit details
    Browse the repository at this point in the history
  5. Add proposal for Querier selector config

    This commit extends the distributed execution proposal with an option
    to run distributed queries against a pool of Thanos Receivers.
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    3c4ff11 View commit details
    Browse the repository at this point in the history
  6. Fix typos and add examples

    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    4f600db View commit details
    Browse the repository at this point in the history
  7. tracing: fixed panic because of nil sampler (thanos-io#6066)

    * fixed panic because of nil sampler
    
    Signed-off-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com>
    
    * added CHANGELOG entry
    
    Signed-off-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com>
    
    Signed-off-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com>
    xBazilio authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    af89659 View commit details
    Browse the repository at this point in the history
  8. Fix Receiver panic when querying uninitialized TSDBs (thanos-io#6067)

    * Fix Receiver panic when querying uninitialized TSDBs
    
    Receivers currently panic when retrieving labels for a TSDB that is
    being initialized. The reason for this is that the tenant is added to
    the tenants map and the TSDB is started in the background.
    When retrieving labels, the MultiTSDB creates Clients for each TSDB,
    even if a TSDB is not yet ready.
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    
    * Add CHANGELOG
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    
    * Gracefully terminate test
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    6d9eda3 View commit details
    Browse the repository at this point in the history
  9. sidecar, query, receiver: Native histogram support (thanos-io#6032)

    * Added native histogram support for sidecar, query, receiver.
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Added comment
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Cleanup native histogram tests
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Made native hist test ha and replace usage of at with att
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Fix deduplication with native histograms
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Enabled native histogram writing
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Committed missing files for write
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Added benchmark for histogram writing
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Fixed chunkSeriesIterator
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Enabled replication for native histogram write test
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Lint native histogram test imports
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Removed ToDo comments
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Cleanup
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    * Renamed lastValue of dedup iter and added TODO
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    * Fixed typo
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    * Added hidden native histogram flag for receive tsdb
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    * merge
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    * Comments and reverted change to qfe
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    * Go mod tidy
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    * Dedup iter nit
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    
    Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
    rabenhorst authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    3767100 View commit details
    Browse the repository at this point in the history
  10. Update Thanos engine to latest version (thanos-io#6069)

    This commit updates the Thanos PromQL engine to the latest version.
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    65dc19c View commit details
    Browse the repository at this point in the history
  11. Receive: Tenants' external labels proposal (thanos-io#5720)

    * Receive external labels proposal
    
    Signed-off-by: haanhvu <haanh6594@gmail.com>
    
    * Restructure and edit proposal's content
    
    Signed-off-by: haanhvu <haanh6594@gmail.com>
    
    * Update proposal
    
    Signed-off-by: haanhvu <haanh6594@gmail.com>
    
    * Fix doc error
    
    Signed-off-by: haanhvu <haanh6594@gmail.com>
    
    Signed-off-by: haanhvu <haanh6594@gmail.com>
    haanhvu authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    efcc408 View commit details
    Browse the repository at this point in the history
  12. fixing doc CI (thanos-io#6072)

    Signed-off-by: Ben Ye <benye@amazon.com>
    
    Signed-off-by: Ben Ye <benye@amazon.com>
    yeya24 authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    736253b View commit details
    Browse the repository at this point in the history
  13. Fix stores filtering resets on reload (thanos-io#6063)

    * Fix stores filtering resets on reload
    
    `g0.store_matches` parameter appears in the url but doesn't applies
    in the frontend. Looks like it has been done on purpose and by
    removing a small piece of code fixes this issue.
    
    variable named `debugMode` is used for the store filtering checkbox
    which is an unappropriate name. Using `enableStoreFiltering`
    variable to represent the state of checkbox.
    
    Signed-off-by: Pradyumna Krishna <git@onpy.in>
    
    * Regenerate bindata.go
    
    Signed-off-by: Pradyumna Krishna <git@onpy.in>
    
    Signed-off-by: Pradyumna Krishna <git@onpy.in>
    PradyumnaKrishna authored and sshantel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    894c3f7 View commit details
    Browse the repository at this point in the history