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

Report kafka lag as time unit #195

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2020

  1. go mod

    Martin Conraux committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    41d8d57 View commit details
    Browse the repository at this point in the history
  2. Performance improvements for large clusters

    Martin Conraux committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c070c34 View commit details
    Browse the repository at this point in the history
  3. Bump to newer go version

    Martin Conraux committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1a13c1c View commit details
    Browse the repository at this point in the history
  4. Use a close/chan instead of WaitGroup

    Martin Conraux committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    94c3180 View commit details
    Browse the repository at this point in the history
  5. Add a log when concurrent calls are detected

    Martin Conraux committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    76fa712 View commit details
    Browse the repository at this point in the history
  6. Remove Gopkg and bump

    Martin Conraux committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    ea27c01 View commit details
    Browse the repository at this point in the history
  7. Fix promu

    Martin Conraux committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d2e2ab7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Move away from go dep

    David Parrott authored and David Parrott committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    424bf14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from davidmparrott/remove_dep

    Move away from go dep
    davidmparrott authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    accde4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca154b4 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Remove DEP in the list of dependencies
    davidmparrott authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    461fed5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. WIP

    davidmparrott committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    3c8653f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Separate interpolation table into it's own file.

    Update README to reflect additional functionality
    davidmparrott committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    4b0dc5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e109b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from davidmparrott/metric_testing

    Update metric exporter to report lag as unit of time
    davidmparrott authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    674a5c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Go mod

    davidmparrott committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    daf9997 View commit details
    Browse the repository at this point in the history
  2. mixin

    davidmparrott committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    7b47506 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from davidmparrott/mixin

    Create Grafana mixin
    davidmparrott authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    1d7b7f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    0d1e05c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abab872 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    48df34d View commit details
    Browse the repository at this point in the history
  2. Cleanup for Travis

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    edce2a6 View commit details
    Browse the repository at this point in the history
  3. Missed one Errorf

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9b64c6e View commit details
    Browse the repository at this point in the history
  4. Missed one Infof

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    fd5d445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e3e221 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    338b0a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9c261c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f24780 View commit details
    Browse the repository at this point in the history
  9. Update Dockerfile

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ccf9922 View commit details
    Browse the repository at this point in the history
  10. Update Dockerfile

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    82a21a9 View commit details
    Browse the repository at this point in the history
  11. fix go.mod

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f17524c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9b74e6 View commit details
    Browse the repository at this point in the history
  13. fixup README

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f0ed428 View commit details
    Browse the repository at this point in the history
  14. fixup README

    davidmparrott committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3be2a28 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fixup README

    davidmparrott committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b7c01a6 View commit details
    Browse the repository at this point in the history
  2. more minor cleanup

    davidmparrott committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    1ad21a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    82040d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from davidmparrott/config-enhancements

    switch to go-kit logging
    davidmparrott authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    82da4e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. update module version

    gaantunes committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7a97563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c091074 View commit details
    Browse the repository at this point in the history