You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/metrics.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
This section assumes the following:
6
6
7
7
- You are in the `+examples/metrics/+` directory.
8
-
- You have deployed the https://github.com/streamshub/flink-sql-examples/tree/8057d63691100a2de09d6964444694cde249d376/tutorials/recommendation-app[`recomendatiion-app` example].
8
+
- You have deployed the https://github.com/streamshub/flink-sql-examples/tree/8057d63691100a2de09d6964444694cde249d376/tutorials/recommendation-app[`+recomendatiion-app+` example].
9
9
====
10
10
11
11
== Integrating Prometheus into Flink cluster
@@ -78,7 +78,7 @@ we can integrate with it by deploying a `+PodMonitor+` CR
78
78
for the Flink cluster:
79
79
80
80
. Install the pre-configured `+PodMonitor+`, `+Service+`, and
81
-
`+serviceMonitor+` CRs:
81
+
`+ServiceMonitor+` CRs:
82
82
+
83
83
[source,bash]
84
84
----
@@ -91,8 +91,8 @@ example. Please update the `+selector.matchLabels+` field in
91
91
`+flink-monitor.yaml+` if you are running a different example.
92
92
. It takes around 5 minutes for the Prometheus operator to update
93
93
the config for the Prometheus server. After that, you can query the metrics
NOTE: In production, you should https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#bound-service-account-tokens[bind the token to an object].
152
152
+
153
-
. Install the provided Grafana server, service, and example Flink dashboard:
153
+
. Install the provided Grafana server, `+Service+`, and example Flink dashboard:
154
154
+
155
155
[source,bash]
156
156
----
@@ -166,8 +166,8 @@ After confirming the Grafana deployment is running, we can expose it with a port
0 commit comments