Doug Hoard
Doug Hoard
Based on the example at https://github.com/prometheus/jmx_exporter/blob/main/examples/kafka-connect.yml ... ``` #kafka.connect:type=connector-task-metrics,connector="{connector}",task="{task} status" - pattern: 'kafka.connectstatus: ([a-z-]+)' name: kafka_connect_connector_status value: 1 labels: connector: "$1" task: "$2" status: "$3" help: "Kafka Connect JMX Connector...
@drivera-armedia I have published my public key to keys.openpgp.org. ``` gpg --keyserver hkps://keys.openpgp.org --recv-keys 90E3CDDECF99D81C0309D74CCADDBDF51122242E gpg: key CADDBDF51122242E: "Doug Hoard " not changed gpg: Total number processed: 1 gpg: unchanged:...
@drivera-armedia, were you able to receive my GPG key?
@drivera-armedia I can add my key to the repository. The issue is that we don't have a shared signing key. If I do the release (most likely), it will be...
@josipanas Can you share your exporter YAML configuration?
@josipanas I have looked at the exporter code and don't see anything off hand that should cause a reverse DNS lookup. The exporter uses `com.sun.net.httpserver.HttpServer` which internally could be causing...
@josipanas It's not clear/I don't understand what you're trying to do/your usage. You should either ... 1. Use the Java agent exporter 2. Use the Standalone exporter 3. Use the...
@epng54 can you provide more information around the issue you are seeing? The examples were created by various community contributors. While they may be helpful starting points, validation and correctness...