Skip to content

Commit

Permalink
k8s/understand: add missing anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Jan 31, 2022
1 parent 75c2ca4 commit c1b5947
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can build your own charts and [query](/docs/using-new-relic/data/understand-

The simplest way to [query your Kubernetes data](/docs/using-new-relic/data/understand-data/query-new-relic-data) is using the [query builder](/docs/query-your-data/explore-query-data/query-builder/use-advanced-nrql-mode-specify-data), which accepts [NRQL queries](/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql). Alternatively, you can use the [NerdGraph API](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph) to retrieve Kubernetes data.

### Event types
### Event types [#event-types]

Kubernetes data is attached to the following [event types](/docs/using-new-relic/data/understand-data/new-relic-data-types#event-data):

Expand Down Expand Up @@ -391,7 +391,7 @@ You can be notified about alert violations for your Kubernetes data:

The Kubernetes integration collects the following metrics and other [attributes](/docs/accounts-partnerships/education/getting-started-new-relic/glossary#attribute).

### Node data
### Node data [#node-data]

Query the `K8sNodeSample` event for node data:

Expand Down Expand Up @@ -803,7 +803,7 @@ Query the `K8sNodeSample` event for node data:
</tbody>
</table>

### Namespace data
### Namespace data [#namespace-data]

Query the `K8sNamespaceSample` event for namespace data:

Expand Down Expand Up @@ -875,7 +875,7 @@ Query the `K8sNamespaceSample` event for namespace data:
</tbody>
</table>

### Deployment data
### Deployment data [#deployment-data]

Query the `K8sDeploymentSample` event for deployment data:

Expand Down Expand Up @@ -1136,7 +1136,7 @@ Query the `K8sReplicasetSample` event for `ReplicaSet` data:
</tbody>
</table>

### DaemonSet data
### DaemonSet data [#daemonset-data]

Query the `K8sDaemonsetSample` event for `DaemonSet` data:

Expand Down Expand Up @@ -1296,7 +1296,7 @@ Query the `K8sDaemonsetSample` event for `DaemonSet` data:
</tbody>
</table>

### StatefulSet data
### StatefulSet data [#statefulset-data]

Query the `K8sStatefulsetSample` event for `StatefulSet` data:

Expand Down Expand Up @@ -1466,7 +1466,7 @@ Query the `K8sStatefulsetSample` event for `StatefulSet` data:
</tbody>
</table>

### Pod data
### Pod data [#pod-data]

Query the `K8sPodSample` event for pod data:

Expand Down Expand Up @@ -1702,7 +1702,7 @@ Query the `K8sPodSample` event for pod data:
</tbody>
</table>

### Cluster data
### Cluster data [#cluster-data]

Query the `K8sClusterSample` event to see cluster data:

Expand Down Expand Up @@ -1742,7 +1742,7 @@ Query the `K8sClusterSample` event to see cluster data:
</tbody>
</table>

### Container data
### Container data [#container-data]

Query the `K8sContainerSample` event for container data:

Expand Down Expand Up @@ -2113,7 +2113,7 @@ Query the `K8sContainerSample` event for container data:
</tbody>
</table>

### Volume data
### Volume data [#volume-data]

Query the `K8sVolumeSample` event for volume data:

Expand Down Expand Up @@ -2287,7 +2287,7 @@ Volume data is available for volume plugins that implement the MetricsProvider i
* StorageOS
* VsphereVolume

### API server data
### API server data [#api-server-data]

Query the `K8sApiServerSample` [event](/docs/telemetry-data-platform/understand-data/new-relic-data-types/#events-new-relic) to see API Server data. For more information, see [Configure control plane monitoring](http://docs.newrelic.com/docs/integrations/kubernetes-integration/installation/configure-control-plane-monitoring):

Expand Down Expand Up @@ -2397,7 +2397,7 @@ Query the `K8sApiServerSample` [event](/docs/telemetry-data-platform/understand-
</tbody>
</table>

### Controller manager data
### Controller manager data [#controller-manager-data]

Query the `K8sControllerManagerSample` event to see Controller manager data. For more information, see [Configure control plane monitoring](http://docs.newrelic.com/docs/integrations/kubernetes-integration/installation/configure-control-plane-monitoring):

Expand Down Expand Up @@ -2497,7 +2497,7 @@ Query the `K8sControllerManagerSample` event to see Controller manager data. For
</tbody>
</table>

### Scheduler data
### Scheduler data [#scheduler-data]

Query the `K8sSchedulerSample` event to see Scheduler data. For more information, see [Configure control plane monitoring](http://docs.newrelic.com/docs/integrations/kubernetes-integration/installation/configure-control-plane-monitoring):

Expand Down Expand Up @@ -2687,7 +2687,7 @@ Query the `K8sSchedulerSample` event to see Scheduler data. For more information
</tbody>
</table>

### ETCD data
### ETCD data [#etcd-data]

Query the `K8sEtcdSample` [event](/docs/telemetry-data-platform/understand-data/new-relic-data-types/#events-new-relic) to see ETCD data. For more information, see [Configure control plane monitoring](http://docs.newrelic.com/docs/integrations/kubernetes-integration/installation/configure-control-plane-monitoring):

Expand Down Expand Up @@ -2897,7 +2897,7 @@ Query the `K8sEtcdSample` [event](/docs/telemetry-data-platform/understand-data/
</tbody>
</table>

### Endpoint data
### Endpoint data [#endpoint-data]

Query the `K8sEndpointSample` event for endpoint data:

Expand Down Expand Up @@ -2987,7 +2987,7 @@ Query the `K8sEndpointSample` event for endpoint data:
</tbody>
</table>

### Service data
### Service data [#service-data]

Query the `K8sServiceSample` [event](/docs/telemetry-data-platform/understand-data/new-relic-data-types/#events-new-relic) for service data:

Expand Down

0 comments on commit c1b5947

Please sign in to comment.