-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enricher to storageclass metricset (#33032)
* add enricher for storageclass Signed-off-by: Tetiana Kravchenko <[email protected]> * add pr number Signed-off-by: Tetiana Kravchenko <[email protected]> * fix check-no-changes] Error 1 Signed-off-by: Tetiana Kravchenko <[email protected]> * generate notice file Signed-off-by: Tetiana Kravchenko <[email protected]> * readd removed metric from test file Signed-off-by: Tetiana Kravchenko <[email protected]> Signed-off-by: Tetiana Kravchenko <[email protected]> (cherry picked from commit d20fff4) # Conflicts: # NOTICE.txt # go.mod # go.sum
- Loading branch information
1 parent
0520908
commit 7abc62a
Showing
14 changed files
with
84 additions
and
15 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
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 |
---|---|---|
|
@@ -9607,6 +9607,7 @@ SOFTWARE. | |
|
||
|
||
-------------------------------------------------------------------------------- | ||
<<<<<<< HEAD | ||
Dependency : github.com/gocarina/gocsv | ||
Version: v0.0.0-20170324095351-ffef3ffc77be | ||
Licence type (autodetected): MIT | ||
|
@@ -10031,6 +10032,14 @@ Licence type (autodetected): Apache-2.0 | |
|
||
Contents of probable licence file $GOMODCACHE/github.com/golang/[email protected]/LICENSE: | ||
|
||
======= | ||
Dependency : github.com/elastic/elastic-agent-autodiscover | ||
Version: v0.3.0 | ||
Licence type (autodetected): Apache-2.0 | ||
-------------------------------------------------------------------------------- | ||
|
||
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LICENSE: | ||
>>>>>>> d20fff40fa (Add enricher to storageclass metricset (#33032)) | ||
|
||
Apache License | ||
Version 2.0, January 2004 | ||
|
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
metricbeat/module/kubernetes/state_storageclass/_meta/test/ksm.unit.v1.8.0.expected
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[ | ||
{ | ||
"RootFields": {}, | ||
"RootFields": null, | ||
"ModuleFields": { | ||
"labels": { | ||
"foo": "bar" | ||
|
2 changes: 1 addition & 1 deletion
2
metricbeat/module/kubernetes/state_storageclass/_meta/test/ksm.v1.8.0.expected
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
6 changes: 4 additions & 2 deletions
6
metricbeat/module/kubernetes/state_storageclass/_meta/test/ksm.v2.0.0.expected
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
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
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