-
Notifications
You must be signed in to change notification settings - Fork 187
[Infra and hosts] Add info on supported data sources for Infra Inventory #4306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
db14213
809b90a
e11d642
8818a5f
b864b99
8046383
2dd9235
7f82f7a
148badb
40e365d
14856e1
5b9c414
6a8e89a
500c86a
89d6828
3da36da
0a8dc7f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,14 +2,35 @@ | |
| mapped_pages: | ||
| - https://www.elastic.co/guide/en/serverless/current/observability-kubernetes-pod-metrics.html | ||
| - https://www.elastic.co/guide/en/observability/current/kubernetes-pod-metrics.html | ||
| applies_to: | ||
| stack: ga | ||
| serverless: ga | ||
| products: | ||
| - id: cloud-serverless | ||
| - id: observability | ||
| --- | ||
|
|
||
| # Kubernetes pod metrics [observability-kubernetes-pod-metrics] | ||
| # {{k8s}} pod metrics [observability-kubernetes-pod-metrics] | ||
|
|
||
| To analyze Kubernetes pod metrics, you can select view filters based on the following predefined metrics, or you can add [custom metrics](/solutions/observability/infra-and-hosts/view-infrastructure-metrics-by-resource-type.md#custom-metrics). | ||
| To analyze {{k8s}} pod metrics, you can select view filters based on the following predefined metrics, or you can add [custom metrics](/solutions/observability/infra-and-hosts/view-infrastructure-metrics-by-resource-type.md#custom-metrics). | ||
|
|
||
| :::{note} | ||
| :applies_to: stack: ga 9.3 | ||
| For {{k8s}} pod metrics, the [Infrastructure UI](/solutions/observability/infra-and-hosts/analyze-infrastructure-host-metrics.md) and [inventory rules](/solutions/observability/incident-management/create-an-inventory-rule.md) only support metric data collected by the [{{k8s}} integration](integration-docs://reference/kubernetes.md). | ||
| ::: | ||
|
|
||
| ## Entity definition [monitor-k8s-pods-entity] | ||
| ```{applies_to} | ||
| stack: ga 9.3 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should there be a serverless statement here too?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think so as this page is supposed to apply universally to serverless. @bmorelli25 had suggested this earlier change in a previous review. |
||
| ``` | ||
|
|
||
| | | | | | ||
| | --- | --- | --- | | ||
| | **Filter** | `event.module: "kubernetes"` | Used to filter relevant data. | | ||
| | **Identifier** | `kubernetes.pod.uid` | Used to identify each entity. | | ||
| | **Display value** | `kubernetes.pod.name` | Used as a display friendly value. | | ||
|
|
||
| ## Metrics [monitor-k8s-pods-metrics] | ||
|
|
||
| | | | | ||
| | --- | --- | | ||
|
|
@@ -18,4 +39,4 @@ | |
| | **Inbound Traffic** | Derivative of the maximum of `kubernetes.pod.network.rx.bytes` scaled to a 1 second rate. | | ||
| | **Outbound Traffic** | Derivative of the maximum of `kubernetes.pod.network.tx.bytes` scaled to a 1 second rate. | | ||
|
|
||
| For information about the fields used by the Infrastructure UI to display Kubernetes pod metrics, see the [Infrastructure app fields](/reference/observability/fields-and-object-schemas.md). | ||
| For information about the fields used by the Infrastructure UI to display {{k8s}} pod metrics, see the [Infrastructure app fields](/reference/observability/fields-and-object-schemas.md). | ||
|
Check notice on line 42 in reference/observability/observability-kubernetes-pod-metrics.md
|
||
Uh oh!
There was an error while loading. Please reload this page.