Skip to content

Commit d671687

Browse files
[9.1](backport #47104) Update elastic-agent-system-metrics to v0.13.3 (#47109)
* Update elastic-agent-system-metrics to v0.13.3 (#47104) * Update elastic-agent-system-metrics to v0.13.3 * Add changelog fragment. (cherry picked from commit 85d7e0c) # Conflicts: # go.mod # go.sum * Fix conflicts. --------- Co-authored-by: Craig MacKenzie <[email protected]>
1 parent d507a4a commit d671687

File tree

4 files changed

+55
-10
lines changed

4 files changed

+55
-10
lines changed

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10816,11 +10816,11 @@ SOFTWARE
1081610816

1081710817
--------------------------------------------------------------------------------
1081810818
Dependency : github.com/elastic/elastic-agent-libs
10819-
Version: v0.24.0
10819+
Version: v0.24.1
1082010820
Licence type (autodetected): Apache-2.0
1082110821
--------------------------------------------------------------------------------
1082210822

10823-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].0/LICENSE:
10823+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].1/LICENSE:
1082410824

1082510825
Apache License
1082610826
Version 2.0, January 2004
@@ -11027,11 +11027,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-l
1102711027

1102811028
--------------------------------------------------------------------------------
1102911029
Dependency : github.com/elastic/elastic-agent-system-metrics
11030-
Version: v0.13.2
11030+
Version: v0.13.3
1103111031
Licence type (autodetected): Apache-2.0
1103211032
--------------------------------------------------------------------------------
1103311033

11034-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].2/LICENSE.txt:
11034+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].3/LICENSE.txt:
1103511035

1103611036
Apache License
1103711037
Version 2.0, January 2004
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# REQUIRED
2+
# Kind can be one of:
3+
# - 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: Update elastic-agent-system-metrics to v0.13.3.
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: Removes "Accurate CPU counts not available on platform" log spam at the debug log level.
22+
23+
# REQUIRED for breaking-change, deprecation, known-issue
24+
# impact:
25+
26+
# REQUIRED for breaking-change, deprecation, known-issue
27+
# action:
28+
29+
# REQUIRED for all kinds
30+
# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
31+
component: "all"
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.
39+
# pr: https://github.com/owner/repo/1234
40+
41+
# AUTOMATED
42+
# OPTIONAL to manually add other issue URLs
43+
# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
44+
# If not present is automatically filled by the tooling with the issue linked to the PR number.
45+
# issue: https://github.com/owner/repo/1234

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ require (
173173
github.com/elastic/bayeux v1.0.5
174174
github.com/elastic/ebpfevents v0.8.0
175175
github.com/elastic/elastic-agent-autodiscover v0.10.0
176-
github.com/elastic/elastic-agent-libs v0.24.0
177-
github.com/elastic/elastic-agent-system-metrics v0.13.2
176+
github.com/elastic/elastic-agent-libs v0.24.1
177+
github.com/elastic/elastic-agent-system-metrics v0.13.3
178178
github.com/elastic/go-elasticsearch/v8 v8.19.0
179179
github.com/elastic/go-freelru v0.16.0
180180
github.com/elastic/go-quark v0.3.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQB
358358
github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE=
359359
github.com/elastic/elastic-agent-client/v7 v7.15.0 h1:nDB7v8TBoNuD6IIzC3z7Q0y+7bMgXoT2DsHfolO2CHE=
360360
github.com/elastic/elastic-agent-client/v7 v7.15.0/go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI=
361-
github.com/elastic/elastic-agent-libs v0.24.0 h1:8skd0le8Y/zAGVaj4m44ljiJMAp0xuJz07ngDTL/1kM=
362-
github.com/elastic/elastic-agent-libs v0.24.0/go.mod h1:xSeIP3NtOIT4N2pPS4EyURmS1Q8mK0lWZ8Wd1Du6q3w=
363-
github.com/elastic/elastic-agent-system-metrics v0.13.2 h1:R4ogKHESuWhWTtopnw/aHnBxxSZbxd7KHV4GefdwT2M=
364-
github.com/elastic/elastic-agent-system-metrics v0.13.2/go.mod h1:ezM1kzDUT+vWXFh5oK8QXB/AEB0UoLWqWA8rkRicFFo=
361+
github.com/elastic/elastic-agent-libs v0.24.1 h1:kFPpOG5mbdaGRRNXPb2KfEaR65Uoi8nsMbDOKA02/Go=
362+
github.com/elastic/elastic-agent-libs v0.24.1/go.mod h1:o/iXtbHYaojpG4BOY7Z3hFMQAgEoqq2owO17JPGpf3A=
363+
github.com/elastic/elastic-agent-system-metrics v0.13.3 h1:VlY3Ezuwi5bPZRsAM97WaJEW78XkXgqmPHcTl1WGMRw=
364+
github.com/elastic/elastic-agent-system-metrics v0.13.3/go.mod h1:lB8veYWYBlA9eF6TahmPN87G1IEgWlbep7QSqLSW90U=
365365
github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=
366366
github.com/elastic/elastic-transport-go/v8 v8.7.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
367367
github.com/elastic/fsevents v0.0.0-20181029231046-e1d381a4d270 h1:cWPqxlPtir4RoQVCpGSRXmLqjEHpJKbR60rxh1nQZY4=

0 commit comments

Comments
 (0)