potiuk commented on code in PR #37989:
URL: https://github.com/apache/airflow/pull/37989#discussion_r1524066862


##########
pyproject.toml:
##########
@@ -865,6 +865,10 @@ openlineage = [ # source: 
airflow/providers/openlineage/provider.yaml
 opensearch = [ # source: airflow/providers/opensearch/provider.yaml
   "opensearch-py>=2.2.0",
 ]
+opentelemetry = [ # source: airflow/providers/opentelemetry/provider.yaml

Review Comment:
   We already have `[otel]` in the core extras, and having two of them will be 
confusing (see beginning of the optionsal dependencies)
   
   I guess it makes sense to make `otel` a deprecated alias to `opentelemetry` 
and add the prometheus dependency here? 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to