Accessing [agent] level config values from an output plugin

Can I access [agent] level configuration values from an output plugin? For example, if my output plugin wanted to know what flush_interval and flush_jitter was set in [agent] section of the config, how do I do that?

I see locally, I can set toml:"flush_interval" variable and read that from my own output config section, but I’m not sure how to reference top level config values.

No you can’t. Why would you need that?