mirror of https://github.com/crossplane/docs.git
Vale I hate you
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
This commit is contained in:
parent
1901e55499
commit
9c4d1fd5dc
|
@ -4,19 +4,19 @@ weight: 60
|
|||
description: "Metrics are essential for monitoring Crossplane's operations, helping to quickly identify and resolve potential issues."
|
||||
---
|
||||
|
||||
Crossplane produces numerous [Prometheus-style metrics](https://prometheus.io/docs/introduction/overview/#what-are-metrics) for effective monitoring and alerting in your environment.
|
||||
These metrics are essential for helping to identify and resolve potential issues quickly.
|
||||
Crossplane produces [Prometheus style metrics](https://prometheus.io/docs/introduction/overview/#what-are-metrics) for effective monitoring and alerting in your environment.
|
||||
These metrics are essential for helping to identify and resolve potential issues.
|
||||
This page offers explanations of all these metrics gathered from Crossplane.
|
||||
Understanding these metrics helps you maintain the health and performance of your resources.
|
||||
Please note that this document focuses on Crossplane-specific metrics and doesn't cover standard Go metrics.
|
||||
Please note that this document focuses on Crossplane specific metrics and doesn't cover standard Go metrics.
|
||||
|
||||
To enable the export of metrics it is necessary to configure the `--set metrics.enabled=true` option in the [helm chart](https://github.com/crossplane/crossplane/blob/main/cluster/charts/crossplane/README.md#configuration).
|
||||
To enable the export of metrics it's necessary to configure the `--set metrics.enabled=true` option in the [helm chart](https://github.com/crossplane/crossplane/blob/main/cluster/charts/crossplane/README.md#configuration).
|
||||
```yaml {label="value",copy-lines="none"}
|
||||
metrics:
|
||||
enabled: true
|
||||
```
|
||||
|
||||
The metrics are exposed using these Prometheus annotations:
|
||||
These Prometheus annotations expose the metrics:
|
||||
```yaml {label="deployment",copy-lines="none"}
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: "8080"
|
||||
|
|
|
@ -4,19 +4,19 @@ weight: 60
|
|||
description: "Metrics are essential for monitoring Crossplane's operations, helping to quickly identify and resolve potential issues."
|
||||
---
|
||||
|
||||
Crossplane produces numerous [Prometheus-style metrics](https://prometheus.io/docs/introduction/overview/#what-are-metrics) for effective monitoring and alerting in your environment.
|
||||
These metrics are essential for helping to identify and resolve potential issues quickly.
|
||||
Crossplane produces [Prometheus style metrics](https://prometheus.io/docs/introduction/overview/#what-are-metrics) for effective monitoring and alerting in your environment.
|
||||
These metrics are essential for helping to identify and resolve potential issues.
|
||||
This page offers explanations of all these metrics gathered from Crossplane.
|
||||
Understanding these metrics helps you maintain the health and performance of your resources.
|
||||
Please note that this document focuses on Crossplane-specific metrics and doesn't cover standard Go metrics.
|
||||
Please note that this document focuses on Crossplane specific metrics and doesn't cover standard Go metrics.
|
||||
|
||||
To enable the export of metrics it is necessary to configure the `--set metrics.enabled=true` option in the [helm chart](https://github.com/crossplane/crossplane/blob/main/cluster/charts/crossplane/README.md#configuration).
|
||||
To enable the export of metrics it's necessary to configure the `--set metrics.enabled=true` option in the [helm chart](https://github.com/crossplane/crossplane/blob/main/cluster/charts/crossplane/README.md#configuration).
|
||||
```yaml {label="value",copy-lines="none"}
|
||||
metrics:
|
||||
enabled: true
|
||||
```
|
||||
|
||||
The metrics are exposed using these Prometheus annotations:
|
||||
These Prometheus annotations expose the metrics:
|
||||
```yaml {label="deployment",copy-lines="none"}
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: "8080"
|
||||
|
|
Loading…
Reference in New Issue