5a8253a Improve opentelemetry tracing

Authored and Committed by hlin 2 months ago
    Improve opentelemetry tracing
    
    - Make sure all (buffered) spans are processed.
    
    - Use span of API call as parent of backend spans
    
    ```
    odcs-client: odcs-client
        odcs-client: POST
            odcs: /api/1/composes/
                odcs: generate-compose
    ```
    
    Previously, `generate-compose` span is at the same level as
    `/api/1/composes/` span.
    
    JIRA: RHELCMP-11789
    
        
  • jenkins
    success (100%)
    Build #174 successful (commit: 5a8253a0)
    2 months ago
file modified
+1 -1
file modified
+17 -2