stats(native): fixes to align with wasm stats#4125
stats(native): fixes to align with wasm stats#4125istio-testing merged 2 commits intoistio:masterfrom
Conversation
| @@ -1,8 +1,5 @@ | |||
| field_separator: ";.;" | |||
| definitions: | |||
| - name: requests_total | |||
There was a problem hiding this comment.
Why is requests_total deleted?
There was a problem hiding this comment.
This test case was changing the value for a standard metric. I don't think we want to support this feature.
Signed-off-by: Kuat Yessenov <kuat@google.com>
|
/retest |
|
/retest |
|
/retest |
|
/cherrypick release-1.16 |
|
@kyessenov: #4125 failed to apply on top of branch "release-1.16": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@kyessenov: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/"} DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
In response to a cherrypick label: #4125 failed to apply on top of branch "release-1.16": |
|
In response to a cherrypick label: new issue could not be created for failed cherrypick: status code 410 not one of [201], body: {"message":"Issues are disabled for this repo","documentation_url":"https://docs.github.com/v3/issues/"} |
* fixes Signed-off-by: Kuat Yessenov <kuat@google.com> * handle all wasm properties Signed-off-by: Kuat Yessenov <kuat@google.com> Signed-off-by: Kuat Yessenov <kuat@google.com>
* stats(native): use SAN namespace by default (#4117) * stats(native): use SAN namespace by default Signed-off-by: Kuat Yessenov <kuat@google.com> * format Signed-off-by: Kuat Yessenov <kuat@google.com> Signed-off-by: Kuat Yessenov <kuat@google.com> * workload metadata: harden parsing (#4120) * workload metadata: harden parsing Signed-off-by: Kuat Yessenov <kuat@google.com> * fix test Signed-off-by: Kuat Yessenov <kuat@google.com> * fix test Signed-off-by: Kuat Yessenov <kuat@google.com> Signed-off-by: Kuat Yessenov <kuat@google.com> * stats(native): fixes to align with wasm stats (#4125) * fixes Signed-off-by: Kuat Yessenov <kuat@google.com> * handle all wasm properties Signed-off-by: Kuat Yessenov <kuat@google.com> Signed-off-by: Kuat Yessenov <kuat@google.com> Signed-off-by: Kuat Yessenov <kuat@google.com>
Signed-off-by: Kuat Yessenov kuat@google.com
Fix an error in parsing in Wasm stats for endpoint encoding (parts == 4 leads to crash).
Adds fallbacks to native stats for endpoint encoding, blackhole/passthrough.
Handle empty values properly (should be unknown).
Finish CEL expression support.