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

Trace Tag Replacer: functionality to scrub sensitive data from spans #111

Merged
merged 27 commits into from
Feb 23, 2023

Commits on Feb 15, 2023

  1. obfuscator init

    thedavl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    14eb5b2 View commit details
    Browse the repository at this point in the history
  2. add tag replacer

    thedavl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9d8c7e5 View commit details
    Browse the repository at this point in the history
  3. update dockerfile tool

    thedavl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1070666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62a1e8c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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

    thedavl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    32107cf View commit details
    Browse the repository at this point in the history
  3. Update CODEOWNERS

    thedavl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ca6daa9 View commit details
    Browse the repository at this point in the history
  4. rename obfuscator to replacer

    thedavl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    530f3cf View commit details
    Browse the repository at this point in the history
  5. lint

    thedavl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b8bb46c View commit details
    Browse the repository at this point in the history
  6. Update replacer.rs

    thedavl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4495bfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f4cf14 View commit details
    Browse the repository at this point in the history
  8. remove trait

    thedavl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7d00515 View commit details
    Browse the repository at this point in the history
  9. comment

    thedavl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    89c1874 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    e39da91 View commit details
    Browse the repository at this point in the history
  2. Update LICENSE-3rdparty.yml

    thedavl committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    334410a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bba281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc84f24 View commit details
    Browse the repository at this point in the history
  5. Update Dockerfile.build

    thedavl committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e577cc9 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'david.lee/trace-obfuscator' of github.com:DataDog/libda…

    …tadog into david.lee/trace-obfuscator
    thedavl committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e6e165c View commit details
    Browse the repository at this point in the history
  7. Update CODEOWNERS

    thedavl committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4dcae5c View commit details
    Browse the repository at this point in the history
  8. Update LICENSE-3rdparty.yml

    thedavl committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8627022 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. address nit

    thedavl committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    9ceccb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. add criterion benchmark

    thedavl committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c05cccf View commit details
    Browse the repository at this point in the history
  2. lint

    thedavl committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0a28c71 View commit details
    Browse the repository at this point in the history
  3. fix CI

    thedavl committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    baf1c55 View commit details
    Browse the repository at this point in the history
  4. Update Dockerfile.build

    thedavl committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a4de7ad View commit details
    Browse the repository at this point in the history
  5. rename bench file

    thedavl committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2166645 View commit details
    Browse the repository at this point in the history