Skip to content

Commit 866053f

Browse files
committed
fix invalid tag blocks
1 parent 9c7eb7b commit 866053f

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

kube_apiserver_metrics/README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ You can review all available configuration options in the [kube_apiserver_metric
3636

3737
You can annotate the kubernetes service in your `default` namespace with the following:
3838

39-
{{< tabs >}}
40-
{{% tab "Annotations v2 (for Datadog Agent v7.36+)" %}}
39+
<!-- xxx tabs xxx -->
40+
41+
<!-- xxx tab "Annotations v2 (for Datadog Agent v7.36+)" -->
4142

4243
```yaml
4344
ad.datadoghq.com/endpoints.checks: |
@@ -49,11 +50,12 @@ ad.datadoghq.com/endpoints.checks: |
4950
}
5051
]
5152
}
52-
}
53-
53+
}
5454
```
55-
{{% /tab %}}
56-
{{% tab "Annotations v1 (for Datadog Agent < v7.36)" %}}
55+
56+
<!-- xxz tab xxx -->
57+
58+
<!-- xxx tab "Annotations v1 (for Datadog Agent < v7.36)" -->
5759
5860
```yaml
5961
annotations:
@@ -62,8 +64,9 @@ annotations:
6264
ad.datadoghq.com/endpoints.instances:
6365
'[{ "prometheus_url": "https://%%host%%:%%port%%/metrics"}]'
6466
```
65-
{{% /tab %}}
66-
{{< /tabs >}}
67+
68+
<!-- xxz tab xxx -->
69+
<!-- xxz tabs xxx -->
6770

6871
Then the Datadog Cluster Agent schedules the check(s) for each endpoint onto Datadog Agent(s).
6972

@@ -90,9 +93,10 @@ clusterAgent:
9093
instances:
9194
- prometheus_url: "https://%%host%%:%%port%%/metrics"
9295
```
93-
{{% /tab %}}
9496
95-
{{% tab "Operator" %}}
97+
<!-- xxz tab xxx -->
98+
99+
<!-- xxx tab "Operator" -->
96100
97101
```yaml
98102
spec:
@@ -111,8 +115,10 @@ spec:
111115
instances:
112116
- prometheus_url: "https://%%host%%:%%port%%/metrics"
113117
```
114-
{{% /tab %}}
115-
{{< /tabs >}}
118+
119+
<!-- xxz tab xxx -->
120+
121+
<!-- xxz tabs xxx -->
116122
117123
These configurations trigger the Agent to make a request to the `kubernetes` service in the `default` namespace at its defined Endpoint IP Addresses and defined port.
118124

0 commit comments

Comments
 (0)