GitHub user praphi-git edited a comment on the discussion: add additional Otel 
traces

Maybe its working for you since you are using main branch ?

Please see comments on 
[49053](https://github.com/apache/airflow/issues/49053#issuecomment-2796356891).

> The fixes in https://github.com/apache/airflow/issues/41840 are only in the 
> main branch and not in the 2.10.5 tag, the fix in particular is related to

This is due to 
`        resource = Resource(attributes={HOST_NAME: get_hostname(), 
SERVICE_NAME: self.otel_service})
`

Vs

```
        self.resource = Resource.create(
            attributes={HOST_NAME: get_hostname(), SERVICE_NAME: 
self.otel_service}
```

GitHub link: 
https://github.com/apache/airflow/discussions/48658#discussioncomment-12825440

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to