You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - breaking-change: a change to previously-documented behavior
4
+
# - deprecation: functionality that is being removed in a later release
5
+
# - bug-fix: fixes a problem in a previous version
6
+
# - enhancement: extends functionality but does not break or fix existing behavior
7
+
# - feature: new functionality
8
+
# - known-issue: problems that we are aware of in a given version
9
+
# - security: impacts on the security of a product or a user’s deployment.
10
+
# - upgrade: important information for someone upgrading from a prior version
11
+
# - other: does not fit into any of the other categories
12
+
kind: bug-fix
13
+
14
+
# REQUIRED for all kinds
15
+
# Change summary; a 80ish characters long description of the change.
16
+
summary: reduce-default-telemetry-frequency
17
+
18
+
# REQUIRED for breaking-change, deprecation, known-issue
19
+
# Long description; in case the summary is not enough to describe the change
20
+
# this field accommodate a description without length limits.
21
+
description:
22
+
Reduce the default telemetry frequency to 60 seconds.
23
+
This change aims to lower infrastructure costs and reduce label churn in
24
+
time-series storage. High-cardinality labels sampled too frequently inflate
25
+
storage and index size, and increase query latency with limited added
26
+
value.
27
+
Environments that require higher resolution can change the `collection_interval` for `hostmetrics`, `kubeletstats` and `k8s_cluster` receivers to a lower value.
28
+
29
+
# REQUIRED for all kinds
30
+
# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
31
+
component: elastic-agent
32
+
33
+
# AUTOMATED
34
+
# OPTIONAL to manually add other PR URLs
35
+
# PR URL: A link the PR that added the changeset.
36
+
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
37
+
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
38
+
# Please provide it if you are adding a fragment for a different PR.
auth_type: serviceAccount # Determines how to authenticate to the K8s API server. This can be one of none (for no auth), serviceAccount (to use the standard service account token provided to the agent pod), or kubeConfig to use credentials from ~/.kube/config.
auth_type: serviceAccount # Authentication mechanism with the Kubelet endpoint, refer to: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/kubeletstatsreceiver#configuration
auth_type: serviceAccount # Determines how to authenticate to the K8s API server. This can be one of none (for no auth), serviceAccount (to use the standard service account token provided to the agent pod), or kubeConfig to use credentials from ~/.kube/config.
auth_type: serviceAccount # Authentication mechanism with the Kubelet endpoint, refer to: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/kubeletstatsreceiver#configuration
0 commit comments