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

Using component for no op host instead of component test #6058

Closed

Commits on Oct 6, 2024

  1. Using component for no op host instead of component test

    Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
    chahatsagarmain committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    1220b5d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. [jaeger-v2] Enable Attributes Processor (jaegertracing#6066)

    ## Which problem is this PR solving?
    - Part of jaegertracing#6040
    
    ## Description of the changes
    - Added the
    [attributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/attributesprocessor/README.md)
    to the Jaeger V2 binary to replace `--collector.tags`. See the
    [migration
    guide](https://docs.google.com/document/d/18B1yTMewRft2N0nW9K-ecVRTt5VaNgnrPTW1eL236t4/edit?usp=sharing)
    for more details.
    
    ## How was this change tested?
    - 
    
    ## Checklist
    - [x] I have read
    https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
    - [x] I have signed all commits
    - [x] I have added unit tests for the new functionality
    - [x] I have run lint and test steps successfully
      - for `jaeger`: `make lint test`
      - for `jaeger-ui`: `yarn lint` and `yarn test`
    
    ---------
    
    Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
    mahadzaryab1 authored and chahatsagarmain committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9ce7751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0edd49 View commit details
    Browse the repository at this point in the history
  3. host interface

    Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
    chahatsagarmain committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    975f8fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c026ceb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. added host to contructor

    Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
    chahatsagarmain committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5532991 View commit details
    Browse the repository at this point in the history
  2. changed function parameter for host

    Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
    chahatsagarmain committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d29aab9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. removed host type

    Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
    chahatsagarmain committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    33a369e View commit details
    Browse the repository at this point in the history