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

[8.x] [APM][Otel]Fix get_error_group_main_statistics making trace.id optional field (#196822) #196967

Open
wants to merge 2 commits into
base: 8.x
Choose a base branch
from

Commits on Oct 18, 2024

  1. [APM][Otel]Fix get_error_group_main_statistics making trace.id option…

    …al field (elastic#196822)
    
    fixes [196821](elastic#196821)
    
    ## Summary
    
    `trace.id` should've been sent as an optional field to the
    `get_error_group_main_statistics` query. This PR fixes that
    
    <img width="700" alt="image"
    src="https://github.com/user-attachments/assets/20b63361-9645-418f-a611-2c0e29b385c7">
    
    ## How to test
    
    - Run the opentelemetry demo:
    https://github.com/elastic/opentelemetry-demo/tree/rca_ingress_obs
    - Navigate to Application > Services
    - Open the service details for loadgenerator
    
    (cherry picked from commit a36fa11)
    crespocarlos committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7ecb58a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    7ded9da View commit details
    Browse the repository at this point in the history