Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: travisjeffery/kafka-statsd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: greenbits/kafka-statsd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 1, 2019

  1. Define dependencies as go modules

    Erich Healy committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    d38961f View commit details
    Browse the repository at this point in the history
  2. Update dockerfile for deprecated onbuild

    Erich Healy committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    dc3af9e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Begin rewriting to collect info without zookeeper

    Erich Healy committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    33d1078 View commit details
    Browse the repository at this point in the history
  2. Update deps

    Erich Healy committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    04161aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a57328 View commit details
    Browse the repository at this point in the history
  4. daemonize the script

    tshedor committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    7c472a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Merge pull request #1 from greenbits/onbuild-deprecated

    [KAFKA-6] Revamp to remove zookeeper usage
    Fiveside authored Apr 4, 2019
    Configuration menu
    Copy the full SHA
    74aa609 View commit details
    Browse the repository at this point in the history
  2. Switch back to kingpin for arg parsing because it allows environment …

    …variable overriding.
    Erich Healy committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    cc363ed View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Split up statsd config into address and port

    Erich Healy committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    5e3a092 View commit details
    Browse the repository at this point in the history
  2. Replace statsd library with one that can format tags

    Erich Healy committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    5c95d81 View commit details
    Browse the repository at this point in the history
  3. Fix issue with optional prefix and bad itoa

    Erich Healy committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    ebca579 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge pull request #2 from greenbits/add-envar-overrides

    Switch back to kingpin for arg parsing
    Fiveside authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    66ede95 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Thread the last bit of the info collection, report absolute consumer …

    …group position, report latest partition offsets, only collect stats for topics that a consumer group is actually tracking
    Erich Healy committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    5790dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42af27d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Merge pull request #4 from greenbits/limit-groups

    Report absolute consumer and topic offsets
    Erich Healy authored May 2, 2019
    Configuration menu
    Copy the full SHA
    132fff6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    af7775d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from greenbits/structured-logging

    [BD-1500] Switch to structured logging and the option for json logged output
    Erich Healy authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    1113da1 View commit details
    Browse the repository at this point in the history
Loading