You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "2011shenlin (via GitHub)" <gi...@apache.org> on 2023/05/18 06:48:34 UTC

[GitHub] [rocketmq-eventbridge] 2011shenlin commented on issue #104: feat: Definition of monitoring indicators

2011shenlin commented on issue #104:
URL: https://github.com/apache/rocketmq-eventbridge/issues/104#issuecomment-1552565611

   The label of Metrics:
   | account_id | account ID |
   | --- | --- |
   | name | resource name|
   | source | Source type|
   | target | Target type|
   | status | 0: failed,1: succeed  |
   
   
   
   Metrics details:
   
   | Metrics Type | Metrics Name | Unit | Desc | Label |
   | --- | --- | --- | --- | --- |
   | counter | eventbridge_eventbus_in_events_total | count | the event count of putted to event bus. | account_id,name,status |
   | gauge | eventbridge_eventrule_latency_seconds (+) | second | the latency of event rule subscription| account_id,name |
   | counter | eventbridge_eventrule_filter_events_total | count | the event count of event rule filted | account_id,name,status |
   | histogram | eventbridge_eventrule_trigger_latency |  millisecond | trigger target latency: le_100_ms,le_300_ms,le_500_ms,le_1_s,le_3_s,le_5_s,le_overflow | account_id,name,status |


-- 
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-unsubscribe@rocketmq.apache.org

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