-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(update-collection-v3): retain metadata.metrics and metadata.logs …
…keys
- Loading branch information
Mikołaj Świątek
committed
Jan 26, 2023
1 parent
24aba42
commit 87703d8
Showing
13 changed files
with
44 additions
and
11 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
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...metadataconfig/testdata/basic.output.yaml → ...etadata-config/testdata/basic.output.yaml
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,8 +1,8 @@ | ||
metadata: | ||
metrics: | ||
config: | ||
keymetrics: valuemetrics | ||
logs: | ||
config: | ||
merge: | ||
keylogs: valuelogs | ||
metrics: | ||
config: | ||
keymetrics: valuemetrics |
7 changes: 7 additions & 0 deletions
7
src/go/cmd/update-collection-v3/migrations/logs-metadata-config/testdata/nochange.input.yaml
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,7 @@ | ||
metadata: | ||
logs: | ||
statefulset: | ||
keylogs: valuelogs | ||
metrics: | ||
statefulset: | ||
keymetrics: valuemetrics |
7 changes: 7 additions & 0 deletions
7
...go/cmd/update-collection-v3/migrations/logs-metadata-config/testdata/nochange.output.yaml
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,7 @@ | ||
metadata: | ||
logs: | ||
statefulset: | ||
keylogs: valuelogs | ||
metrics: | ||
statefulset: | ||
keymetrics: valuemetrics |
1 change: 0 additions & 1 deletion
1
src/go/cmd/update-collection-v3/migrations/logsmetadataconfig/testdata/nochange.input.yaml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
src/go/cmd/update-collection-v3/migrations/logsmetadataconfig/testdata/nochange.output.yaml
This file was deleted.
Oops, something went wrong.
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
8 changes: 7 additions & 1 deletion
8
.../cmd/update-collection-v3/migrations/metrics-metadata-config/testdata/nochange.input.yaml
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 +1,7 @@ | ||
{} | ||
metadata: | ||
metrics: | ||
statefulset: | ||
keymetrics: valuemetrics | ||
logs: | ||
statefulset: | ||
keylogs: valuelogs |
8 changes: 7 additions & 1 deletion
8
...cmd/update-collection-v3/migrations/metrics-metadata-config/testdata/nochange.output.yaml
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 +1,7 @@ | ||
{} | ||
metadata: | ||
metrics: | ||
statefulset: | ||
keymetrics: valuemetrics | ||
logs: | ||
statefulset: | ||
keylogs: valuelogs |
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