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

Task/use etcd metrics endpoint #11280

Merged
merged 25 commits into from
Mar 26, 2019
Merged

Task/use etcd metrics endpoint #11280

merged 25 commits into from
Mar 26, 2019

Commits on Mar 6, 2019

  1. etcd metrics - has_leader metric

    odacremolbap committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    d72e96e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. add all standard etcd metrics

    odacremolbap committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    372c32d View commit details
    Browse the repository at this point in the history
  2. add recommended metrics for etcd

    odacremolbap committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    3088b3a View commit details
    Browse the repository at this point in the history
  3. add boilerplate comments

    odacremolbap committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    dd2e3ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c1289 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Merge branch 'master' into task/use-etcd-metrics-endpoint

    odacremolbap committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    850545c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. unit test WIP

    odacremolbap committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    9d7fa51 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Merge branch 'master' into task/use-etcd-metrics-endpoint

    odacremolbap committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    95348e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. add test that allows for automated test data generation

    odacremolbap committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    d091993 View commit details
    Browse the repository at this point in the history
  2. add docs

    odacremolbap committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a8bad5a View commit details
    Browse the repository at this point in the history
  3. set etcd metrics metricset to beta

    odacremolbap committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    7d8e607 View commit details
    Browse the repository at this point in the history
  4. merge master + resolve conflict

    odacremolbap committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    5f8e873 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. avoid dot naming at metricsets buckets

    odacremolbap committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a44bd2a View commit details
    Browse the repository at this point in the history
  2. revert to etcd GA metrics as default

    odacremolbap committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    5c1500b View commit details
    Browse the repository at this point in the history
  3. remove redundant check from etcd event test

    odacremolbap committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    ebc8158 View commit details
    Browse the repository at this point in the history
  4. remove non useful tests

    odacremolbap committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    244de8a View commit details
    Browse the repository at this point in the history
  5. add refactored units

    odacremolbap committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    985cf0b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. add apiVersion for V2 etcd metrics

    odacremolbap committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    cdf9730 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. add namespace for etcd v3 metrics

    odacremolbap committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    980106c View commit details
    Browse the repository at this point in the history
  2. add test data for etcd metrics

    odacremolbap committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    e85ed22 View commit details
    Browse the repository at this point in the history
  3. add updated docs

    odacremolbap committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    84fa7e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. update data.json for all etcd modules (removing agent)

    odacremolbap committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    ecae2ee View commit details
    Browse the repository at this point in the history
  2. merge master, solve conflicts

    odacremolbap committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    4340666 View commit details
    Browse the repository at this point in the history
  3. properly structure fields

    odacremolbap committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    77bacce View commit details
    Browse the repository at this point in the history
  4. add Etcd V3 metrics MetricSet to python tests

    odacremolbap committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    f2f3642 View commit details
    Browse the repository at this point in the history