some telemetry events from wolff are discarded:
* dropped:
this is double counted in wolff,
we now only subscribe to the dropped_queue_full event
* retried_failed:
it has different meanings in wolff,
in wolff, it means it's the 2nd (or onward) produce attempt
in EMQX, it means it's eventually failed after some retries
* retried_success
since we are going to handle the success counters in callbac
this having this reported from wolff will only make things
harder to understand
* failed
wolff never fails (unelss drop which is a different counter)
|
||
|---|---|---|
| .. | ||
| ee_bridge_hstreamdb_SUITE.erl | ||
| emqx_bridge_impl_kafka_producer_SUITE.erl | ||
| emqx_ee_bridge_gcp_pubsub_SUITE.erl | ||
| emqx_ee_bridge_influxdb_SUITE.erl | ||
| emqx_ee_bridge_mongodb_SUITE.erl | ||
| emqx_ee_bridge_mysql_SUITE.erl | ||
| emqx_ee_bridge_pgsql_SUITE.erl | ||
| emqx_ee_bridge_redis_SUITE.erl | ||