You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/19 11:16:15 UTC

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #322: [doc] Doc cleanup and updates for 1.1.0 release

gyfora commented on code in PR #322:
URL: https://github.com/apache/flink-kubernetes-operator/pull/322#discussion_r924370709


##########
docs/content/docs/operations/metrics-logging.md:
##########
@@ -24,33 +24,26 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Metrics
+# Metrics and Logging
 
-The Flink Kubernetes Operator (Operator) extends the [Flink Metric System](https://nightlies.apache.org/flink/flink-docs-master/docs/ops/metrics/) that allows gathering and exposing metrics to centralized monitoring solutions. 
+## Metrics
 
-## Flink Resource Metrics
-The Operator gathers aggregates metrics about managed resources.
+The Flink Kubernetes Operator (Operator) extends the [Flink Metric System](https://nightlies.apache.org/flink/flink-docs-master/docs/ops/metrics/) that allows gathering and exposing metrics to centralized monitoring solutions.
 
-| Scope            | Metrics                                                                             | Description                                                                                                                                                                                        | Type      |
-|------------------|-------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|
-| Namespace        | FlinkDeployment/FlinkSessionJob.Count                                               | Number of managed FlinkDeployment/SessionJob instances per namespace                                                                                                                               | Gauge     |
-| Namespace        | FlinkDeployment.JmDeploymentStatus.&lt;Status&gt;.Count                             | Number of managed FlinkDeployment resources per &lt;Status&gt; per namespace. &lt;Status&gt; can take values from: READY, DEPLOYED_NOT_READY, DEPLOYING, MISSING, ERROR                            | Gauge     |
-| Namespace        | FlinkDeployment/FlinkSessionJob.Lifecycle.State.&lt;State&gt;.Count                 | Number of managed resources currently in state &lt;State&gt; per namespace. &lt;State&gt; can take values from: CREATED, SUSPENDED, UPGRADING, DEPLOYED, STABLE, ROLLING_BACK, ROLLED_BACK, FAILED | Gauge     |
-| System/Namespace | FlinkDeployment/FlinkSessionJob.Lifecycle.State.&lt;State&gt;.TimeSeconds           | Time spent in state &lt;State$gt for a given resource. &lt;State&gt; can take values from: CREATED, SUSPENDED, UPGRADING, DEPLOYED, STABLE, ROLLING_BACK, ROLLED_BACK, FAILED                      | Histogram |
-| System/Namespace | FlinkDeployment/FlinkSessionJob.Lifecycle.Transition.&lt;Transition&gt;.TimeSeconds | Time statistics for selected lifecycle state transitions. &lt;Transition&gt; can take values from: Resume, Upgrade, Suspend, Stabilization, Rollback, Submission                                   | Histogram |
+### Flink Resource Metrics
+The Operator gathers aggregates metrics about managed resources.
 
-### Lifecycle metrics
+| Scope              | Metrics                                                                                   | Description                                                                                                                                                                                        | Type      |
+|--------------------|-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|
+| Namespace          | FlinkDeployment/FlinkSessionJob.Count                                                     | Number of managed FlinkDeployment/SessionJob instances per namespace                                                                                                                               | Gauge     |

Review Comment:
   fixed



-- 
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: issues-unsubscribe@flink.apache.org

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