Summary
In plugins/serializers/splunkmetric/README.md, the example events are fenced as
javascript. They're JSON, so json is the accurate language.
Suggested fix
Fence the example event blocks as json. Note: one example (the "dimensions"
snippet) ends with a trailing comma and isn't valid JSON. Either remove the
trailing comma or keep that one block as text.
Summary
In
plugins/serializers/splunkmetric/README.md, the example events are fenced asjavascript. They're JSON, sojsonis the accurate language.Suggested fix
Fence the example event blocks as
json. Note: one example (the "dimensions"snippet) ends with a trailing comma and isn't valid JSON. Either remove the
trailing comma or keep that one block as
text.