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

enhancement(vrl): add encode_key_value function #7751

Merged
merged 16 commits into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. WIP

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c8db9a1 View commit details
    Browse the repository at this point in the history
  2. add_datadaog_tags VRL function -logs only-

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    4c61e6e View commit details
    Browse the repository at this point in the history
  3. +remove tags

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1e76787 View commit details
    Browse the repository at this point in the history
  4. +doc

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1e63d49 View commit details
    Browse the repository at this point in the history
  5. +bench

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    80f0018 View commit details
    Browse the repository at this point in the history
  6. +fix bench

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1689faf View commit details
    Browse the repository at this point in the history
  7. revert tiny useless change

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c9cac81 View commit details
    Browse the repository at this point in the history
  8. Revert to master - this is just to keep context

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7f25580 View commit details
    Browse the repository at this point in the history
  9. enhancement(vrl): add generic encode_key_value

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    d70b0d6 View commit details
    Browse the repository at this point in the history
  10. +doc

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7f8e7da View commit details
    Browse the repository at this point in the history
  11. +cue fmt

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    34a894e View commit details
    Browse the repository at this point in the history
  12. +benches

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c73c55e View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Jean Mertz <git@jeanmertz.com>
    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant and JeanMertz committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3eddb87 View commit details
    Browse the repository at this point in the history
  14. +address review about being conditionnaly fallible or infallible

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    8c10456 View commit details
    Browse the repository at this point in the history
  15. +cue fmt

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    99c067d View commit details
    Browse the repository at this point in the history
  16. +address reviews

    Signed-off-by: prognant <pierre.rognant@datadoghq.com>
    prognant committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    8ccedb7 View commit details
    Browse the repository at this point in the history