-
## Have you read through available documentation and open Github issues?
Yes
## Is this a BUG report, FEATURE request, or a QUESTION? Who is the indended audience?
FEATURE request
## Syste…
-
So metrics can be tagged, like `statsd.increment('game_server.connection_error', tags=[f'ip:{server.ip}'])` instead of `statsd.incr('game_server.connection_error')`.
-
Update: This is because our socket calls aren't calling their callbacks.
I stick a console.log('Handling Callback') into
```
const handleCallback = (err, bytes) => {
console.log("Hand…
-
To be a part of an openmetrics centric metrics infrastructure it would be useful if the ratelimit service natively supported a prometheus metrics endpoint without having to go past a statsd bridge
-
**Current behaviour**
Intermittent errors sending traces, unsure how to debug further
````
E, [2024-06-13T08:29:54.066769 #28] ERROR -- ddtrace: [ddtrace] (/usr/local/bundle/gems/ddtrace-1.22.0/lib…
ganey updated
4 months ago
-
The python statsd module has a nice feature for aggregating metrics and packing them into fewer UDP packets:
http://statsd.readthedocs.org/en/latest/pipeline.html#as-a-context-manager
acdha updated
11 years ago
-
**Describe the bug**
I am trying to run the aws-cloudwatch-agent as part of a lambda extension, so that metrics sent by lambda executions are batched.
Basically, I have a go program that runs this…
-
With StatsD we can use the "repeater" option to pipe the metrics to Prometheus StatsD Exporter, but I don't see a way to achieve this with statsite.
Any ideas ?
-
I have collectd from remote servers sending metrics data the graphite/carbon/statsd/grafana server and i see the remote servers folder setup under collectd folder structure in graphite web dashboard b…
-
### 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…