You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by wa...@apache.org on 2022/12/07 14:04:58 UTC

[incubator-eventmesh] branch master updated (895ea35f9 -> 89b1b3aa1)

This is an automated email from the ASF dual-hosted git repository.

walterzywei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from 895ea35f9 add synchronized bracket in CloudEventTCPSubClient.java (#2481)
     new 42c8be472 add workflow prometheus metrics
     new 37f7ed93f add workflow engine metrics
     new 3eb9d5b5a add workflow queue metrics
     new 4033d39d3 add workflow scheduler metrics
     new 1dc310504 add workflow task metrics
     new 5b71e3722 Merge branch 'master' into add-workflow-metrics
     new 4ba2b0ceb extract workflow metrics constants
     new ad5ff7901 add workflow metrics collectors init function
     new 89b1b3aa1 Merge pull request #2303 from horoc/add-workflow-metrics

The 2699 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 eventmesh-workflow-go/config/config.go             |   3 +
 eventmesh-workflow-go/flow/engine.go               |   3 +
 .../internal/constants/constants.go                |  23 ++
 eventmesh-workflow-go/internal/metrics/metrics.go  | 234 +++++++++++++++++++++
 .../internal/queue/eventmesh_queue.go              |   4 +
 .../internal/queue/in_memory_queue.go              |   5 +
 .../internal/schedule/inline_scheduler.go          |   4 +
 eventmesh-workflow-go/internal/task/event_task.go  |   3 +
 .../internal/task/operation_task.go                |   2 +
 eventmesh-workflow-go/internal/task/switch_task.go |   5 +
 10 files changed, 286 insertions(+)
 create mode 100644 eventmesh-workflow-go/internal/metrics/metrics.go


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org