grpc-java
grpc-java copied to clipboard
gcp-observability: updated config to public preview config
This PR implements config changes defined for public preview. With new config schema, logging filters are matched on text-order basis compared to precedence basis and takes separate filters for client and server RPC events.
b/245415575
CC @sanjaypujare @ejona86
...are matched on iterative basis...
Might be better to say it uses "text order" to match since "iterative" could be confusing
Addressed comments. PTAL
Thanks for the fix. The integration tests all passed.