-
I'm trying to use statsd for our production system but have concerns about performance.
I have a single statsd instance running and I'm sending test data from four separate hosts. Each host sends …
kevhu updated
10 years ago
-
Here I am again. I am on my way installing yet another copy of edx-platform (not-so-new version, but I serached through latest commits, found nothing that could help)
Summary: emals are not sent.
I …
-
I install StatsD follow https://github.com/etsy/statsd/ . I use StatsD push data from the client to the server graphite .
I want to push data automatically into folders that I want .I can not find w…
-
Hey, I'm new to statsd and i'm trying to use "delgauges" but it is not working.
I telneted to my server and executed the following line:
delgauges 'foo.boo.count._'
and I got the following response:
…
-
```
failed: [localhost] => {"changed": true, "cmd": " /edx/app/edxapp/venvs/edxapp/bin/python manage.py lms syncdb --migrate --noinput --settings=aws_migrate ", "delta": "0:00:02.865708", "end": "2014…
-
The injection of the logger into the backends is a minor but positive change. I am coding a cloudwatch backend around this behavior, but it's inconvenient from a CI perspective to get the package via …
-
When I run (on edx installed with these instructions https://github.com/edx/configuration/wiki/edX-Ubuntu-12.04-Installation):
```
sudo /edx/bin/update edx-platform master
```
I get this error:
```…
-
Exception in thread "main" java.lang.UnsupportedClassVersionError: kamon/util/GlobPathFilter : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
…
-
I use the newest version of statsd (cloned from the git repo). In my config.js I have `legacyNamespace` set to false.
I have a couple of counters and timers used in my app. According to https://githu…
-
Opening this as a general RFC.
Currently the main StatsD daemon performs a set of regex replacements to sanitize metric names:
```
var key = bits.shift()
.replace(/\s+/…