[chore] fix markdown link closing in k8s_metrics notes (#1827)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
This commit is contained in:
parent
bbddd4c7a0
commit
10486dabd7
|
|
@ -990,7 +990,7 @@ This metric is [recommended][MetricRecommended].
|
||||||
| `k8s.job.max_parallel_pods` | UpDownCounter | `{pod}` | The max desired number of pods the job should run at any given time [1] |  |
|
| `k8s.job.max_parallel_pods` | UpDownCounter | `{pod}` | The max desired number of pods the job should run at any given time [1] |  |
|
||||||
|
|
||||||
**[1]:** This metric aligns with the `parallelism` field of the
|
**[1]:** This metric aligns with the `parallelism` field of the
|
||||||
[K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch.
|
[K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
|
||||||
|
|
||||||
This metric SHOULD, at a minimum, be reported against a
|
This metric SHOULD, at a minimum, be reported against a
|
||||||
[`k8s.job`](../resource/k8s.md#job) resource.
|
[`k8s.job`](../resource/k8s.md#job) resource.
|
||||||
|
|
|
||||||
|
|
@ -423,7 +423,7 @@ groups:
|
||||||
unit: "{pod}"
|
unit: "{pod}"
|
||||||
note: |
|
note: |
|
||||||
This metric aligns with the `parallelism` field of the
|
This metric aligns with the `parallelism` field of the
|
||||||
[K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch.
|
[K8s JobSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#jobspec-v1-batch).
|
||||||
|
|
||||||
This metric SHOULD, at a minimum, be reported against a
|
This metric SHOULD, at a minimum, be reported against a
|
||||||
[`k8s.job`](../resource/k8s.md#job) resource.
|
[`k8s.job`](../resource/k8s.md#job) resource.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue