Replies: 1 comment
-
| @bartez09 could you figure out the correct configuration? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The goal is to save tracing based on a custom requeset header:
java: env: - name: OTEL_INSTRUMENTATION_HTTP_SERVER_CAPTURE_REQUEST_HEADERS value: forcesamplingprocessors: tail_sampling: decision_wait: 10s num_traces: 100 expected_new_traces_per_sec: 10 policies: [ { name: test-policy, type: string_attribute, string_attribute: {key: http.request.header.forcesampling, values: [on]} } ]Unfortunately, it seems that the key is incorrect (tracing is not saved). Please help me set it up correctly.
Beta Was this translation helpful? Give feedback.
All reactions