Skip to content

Commit f278624

Browse files
authored
Merge pull request #542 from jhkrug/cncf-ref1-lang-active
CNCF suggested review for language/active. Reference, part1
2 parents b4439e1 + 8b097a5 commit f278624

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

docs/reference/artifacts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kubewarden publishes the `kwctl` CLI tool at
2727

2828
### OCI artifacts
2929

30-
For OCI artifacts, the project publishes everything in ghcr.io at
30+
For Open Container Initiative (OCI) artifacts, the project publishes everything in ghcr.io at
3131
[github.com/orgs/kubewarden/packages](https://github.com/orgs/kubewarden/packages).
3232
This includes:
3333

@@ -44,4 +44,4 @@ This includes:
4444

4545
Kubewarden publishes Helm charts in the Helm chart HTTPS repository at
4646
[charts.kubewarden.io](https://charts.kubewarden.io)
47-
(they're without SLSA, or signatures, but this Helm repository provides searching).
47+
They're without SLSA, or signatures, but this Helm repository provides searching.

docs/reference/dependency-matrix.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This page lists the dependencies of Kubewarden, with their relevant
1717
version constraints. Versions outside of the provided ranges may work but are
1818
not tested.
1919

20-
## Opentelemetry, metrics and tracing dependencies
20+
## OpenTelemetry, metrics and tracing dependencies
2121

22-
At the time of writing, the [Opentelemetry](https://opentelemetry.io) stack
23-
keeps improving. Still, is not yet stable, and unannounced
24-
backwards-incompatible changes still happen. Kubewarden devs do their best to
25-
track Opentelemetry stack changes and adjust to them. Kubewarden is tested against a known working
26-
range of Opentelemetry, metrics and tracing stack.
22+
At the time of writing, the [OpenTelemetry](https://opentelemetry.io) stack
23+
keeps improving. However, it's not yet stable, and unannounced
24+
backwards-incompatible changes still happen. The Kubewarden developers endeavor
25+
to track OpenTelemetry stack changes and adjust to them. The project tests
26+
against a known working range of OpenTelemetry, metrics and tracing stack.
2727

2828
## Optional dependencies
2929

@@ -42,5 +42,5 @@ Needed for specific features.
4242

4343
## Rancher
4444

45-
For downstream consumers such as Rancher, Kubewarden is tested against the
46-
monitoring and tracing Helm charts provided in the Rancher charts repository.
45+
Kubewarden tests against the monitoring and tracing Helm charts provided in the
46+
Rancher charts repository.

docs/reference/metrics-reference.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ key-value attributes are added to the metric to provide additional information.
3131
:::
3232

3333
Name | Type | |
34-
--- | --- | ---
35-
`kubewarden_policy_evaluations_total` | Counter | [Baggage](#kubewarden_policy_evaluations_total)
34+
--- | --- | --- |
35+
`kubewarden_policy_evaluations_total` | Counter | [Baggage](#kubewarden_policy_evaluations_total) |
3636

3737
#### `kubewarden_policy_evaluations_total`
3838

@@ -45,6 +45,6 @@ Label | Description |
4545
`resource_kind` | Kind of the evaluated resource |
4646
`resource_namespace` | Namespace of the evaluated resource. Not present if the resource is cluster scoped. |
4747
`resource_request_operation` | Operation type: `CREATE`, `UPDATE`, `DELETE`, `PATCH`, `WATCH`... |
48-
`accepted` | Whether the request was accepted or not |
49-
`mutated` | Whether the request was mutated or not |
50-
`error_code` | Error code returned by the policy in case of rejection, if any. Not present if the policy didn't provide one. |
48+
`accepted` | Was the request accepted? |
49+
`mutated` | Was the request mutated? |
50+
`error_code` | Error code returned by the policy if rejected, if any. Not present if the policy didn't provide one. |

0 commit comments

Comments
 (0)