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

Extend context for usage statistics collection & add latencies for performance analysis #1983

Merged
merged 21 commits into from
Nov 5, 2021

Commits on Nov 1, 2021

  1. Extend context for usage statistics collection & add latencies for pe…

    …rformance analysis
    
    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    298b3a5 View commit details
    Browse the repository at this point in the history
  2. uncomment test marks

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    47760ea View commit details
    Browse the repository at this point in the history
  3. fix UTs

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    bb6523d View commit details
    Browse the repository at this point in the history
  4. make lint happy

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    122d524 View commit details
    Browse the repository at this point in the history
  5. remove prow hook for usage tests

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    e1708a0 View commit details
    Browse the repository at this point in the history
  6. adding decorators through code

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    1468bfc View commit details
    Browse the repository at this point in the history
  7. consistent naming

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    37005e9 View commit details
    Browse the repository at this point in the history
  8. deterministic tests

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    cfafaaf View commit details
    Browse the repository at this point in the history
  9. linting

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    961c771 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. fix conflicts

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7d78276 View commit details
    Browse the repository at this point in the history
  2. fix redis span

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    9978e8f View commit details
    Browse the repository at this point in the history
  3. minimize overhead of telemetry

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    776568d View commit details
    Browse the repository at this point in the history
  4. all datetimes in utc

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    0f812db View commit details
    Browse the repository at this point in the history
  5. format

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    92ac32f View commit details
    Browse the repository at this point in the history
  6. fix tests

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    9005d72 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. consistent naming

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    371deb2 View commit details
    Browse the repository at this point in the history
  2. consistent naming

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    230f698 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. add installation timestamp and environment signature to usage context

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    febc1d2 View commit details
    Browse the repository at this point in the history
  2. instantiate correct provider class

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    caebdcc View commit details
    Browse the repository at this point in the history
  3. add timeout to exporter

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2b7efd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. generalize provider selection

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    bfa4b92 View commit details
    Browse the repository at this point in the history