Currently, in MetadataSubscriberService.java:L272, plugin count metadata properties are emitted with the format $NAMESPACE:$APP where $NAMESPACE is the namespace and $APP is the name of the application the plugin is deployed as. As there is no easy way to parse this key out of the properties map due to ambiguity, we should improve this by prepending a prefix to the property key.
Release Notes
None
Activity
Show:
Dennis LiFebruary 15, 2022 at 6:36 PM
Hi Prerna, this is a low-priority fix that would be beneficial for developers but probably not necessary to prioritize at this time as we have a workaround. Thanks!
Prerna BellaraFebruary 11, 2022 at 11:02 PM
Can you please provide the impact this would have? Or more information in the description?
Dennis LiFebruary 11, 2022 at 10:31 PM
It should be backwards compatible, as currently the best way to check whether it is a plugin emission key is to check if it has a : character.
Sean ZhouFebruary 11, 2022 at 10:24 PM
once this Jira is fixed, remember to update the corresponding parsing code in monitoring agent.
Pinned fields
Click on the next to a field label to start pinning.
Currently, in MetadataSubscriberService.java:L272, plugin count metadata properties are emitted with the format
$NAMESPACE:$APP
where$NAMESPACE
is the namespace and$APP
is the name of the application the plugin is deployed as. As there is no easy way to parse this key out of the properties map due to ambiguity, we should improve this by prepending a prefix to the property key.