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

Metric Aggregation metadata is stored into a field instead of properties dictionary #929

Merged
merged 5 commits into from
Oct 3, 2018

Commits on Oct 2, 2018

  1. MetricExtractor info is set to a internal field, and copied to Proper…

    …ties in Properties Getter method. This should improve performance as MetricExtractor sits before sampling, and accessing Properties ConcurrentDictionary is avoided until later in the pipeline. With sampling most items are dropped and hence this gives perf boost.
    cijothomas committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    041474f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9927f3f View commit details
    Browse the repository at this point in the history
  3. Refactor

    cijothomas committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    d31a38f View commit details
    Browse the repository at this point in the history
  4. Check null or empty

    cijothomas committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    205f23f View commit details
    Browse the repository at this point in the history
  5. changelog

    cijothomas committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    306bb17 View commit details
    Browse the repository at this point in the history