UsageStatisticsEnabled reports whether the usage queue plugin should publish records.
()
| 14 | |
| 15 | // UsageStatisticsEnabled reports whether the usage queue plugin should publish records. |
| 16 | func UsageStatisticsEnabled() bool { return usageStatisticsEnabled.Load() } |