Skip to content
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

Add support for proto ListValue formatting #14517

Closed
wants to merge 1 commit into from

Conversation

itamarkam
Copy link
Contributor

Signed-off-by: Itamar Kaminski itamark@google.com

Commit Message: Support google::protobuf::ListValue in formatters.
Additional Description: So far, only strings and nested structs were supported. This change adds support for ListValue as well. Most of this change is just refactoring (e.g., from lambdas to methods), and the new additions are the methods that handle ListValues. This change will be used as part of the OTLP logger (as OTLP includes many ListValues).
Risk Level: Low (adding new functionality instead of throwing an exception).
Testing: Unit tests
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]

Signed-off-by: Itamar Kaminski <itamark@google.com>
@itamarkam itamarkam closed this Dec 24, 2020
@itamarkam
Copy link
Contributor Author

Sent too early.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant