GitHub user howardyoo added a comment to the discussion: add additional Otel traces
Yes, I believe that's correct. In that case, you might have to bump your Airflow version to the more recent version in order to have this working. On Mon, Apr 14, 2025 at 2:17 AM praphi-git ***@***.***> wrote: > 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 #41840 <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} > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/airflow/discussions/48658#discussioncomment-12825440>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AHZNLLWVJBB7CYGBMTT3HFL2ZNOJRAVCNFSM6AAAAAB2IXLZPWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBSGU2DIMA> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > GitHub link: https://github.com/apache/airflow/discussions/48658#discussioncomment-12830699 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
