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

Add per-host shard metrics if configured #3819

Merged

Commits on Feb 22, 2018

  1. Add per-host shard metrics if configured

    Allows users to get per-host shard metrics from `shardConnPoolStats`.
    
    Since this adds additional measurement from the `mongodb` plugin, it is
    configured via the telegraf configuration file.
    
    Also adds unit test and documentation for the changeset.
    grubernaut committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    fa5e70d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Gather per-host shards by default without config

    Gather's per-host shard metrics by default, allowing users to opt-out if needed/wanted.
    grubernaut committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    71d6a3e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    f36cfa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    398e443 View commit details
    Browse the repository at this point in the history