-
I'm switching from actix-web's HTTP client to reqwest, and am missing a way to extract statistics about connection reuse from reqwest's pool. Here's the original implementation of it in actix-web 0.7 …
-
The `README.me` of the current Beta of InfluxDB V2.0 has the statement
```
- What is NOT planned?
- Direct support by InfluxDB for CollectD, StatsD, Graphite, or UDP.
```
So I wonder what the …
-
I've previously written another [statsd-client](https://github.com/msiebuhr/node-statsd-client), where I ended up factoring out the connection-handling into a separate file per connection type:
* …
-
In [JMXFetch](https://github.com/DataDog/dd-trace-java/blob/release/v1.11.x/dd-java-agent/agent-jmxfetch/src/main/java/datadog/trace/agent/jmxfetch/JMXFetch.java) class when an instance of jmx collect…
-
**As a** listmonk administrator,
**I want to have** metrics available externally
**So that I can** consume them and implement things like alerting with outboard systems.
### Context
In our…
-
LeetCode has changed it's UI again
-
There is an API to write directly to logs: http://pcp.io/docs/lab.importdata.html
This sounds better than sampling, but there are no golang bindings. Perl prototype could be easy tho, but this shou…
-
Create some logs of what is happening on the site, how long do the apis take to return data, what are the exception that happen?
-
I'm setting up puppet-npm-simple on a CentOS6.4 host, and was getting "Could not evaluate: undefined method `[]' for nil:NilClass" errors trying to use the provider:
```
package { "underscore":
pro…
-
This is a great lib. Are there any plans to deploy it against Scala 2.10 and 2.11?
The 2.9 lib version is binary incompatible with our 2.11 apps.