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

Introduce event.duration and event.dataset for backward compatiblity #9393

Merged
merged 5 commits into from
Dec 12, 2018

Commits on Dec 11, 2018

  1. Introduce event.duration and event.dataset for backward compatiblity

    The field event.duration is introduced as a replacement for metricset.rtt. event.duration is in nano seconds, metricset.rtt in nano seconds so the two are not compatible. `metricset.rtt` will be removed in 7.0.
    
    `event.dataset` is introduced as `{module}.{metricset}` for better backward compatiblity in 7.0.
    
    Further changes
    
    * Fix tests
    ruflin committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    fa56928 View commit details
    Browse the repository at this point in the history
  2. fix alias

    ruflin committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    b6407a5 View commit details
    Browse the repository at this point in the history
  3. update generated files

    ruflin committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    a2ed186 View commit details
    Browse the repository at this point in the history
  4. add event field to test

    ruflin committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    09e70f8 View commit details
    Browse the repository at this point in the history
  5. implement review feedback

    ruflin committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    d4c5bc5 View commit details
    Browse the repository at this point in the history