Add metrics to Connector Runtime formerly written by the Cloud Bridge
See original GitHub issueSplitted this into two parts:
- Replace https://github.com/camunda/cloud-connector-bridge/blob/main/src/main/java/io/camunda/connectorbridge/invoker/ConnectorInvokerMetrics.java
- Replace https://github.com/camunda/cloud-connector-bridge/blob/main/src/main/java/io/camunda/connectorbridge/zeebe/JobMetrics.java
Metrics are available via Spring Actuator on http://localhost:8080/actuator/metrics/:
camunda.connector.outbound.invocations
camunda.connector.inbound.invocations
camunda.job.invocations
Work in: https://github.com/camunda-community-hub/spring-zeebe/pull/269
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Guide for Kafka Connector Developers
Connector Developer Guide¶. This guide describes how developers can write new connectors for Kafka Connect to move data between Apache Kafka® and other ......
Read more >Google Cloud metrics - Monitoring
state : State of the connection (writing or reading). version_id : The version name. ... Metrics from Cloud Tasks (formerly App Engine Task...
Read more >JMX Bridge for PCF Documentation
This topic explains how to use SSL with a self-signed certificate in JMX Bridge (formerly Ops Metrics). This SSL layer secures traffic between ......
Read more >Apache Kafka Reference Guide - Quarkus
Configuring Smallrye Kafka Connector. Because Smallrye Reactive Messaging framework supports different messaging backends like Apache Kafka, AMQP, Apache Camel, ...
Read more >Tracing Docker Applications - Datadog Docs
Tracing from the host. Tracing is available on port 8126/tcp from your host only by adding the option -p 127.0. · Docker APM...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is handled by Spring Actuator automatically - same as with all other metrics collected (e.g. HTTP stats, memory, etc…). No need to worry I think
@igpetrov FYI - I also added basic metrics to the Webhook: https://github.com/camunda-community-hub/spring-zeebe/pull/269/commits/1f162a0903cba2a7f22396e8e604eb842ac37c98