Unable to stop healthcheks from being reported to JAEGAR

So I thought that giving the following headers would suppress the healthcheck from being reported to the JAEGAR but it’s not working. Any idea how to stop the healthchecks from being reported to JAEGAR.

livenessProbe:
  httpGet:
    path: "/healthcheck"
    port: 9082
    httpHeaders:
      - name: x-b3-sampled
        value: 0
  initialDelaySeconds: 5
  timeoutSeconds: 2
  periodSeconds: 10