nazarii-koblai commented on issue #41606: URL: https://github.com/apache/airflow/issues/41606#issuecomment-2505885307
Hello, @LSparkzwz, yes I did. For some reason u also need to disable statsd metrics strictly through configuration `[metrics] statsd_on = False` Otherwise it will be enabled even u do have something like `[metrics] otel_on = True` So the resoultion itself is to keep both of them in place: `[metrics] statsd_on = False otel_on = True ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
