Skip to content

Commit

Permalink
New metrcis for MQT (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Md Soharab Ansari <[email protected]>
  • Loading branch information
soharab-ic authored Aug 30, 2024
1 parent 175ac71 commit e4cfc49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/reference/metrics-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description: >
To access these metrics, you'll need to install Fission 1.16 or higher.
{{< /notice >}}

{{< notice info >}}
To access `fission_mqt_inprocess` and `fission_mqt_status` metrics, you'll need to install Fission 1.20.3 or higher.
{{< /notice >}}

| Metric Name | Component | Labels | Description |
| ------------------- | --------- | ------------------ | -------------------- |
| http_requests_total | General | path, method, code | Number of requests by path, method and status code |
Expand All @@ -25,3 +29,5 @@ To access these metrics, you'll need to install Fission 1.16 or higher.
| fission_mqt_subscriptions | MqTrigger | Nil | Total number of subscriptions to mq currently |
| fission_mqt_messages_processed_total | MqTrigger | trigger_name, trigger_namespace | Total number of messages processed by trigger |
| fission_mqt_message_lag | MqTrigger | trigger_name, trigger_namespace, topic, partition | Total number of messages lag per topic and partition |
| fission_mqt_inprocess | MqTrigger | Nil | Total number of MQTs in active processing |
| fission_mqt_status | MqTrigger | trigger_name, trigger_namespace | Status of an individual trigger 1 if processing otherwise 0 |

0 comments on commit e4cfc49

Please sign in to comment.