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

Additional metrics for peers bootstrapper #3060

Merged
merged 13 commits into from
Jan 14, 2021
Merged

Commits on Jan 4, 2021

  1. refactored instrumentation code for peers bootstrapper.

    added additional timers for peers bootstrapper to track individual steps.
    soundvibe committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    a548480 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge branch 'master' into linasn/dbnode-metrics

    * master: (26 commits)
      [dbnode][m3ninx] Rename doc.Document -> doc.Metadata (#3062)
      Don't attempt to lint genny gen'd code (#3063)
      [coordinator] Add ability to turn off rule matching cache (#3059)
      [r2ctl] Bump urijs from 1.19.1 to 1.19.5 in /src/ctl/ui (#3055)
      [aggregator/client] Metric for dropped metrics (#3054)
      [query] Add Graphite support for ** with metric path selectors (#3020)
      [tools] Fix failing linter (#3052)
      [query] implemented Graphite's `powSeries` function (#3038)
      [coordinator] Add Graphite Carbon rewrite cleanup integration test (#3049)
      [coordinator] Add Graphite rewrite cleanup directive for cleansing incoming metrics (#3047)
      [coordinator] Add Graphite Carbon ingest contains rule matcher for fast match (#3046)
      [query] Update Graphite quoted strings to just escape quotes and a flag for previous escape behavior (#3022)
      [query] Graphite match regexp all values for __g0__ tag matcher instead of match field (#3021)
      [coordinator] Add Carbon ingest latency metrics (#3045)
      [aggregator] Fix panic on invalid unaggregated payloads (#3041)
      [coordinator] Ignore rollup rule storage policies when deciding to utilize auto-mapping rules (#3044)
      [dbnode] Support checkpointing in cold flusher and preparing index writer per block (#3040)
      [dbnode] Client borrow connection API (#3019)
      [DOCS] Add back FAQ and troubleshooting sections (#3029)
      [DOCS] SEO and config changes (#3024)
      ...
    soundvibe committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2e98407 View commit details
    Browse the repository at this point in the history
  2. fixed linter warnings

    soundvibe committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7536314 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. removed dead code

    soundvibe committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0599c9c View commit details
    Browse the repository at this point in the history
  2. removed dead code

    soundvibe committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    018dc1d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. changes after review

    soundvibe committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    ff60333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb237a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. moved some instrumentation methods to instrumentationContexts for bet…

    …ter encapsulation and easier usage.
    soundvibe committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    078570d View commit details
    Browse the repository at this point in the history
  2. forgot to set nowFn

    soundvibe committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c784876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce0daa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into linasn/dbnode-metrics

    * master:
      [x] Replace InnerError() method usages with xerrors.InnerError() (#3068)
      [dbnode] Remove per-series traces on read queries (#3074)
      [coordinator] Remove includeRollupsOnDefaultRuleFiltering flag (#3073)
      [coordinator] Add TagFilter Matches comments (#3072)
      [query] Fix aggregated namespace header to be bad request instead of internal server error (#3070)
      [dbnode][m3ninx] Add support for reading document containers from an index (#3050)
      [dtest] Add a method for Prom remote writes (#3065)
      [dbnode] Add ExcludeOrigin to skip localhost on BorrowConnections (#3066)
      [dtest] Upgrade dockertest to v3.6.3 (#3053)
    soundvibe committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8f0abf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge branch 'master' into linasn/dbnode-metrics

    * master:
      [dtest] Run tests on an existing cluster launched with docker compose (#3067)
      [coordinator] Disable downsampler matcher cache by default (#3080)
      [dbnode][m3ninx] Use new doc.Document in query results to reduce slice allocations (#3057)
      [matcher/coordinator] Add latency metrics to rule matching (#3083)
      [coordinator] Rollout augmentM3Tags flag to true by default (#3082)
      [aggregator] Add ActivePlacementVersion to tcp client (#3071)
    soundvibe committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    4097249 View commit details
    Browse the repository at this point in the history
  2. changes after code review

    soundvibe committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    e765375 View commit details
    Browse the repository at this point in the history