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

Extend distributor trace logger with optional features to include span attributes and filter by error status #1465

Merged

Commits on Jun 1, 2022

  1. Extend ditributor trace logger with optional feature to include the s…

    …pan attributes and to filter by status error
    
    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    71a12e0 View commit details
    Browse the repository at this point in the history
  2. format dependencies in test file

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ef11e2c View commit details
    Browse the repository at this point in the history
  3. update CHANGELOG.md

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    c7ad66b View commit details
    Browse the repository at this point in the history
  4. apply lint

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    fd1605b View commit details
    Browse the repository at this point in the history
  5. update docs, update e2e tests

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d5bff1b View commit details
    Browse the repository at this point in the history
  6. make LogReceivedTraces backward compatible, update docs

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8de8a6d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. fix config file

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    a35b22f View commit details
    Browse the repository at this point in the history
  2. add optional log_received_spans, update tests to test resources attri…

    …butes, update docs
    
    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    fed55e4 View commit details
    Browse the repository at this point in the history
  3. update integrations tests to use new log_received_spans

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0c9361f View commit details
    Browse the repository at this point in the history
  4. test LogReceivedTraces flow, remove blank space in doc

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0b9ea06 View commit details
    Browse the repository at this point in the history
  5. use optional spans parameter in makeInstrumentationLibrary to simplif…

    …y tests
    
    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0affacf View commit details
    Browse the repository at this point in the history
  6. use assert.EqualValues instead of reflect.DeepEqual

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    4b5a84d View commit details
    Browse the repository at this point in the history
  7. fix typo in test

    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    521b5ff View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. * Split logSpanWithAttribute into smaller functions.

    * Update CHANGELOG with deprecated flag
    
    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    abd6e43 View commit details
    Browse the repository at this point in the history
  2. Update modules/distributor/config.go

    Co-authored-by: Koenraad Verheyden <[email protected]>
    faustodavid and kvrhdn authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    a9cdc08 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    608ea4f View commit details
    Browse the repository at this point in the history
  2. * Rename include_attributes to include_all_attributes

    * Add warning log when log_received_traces flag is use
    
    Signed-off-by: Fausto David Suarez Rosario <[email protected]>
    faustodavid committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    fb8366c View commit details
    Browse the repository at this point in the history