-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move _origin to meta tag #10
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
540 changes: 270 additions & 270 deletions
540
fluent-plugin-carbon-v2/test/resources/output.batch.case1.json
Large diffs are not rendered by default.
Oops, something went wrong.
104 changes: 52 additions & 52 deletions
104
fluent-plugin-carbon-v2/test/resources/output.batch.case2.json
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"outputs": [ | ||
{ | ||
"message": "metric=http_request_size_bytes_sum _origin=kubernetes endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus prometheus_replica=prometheus-prometheus-operator-prometheus-0 service=prometheus-operator-kube-scheduler 1619905.0 1550862304339" | ||
"message": "metric=http_request_size_bytes_sum endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus prometheus_replica=prometheus-prometheus-operator-prometheus-0 service=prometheus-operator-kube-scheduler _origin=kubernetes 1619905.0 1550862304339" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
fluent-plugin-carbon-v2/test/resources/output.datapoint.nested.json
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,7 +1,7 @@ | ||
{ | ||
"outputs": [ | ||
{ | ||
"message": "metric=http_request_size_bytes_sum _origin=kubernetes endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler kubernetes.pod.name=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal kubernetes.service.name=kube-scheduler namespace=kube-system prometheus=monitoring/prometheus-operator-prometheus prometheus_replica=prometheus-prometheus-operator-prometheus-0 service=prometheus-operator-kube-scheduler 1619905.0 1550862304339" | ||
"message": "metric=http_request_size_bytes_sum endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler kubernetes.pod.name=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal kubernetes.service.name=kube-scheduler namespace=kube-system prometheus=monitoring/prometheus-operator-prometheus prometheus_replica=prometheus-prometheus-operator-prometheus-0 service=prometheus-operator-kube-scheduler _origin=kubernetes 1619905.0 1550862304339" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
fluent-plugin-carbon-v2/test/resources/output.datapoint.nested.relabel.json
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,7 +1,7 @@ | ||
{ | ||
"outputs": [ | ||
{ | ||
"message": "metric=http_request_size_bytes_sum _origin=kubernetes endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod_name=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus prometheus_replica=prometheus-prometheus-operator-prometheus-0 service_name=kube-scheduler 1619905.0 1550862304339" | ||
"message": "metric=http_request_size_bytes_sum endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod_name=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus prometheus_replica=prometheus-prometheus-operator-prometheus-0 service_name=kube-scheduler _origin=kubernetes 1619905.0 1550862304339" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
fluent-plugin-carbon-v2/test/resources/output.datapoint.nested.spaces.relabel.json
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,7 +1,7 @@ | ||
{ | ||
"outputs": [ | ||
{ | ||
"message": "metric=http_request_size_bytes_su* _origin=kubernetes endpoint=http-*etrics handler=pro*etheus instance=172.20.36.191:10251 job=kube-scheduler na*espace=kube-syste* pod_na*e=kube-scheduler-ip-172-20-36-191.us-west-1.co*pute.internal pro*etheus=*onitoring/pro*etheus-operator-pro*etheus pro*etheus_replica=pro*etheus-pro*etheus-operator-pro*etheus-0 service_na*e=kube-scheduler 1619905.0 1550862304339" | ||
"message": "metric=http_request_size_bytes_su* endpoint=http-*etrics handler=pro*etheus instance=172.20.36.191:10251 job=kube-scheduler na*espace=kube-syste* pod_na*e=kube-scheduler-ip-172-20-36-191.us-west-1.co*pute.internal pro*etheus=*onitoring/pro*etheus-operator-pro*etheus pro*etheus_replica=pro*etheus-pro*etheus-operator-pro*etheus-0 service_na*e=kube-scheduler _origin=kubernetes 1619905.0 1550862304339" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
fluent-plugin-carbon-v2/test/resources/output.datapoint.relabel.json
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,7 +1,7 @@ | ||
{ | ||
"outputs": [ | ||
{ | ||
"message": "metric=http_request_size_bytes_sum _origin=kubernetes endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus prometheus.replica=prometheus-prometheus-operator-prometheus-0 prometheus.service=prometheus-operator-kube-scheduler 1619905.0 1550862304339" | ||
"message": "metric=http_request_size_bytes_sum endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus prometheus.replica=prometheus-prometheus-operator-prometheus-0 prometheus.service=prometheus-operator-kube-scheduler _origin=kubernetes 1619905.0 1550862304339" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
fluent-plugin-carbon-v2/test/resources/output.datapoint.relabel.remove.json
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,7 +1,7 @@ | ||
{ | ||
"outputs": [ | ||
{ | ||
"message": "metric=http_request_size_bytes_sum _origin=kubernetes endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus 1619905.0 1550862304339" | ||
"message": "metric=http_request_size_bytes_sum endpoint=http-metrics handler=prometheus instance=172.20.36.191:10251 job=kube-scheduler namespace=kube-system pod=kube-scheduler-ip-172-20-36-191.us-west-1.compute.internal prometheus=monitoring/prometheus-operator-prometheus _origin=kubernetes 1619905.0 1550862304339" | ||
} | ||
] | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although I think we determined we could also just change this to
(2 spaces)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. it should also works.
We may change it to Prometheus format in near future, so just keep it for now to unblock E2E