-
Notifications
You must be signed in to change notification settings - Fork 49
feature: nested json object parsing #43
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
Conversation
CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
bmedici
commented
Dec 11, 2022
Hello, this feature is really useful for complex structures.
What's current status of the merge request or the feature itself ?
Thank you !
I added the following features:
Supporting nested json object parsing, changes are in message.go.
When monitoring different Variables Grafana does not lose the old values, changes are in message.go and datasource.go.
Update message_test.go to test the new added features.
Please review and let me know what you think!