Skip to content

Commit

Permalink
Update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKatsoulis committed Aug 24, 2021
1 parent 78736b2 commit f0f8e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/kubernetes/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ These datasets are not enabled by default.
Note: In some "As a Service" Kubernetes implementations, like `GKE`, the master nodes or even the pods running on
the masters won't be visible. In these cases it won't be possible to use `scheduler` and `controllermanager` metricsets.

#### kube-pod-logs
#### container-logs

The kube-pod-logs dataset requires access to the log files in each Kubernetes node where the pod logs are stored.
The container-logs dataset requires access to the log files in each Kubernetes node where the container logs are stored.
This defaults to `/var/log/containers/*${kubernetes.container.id}.log`.

## Compatibility
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ These datasets are not enabled by default.
Note: In some "As a Service" Kubernetes implementations, like `GKE`, the master nodes or even the pods running on
the masters won't be visible. In these cases it won't be possible to use `scheduler` and `controllermanager` metricsets.

#### kube-pod-logs
#### container-logs

The kube-pod-logs dataset requires access to the log files in each Kubernetes node where the pod logs are stored.
The container-logs dataset requires access to the log files in each Kubernetes node where the container logs are stored.
This defaults to `/var/log/containers/*${kubernetes.container.id}.log`.

## Compatibility
Expand Down

0 comments on commit f0f8e23

Please sign in to comment.