[
https://issues.apache.org/jira/browse/MESOS-8241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16765518#comment-16765518
]
Greg Mann edited comment on MESOS-8241 at 2/12/19 6:50 AM:
-----------------------------------------------------------
This should include:
* operation in each operation state
** counters for terminal states, showing total number of operations which the
master has observed transition to that state
*** note that for the OPERATION_ERROR case, there will be operations dropped
by the master, e.g. because they are invalidated, which do not request feedback
and thus do not have any OPERATION_ERROR updates associated with them. we
should probably still increment the corresponding {{operation_error}} metric in
these cases
* gauges for non-terminal states, representing the number of operations
currently in that state in the system. note that we should use the newer
{{PushGauge}} for all of these.
was (Author: greggomann):
This should include:
* operation in each operation state
** counters for terminal states, showing total number of operations which the
master has observed transition to that state
*** note that for the OPERATION_ERROR case, there will be operations dropped
by the master, e.g. because they are invalidated, which do not request feedback
and thus do not have any OPERATION_ERROR updates associated with them. we
should probably still increment the corresponding {{operation_error}} metric in
these cases
** gauges for non-terminal states, representing the number of operations
currently in that state in the system. note that we should use the newer
{{PushGauge}} for all of these.
> Add metrics for offer operation feedback
> ----------------------------------------
>
> Key: MESOS-8241
> URL: https://issues.apache.org/jira/browse/MESOS-8241
> Project: Mesos
> Issue Type: Task
> Reporter: Greg Mann
> Priority: Major
> Labels: foundations, mesosphere, operation-feedback
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)