fluent / fluent-plugin-prometheus

A fluent plugin that collects metrics and exposes for Prometheus.
Apache License 2.0
258 stars 79 forks source link

add validation for invalid use of record accessor syntax #83

Closed kazegusuri closed 5 years ago

kazegusuri commented 5 years ago

ref #80

record accessor syntax is only available in prometheus filter/output plugins because it populates label from messages but other plugins does not handle message directly. To avoid invalid use add validation.