package
1.0.4
Repository: https://github.com/vadv/pg_gatherer.git
Documentation: pkg.go.dev

# README

Lua

plugin_stat:name()

Return plugin name.

plugin_stat:dir()

Return current plugin directory.

plugin:error_count()

Return count of errors in current plugin.

plugin:start_count()

Return count of starts of current plugin.

plugin:last_error()

Return last error (nil or string).