Le Minh Duc
Le Minh Duc
Dockerfile: ``` FROM confluentinc/cp-kafka-connect:6.1.0 RUN confluent-hub install --no-prompt debezium/debezium-connector-postgresql:1.4.0 RUN confluent-hub install --no-prompt debezium/debezium-connector-mysql:1.4.0 RUN confluent-hub install --no-prompt confluentinc/kafka-connect-s3:5.5.3 ``` About metrics I customize jmx config to: ``` jmx-kafka-connect-prometheus.yml: |...
Hi, any update? Are you waiting for Python 3.12 and develop this feature for Python 3.12 and newer versions?
Did you find a solution for this issue, @ehiggs? I try to run scalene with celery but `/tmp/out.json` content is `{}`, @emeryberger. ``` python -m scalene --cli --profile-interval 1.0 --json...