sematext / sematext-agent-java

Sematext Monitoring Agent
https://sematext.com/spm
Apache License 2.0
23 stars 9 forks source link

Support json tags extraction #110

Closed bsmid closed 3 years ago

bsmid commented 3 years ago

Added support to extract tag value from lists/maps found in json structure. To achieve that, I added a way to create a Java class that contains the logic used to produce a single-string value as a result. In this case we have to concatenate N values found in roles list, but in the future this functionality can be used for many other use-cases.