-
**Is your feature request related to a problem? Please describe.**
During development (and sometimes in production) we want to disable the statsd metrics *export*. The docs state:
> In developme…
-
This is interesting: https://github.com/steemit/steem/pull/2447, https://github.com/steemit/steem/issues/2276
> There are two users for the plugin. The developers running the application and the de…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
Hi, thanks for the rare cpp statsd client!
We'd like to use the client but my concern is about if the client is thread safe?
if not do you have some suggestions to use the client in multi-threads…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
-
This works 100% in 15.15.1 (plus historic 14, 13)
Now working through code, validating 16.13.16 in TK. Getting error.
```
* windows_package[VCI-StatsdCollector] action install
…
-
### Nomad version
Nomad v0.3.1
### Feature Request
It would be nice to be able to prefix all the metrics in statsd via a configuration option. For example, this is useful to create a `production.XX`…
-
Internal PHPDoc is used to imply that a function is an internal one, and should not be used by the user.
This causes IDE's like PHPStorm to flag the method as "deprecated" or "do not use".
https://g…
-
It appears to be necessary to call Close() on statsd Clients to clean up cpu/memory resources.
How do I check whether a Client has been closed, so I can get a new client if needed?