statsd Questions

2

I´m converting a statsd metric to Prometheus to be graphed in Grafana. This is a gauge being reset every 1m, showing requests in the past 1m. Prometheus is scraping every 15 secs. I´d like to produ...
Trier asked 19/9, 2022 at 14:38

4

I installed dd-agent on Amazon linux ec2. If I run my python script directly on the host machine (I used the SDK named "dogstatsd-python"), all the metrics can be sent to datadog (I logged in to da...
Cline asked 31/1, 2016 at 6:44

0

I want to monitor my Airflow-Worker logs via Prometheus. Currently I am sending my Airflow-Webserver Metrics available in the official documentation - Airflow-Metrics-docs . So That statsd exporter...
Firetrap asked 14/9, 2020 at 13:6

1

Solved

I have a timeseries graph in a time board that displays data for one metric that has multiple tags called "page". The graph has one line for each tag and I'm running functions on the values, so the...
Strange asked 13/9, 2019 at 6:20

1

Recently I have updated my airflow.cfg to enable metrics thought Statsd. I have injected this settings to airflow.cfg: I'm injecting this configuration: AIRFLOW__SCHEDULER__STATSD_ON=True AIRFLO...
Orrin asked 3/7, 2019 at 11:54

1

I am trying to deploy the statsd exporter (https://github.com/prometheus/statsd_exporter) software as a docker container in a K8s cluster. However, I want some parameters to be configurable. In ord...
Duckboard asked 6/11, 2019 at 14:25

1

Solved

I am using exometer and the exometer_report_statsd reporter to report Phoenix endpoints response times to Datadog via dogstatsd. From a Plug, I am calling :exometer.update/2 to send the response t...
Azeotrope asked 4/8, 2017 at 12:0

2

I'm looking to report custom metrics from Lambda functions to Datadog. I need things like counters, gauges, histograms. Datadog documentation outlines two options for reporting metrics from AWS La...

1

Solved

I'm using telegraf with influxdb, and in the telegraf I'm using the statsd_input plugin. The statsd_input.conf: [[inputs.statsd]] ## Address and port to host UDP listener on service_address = "...
Anarchy asked 28/11, 2018 at 11:28

1

I'm struggling to understand about the concept of gauge in statsd. Please explain how it works and and some example when it can be useful. The doc is not really clear to me Set a gauge value. ...
Celiotomy asked 25/8, 2018 at 23:10

1

I see the combination statsd + telegraf + influxdb used all the time. Statsd collects, aggregates and forwards metrics Telegraf aggregates and forwards metrics Why not use just the statsd (wit...
Gorman asked 21/2, 2017 at 10:13

1

Solved

I'm working on moving us from ant to gulp, and as part of the effort I want to write timing stats to Graphite. We're doing this in ant as well (no idea how, beside the point anyway). My question is...
Rebeckarebeka asked 4/5, 2017 at 13:26

4

Solved

I am trying to delete some old graphite test whisper metrics without any success. I can delete the metrics by removing the files. (See: How to cleanup the graphite whisper's data? ) But, within...
Giovanna asked 19/3, 2013 at 14:4

3

Solved

I am perplexed at this point. I spent a day or three in the deep end of Influx and Grafana, to get some graphs plotted that are crucial to my needs. However, with the last one I need to total up tw...
Soda asked 30/11, 2015 at 11:21

4

Solved

I'm using statsD to report counter data to graphite; sends a tick everytime I get a message. This works great, except in the situation when statsD has to restart for whatever reason. Then I get hug...
Monjan asked 6/12, 2012 at 4:19

2

Solved

In F# can you pattern match on a function signature. I want to decorate a number of functions with a function that measures the execution of the function and calls out to statsd. The current functi...
Geisler asked 14/4, 2015 at 12:57

5

I have been exploring the Graphite graphing tool for showing metrics from multiple servers, and it seems that the 'recommended' way is to send all metrics data to StatsD first. StatsD aggregates th...
Spangle asked 4/12, 2012 at 6:50

1

Solved

I would like to have a bar graph in graphite/grafana that has a single bar per day, over the week. Ideally we would have the days of the week (Monday,Tuesday...etc) on the x axis labels, and then s...
Ageold asked 3/2, 2015 at 22:8

2

I am following these instructions(https://www.digitalocean.com/community/tutorials/how-to-install-and-use-graphite-on-an-ubuntu-14-04-server) to install statsd and graphite, but am running into be...
Chromogen asked 14/1, 2015 at 19:56

1

Solved

I'm using Graphite+Statsd (with Python client) to collect custom metrics from a webapp: a counter for successful transactions. Let's say the counter is stats.transactions.count, that also has a rat...
Psalms asked 6/11, 2014 at 9:5

3

Can I enter timestamp to send data to graphite via statsd(javascript statsd)? I need to graph old data.
Salerno asked 21/8, 2012 at 8:50

3

Solved

I'm looking at adding StatsD data collection to my grails application and looking around at existing libraries and code has left me a little confused as to what would be a good scalable solution. T...
Lavernlaverna asked 21/6, 2013 at 19:44

1

Solved

I have a Rails app which uses caching extensively and I want to know cache hit rate for different places in the app. Low hit rate places obviously need attention. But measure first! To obtain real...
Arabic asked 23/7, 2014 at 4:56

1

I am using logstash, elasticsearch and kibana to analyze my logs. I am alerting via email when a particular string comes into the log via email output in logstash: email { match => [ "Sessio...
Gracielagracile asked 13/6, 2014 at 6:47

1

Solved

I use statsd for measuring stats and Graphite for displaying these. Anyway, I would like to do a more sophisticated analysis in statistical software, to find out the relations between various varia...
Renn asked 24/1, 2014 at 11:41

© 2022 - 2024 — McMap. All rights reserved.