-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog entries for middleware fork (#22)
- Loading branch information
1 parent
08e3020
commit e9e5387
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
k8seventsreceiver: | ||
custom static log added to show "k8s.cluster" entry | ||
|
||
k8sclusterreceiver: | ||
bug-fix: | ||
k8s.namespace.name -- value correction | ||
|
||
kubeletstatsreceiver: | ||
new-fields: | ||
attribute: | ||
k8s.node.uid | ||
|
||
dockerstatsreceiver: | ||
new-fields: | ||
attributes: | ||
container.started_on | ||
metric: | ||
container.status | ||
|
||
hostmetricsreceiver: | ||
new-fields: | ||
attributes: | ||
process.started_on | ||
metric: | ||
system.disk.io.speed | ||
system.network.io.bandwidth | ||
process.memory.percent | ||
process.cpu.percent | ||
new-feature: | ||
avoid_selected_errors flag added -- to hide non-relevant errors | ||
|
||
fluentforwardreciever: | ||
bug-fix: | ||
uint64 timestamp handled |