Files
unpoller/examples
Cody Lee 511c524e6e feat(influxunifi): add global tags applied to every measurement
Closes #1001. Mirrors the DataDog plugin's global tags feature for
InfluxDB. Per-metric tags take precedence on key collision so
site/device identifiers can never be overwritten by a misconfigured
global. Configurable via TOML/JSON/YAML under influxdb.tags.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 08:59:16 -05:00
..
2021-04-14 01:31:14 -07:00
2025-12-08 13:09:10 -06:00
2021-04-14 01:31:14 -07:00

Examples

This folder contains example configuration files in four supported formats. You can use any format you want for the config file, just give it the appropriate suffix for the format. A JSON file should end with .json, and YAML with .yaml. The default format is always TOML and may have any other suffix.

Kubernetes

There are two files for Kubernetes deployment examples. Feel free to use them as you see fit. Please make sure to the delete all comments before deploying and make sure to fill in with correct values.

Notes

When adding new content to this folder, DO NOT MAKE NEW FOLDERS, it will break make install on macOS (used for homebrew).