sematext-agent-java icon indicating copy to clipboard operation
sematext-agent-java copied to clipboard

Introduce yml config validator script

Open bsmid opened this issue 7 years ago • 0 comments

This script would check yml configs statically (no need for agent or the source of metrics to run). Some of the checks we can do:

  • general yaml validation and whether format conforms to Agent yaml format
  • check whether labels are present, warn if description is missing
  • check lowercase/uppercase in labels, descriptions...
  • check units that were used (compare to list of standard units present in Agent configs)
  • any other check that might be useful

bsmid avatar Jan 14 '19 14:01 bsmid