diff --git a/docs/_print/index.html b/docs/_print/index.html index 40b993bb2..32e17e4b3 100644 --- a/docs/_print/index.html +++ b/docs/_print/index.html @@ -113,7 +113,7 @@
For jobs/individual pods that run to completion, Istio sidecar injection needs to be disabled, otherwise the affected pods would live forever with the running sidecar container. Configuration checkers and Fluentd drainer pods can be configured with the label sidecar.istio.io/inject
set to false
. You can configure Fluentd drainer labels in the Logging spec.
The buffer metrics sidecar configuration has been rewritten to add a new metric and improve performance by avoiding unnecessary cardinality.
The name of the metric has been changed as well, but the original metric was kept in place to avoid breaking existing clients.
Metrics currently supported by the sidecar
Old
+# HELP node_buffer_size_bytes Disk space used [deprecated]
+
For jobs/individual pods that run to completion, Istio sidecar injection needs to be disabled, otherwise the affected pods would live forever with the running sidecar container. Configuration checkers and Fluentd drainer pods can be configured with the label sidecar.istio.io/inject
set to false
. You can configure Fluentd drainer labels in the Logging spec.
The buffer metrics are now available for both the Fluentd and the SyslogNG based aggregators.
The sidecar configuration has been rewritten to add a new metric and improve performance by avoiding unnecessary cardinality.
The name of the metric has been changed as well, but the original metric was kept in place to avoid breaking existing clients.
Metrics currently supported by the sidecar
Old
+# HELP node_buffer_size_bytes Disk space used [deprecated]
+# TYPE node_buffer_size_bytes gauge
+node_buffer_size_bytes{entity="/buffers"} 32253
New
+# HELP logging_buffer_files File count
diff --git a/docs/configuration/crds/extensions/eventtailer_types/index.html b/docs/configuration/crds/extensions/eventtailer_types/index.html
index d1033d00a..0bcf1a6ea 100644
--- a/docs/configuration/crds/extensions/eventtailer_types/index.html
+++ b/docs/configuration/crds/extensions/eventtailer_types/index.html
@@ -40,7 +40,7 @@
Default: -">
-
+
-
+
@@ -586,7 +586,7 @@
EventTailer
EventTailerSpec
EventTailerSpec defines the desired state of EventTailer
controlNamespace (string, required)
The resources of EventTailer will be placed into this namespace
Default: -
positionVolume (volume.KubernetesVolume, optional)
Volume definition for tracking fluentbit file positions (optional)
Default: -
workloadMetaOverrides (*types.MetaBase, optional)
Override metadata of the created resources
Default: -
workloadOverrides (*types.PodSpecBase, optional)
Override podSpec fields for the given statefulset
Default: -
containerOverrides (*types.ContainerBase, optional)
Override container fields for the given statefulset
Default: -
EventTailerStatus
EventTailerStatus defines the observed state of EventTailer
EventTailer
EventTailer is the Schema for the eventtailers API
(metav1.TypeMeta, required)
Default: -
metadata (metav1.ObjectMeta, optional)
Default: -
spec (EventTailerSpec, optional)
Default: -
status (EventTailerStatus, optional)
Default: -
EventTailerList
EventTailerList contains a list of EventTailer
(metav1.TypeMeta, required)
Default: -
metadata (metav1.ListMeta, optional)
Default: -
items ([]EventTailer, required)
Default: -
-Last modified October 3, 2023: Merge pull request #189 from kube-logging/istio-labels (6f1bbb9)
+Last modified October 4, 2023: Merge pull request #190 from kube-logging/whatsnew-buffer-metrics (34f0f38)