Skip to content

Commit e2eac25

Browse files
docs: update example
1 parent bf133f0 commit e2eac25

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ graph LR
3737
M -.->|optional| RCA[RemoteClusterAccess]
3838
RCA -->|accesses remote cluster| K8S
3939
M -->|sends data to| DS[Data Sink<br/>Dynatrace, etc.]
40-
40+
4141
classDef metricType fill:#e1f5fe,stroke:#01579b,stroke-width:2px
4242
classDef accessType fill:#f3e5f5,stroke:#4a148c,stroke-width:2px
4343
classDef targetType fill:#e8f5e8,stroke:#1b5e20,stroke-width:2px
4444
classDef dataType fill:#fff3e0,stroke:#e65100,stroke-width:2px
45-
45+
4646
class M metricType
4747
class RCA accessType
4848
class K8S targetType
@@ -57,12 +57,12 @@ graph LR
5757
MM -.->|optional| RCA[RemoteClusterAccess]
5858
RCA -->|accesses remote cluster| MR
5959
MM -->|sends data to| DS[Data Sink<br/>Dynatrace, etc.]
60-
60+
6161
classDef metricType fill:#e1f5fe,stroke:#01579b,stroke-width:2px
6262
classDef accessType fill:#f3e5f5,stroke:#4a148c,stroke-width:2px
6363
classDef targetType fill:#e8f5e8,stroke:#1b5e20,stroke-width:2px
6464
classDef dataType fill:#fff3e0,stroke:#e65100,stroke-width:2px
65-
65+
6666
class MM metricType
6767
class RCA accessType
6868
class MR targetType
@@ -78,12 +78,12 @@ graph LR
7878
FCA -->|provides access to| MC[Multiple Clusters]
7979
FM -->|targets across clusters| K8S[Kubernetes Objects<br/>across federated clusters]
8080
FM -->|aggregates & sends to| DS[Data Sink<br/>Dynatrace, etc.]
81-
81+
8282
classDef metricType fill:#e1f5fe,stroke:#01579b,stroke-width:2px
8383
classDef accessType fill:#f3e5f5,stroke:#4a148c,stroke-width:2px
8484
classDef targetType fill:#e8f5e8,stroke:#1b5e20,stroke-width:2px
8585
classDef dataType fill:#fff3e0,stroke:#e65100,stroke-width:2px
86-
86+
8787
class FM metricType
8888
class FCA accessType
8989
class CP,MC,K8S targetType
@@ -99,12 +99,12 @@ graph LR
9999
FCA -->|provides access to| MC[Multiple Clusters]
100100
FMM -->|targets managed resources<br/>across clusters| MR[Managed Resources<br/>with 'crossplane' & 'managed' categories]
101101
FMM -->|aggregates & sends to| DS[Data Sink<br/>Dynatrace, etc.]
102-
102+
103103
classDef metricType fill:#e1f5fe,stroke:#01579b,stroke-width:2px
104104
classDef accessType fill:#f3e5f5,stroke:#4a148c,stroke-width:2px
105105
classDef targetType fill:#e8f5e8,stroke:#1b5e20,stroke-width:2px
106106
classDef dataType fill:#fff3e0,stroke:#e65100,stroke-width:2px
107-
107+
108108
class FMM metricType
109109
class FCA accessType
110110
class CP,MC,MR targetType
@@ -154,9 +154,9 @@ The projections are then translated to dimensions in the metric.
154154
apiVersion: metrics.cloud.sap/v1alpha1
155155
kind: Metric
156156
metadata:
157-
name: pod
157+
name: metric-pod-count
158158
spec:
159-
name: metric-pods
159+
name: metric-pod-count
160160
description: Pods
161161
target:
162162
kind: Pod

0 commit comments

Comments
 (0)