Questions tagged [wavefront-telegraf]

10 questions
1
vote
1 answer

telegraf - exec plugin - aws ec2 ebs volumen info - metric parsing error, reason: [missing fields] or Errors encountered: [ invalid number]

Machine - CentOS 7.2 or Ubuntu 14.04/16.xx Telegraf version: 1.0.1 Python version: 2.7.5 Telegraf supports an INPUT plugin named: exec. First please see EXAMPLE 2 in the README doc there. I can't use JSON format as it only consumes Numeric values…
0
votes
0 answers

Telegraf Postgres Plugin inputs.postgresql.query not working

I using Telergaf (version:Telegraf 1.23.0 ) postgres plugin to gather and send so custom query metrics to Wavefront. https://github.com/influxdata/telegraf/tree/master/plugins/inputs/postgresql_extensible#configuration I have the following plugin…
AJohn
  • 1
0
votes
1 answer

Wavefront to Prometheus query

I am trying to convert this Wavefront alert to Prometheus: msum(1200s, sum(ts("receiver.processingDelayInMs" and function="max", cluster="101*")>900000))>2) This query determines if max latency exceeds 900,000, if yes then output = 1 or else 0 and…
0
votes
1 answer

How to get all metric's labels and values in Wavefront?

In Wavefront I have a metric jvm.memory.max.bytes.gauge. I need to implement filtering on time series but I don't know the exact label name neither the exact value. Is there a way to see all labels and their values in Wavefront of a metric?
Vitalii
  • 10,091
  • 18
  • 83
  • 151
0
votes
0 answers

Telegraf error "buffer full dropping line" after upgrade

Since I upgraded Telegraf v 1.23.* to 1.25.* I get an error: Telegraf outputs.wavefront sending error buffer full dropping line ... No other changes have been made to the config and the problem goes away when I revert back to v1.23.*. What could…
0
votes
1 answer

Equivalent of Wavefront align in Prometheus

I am trying to move existing dashboards from Wavefront to Prometheus. The metric counter reset every 1 min by the library that pushes the metrics to Wavefront. Wavefront query: align(${ds_unit}, sum, sum(ts(metricName_counter,…
0
votes
1 answer

How get reporting interval in wql?

At the picture from Wavefront below I see that at between 11:13 and 11:14 there was one request to my API: I need to display a requests per second graph. When I use rate() I get: The request point in the Y axis has value 0.1 but I expect 1…
Vitalii
  • 10,091
  • 18
  • 83
  • 151
0
votes
1 answer

mavg wavefront query timeout when called through the REST api

I am running following wavefront query to get SINGLE VALUE which is Average over the given time range for which the query is being called. This works fine in the wavefront dashboard but it times out when called through the Wavefront REST API. Can…
Learner
  • 1,503
  • 6
  • 23
  • 44
0
votes
1 answer

EnhanceIO Telegraf `filestat` plugin - Super GLOB pattern not working - Make telegraf recursively look for all files

Telegraf v1.0.1 (git: master 26acdc9231efde105510fe5df3da7519bc4f42f7) Telegraf service is running successfully sudo service telegraf status shows telegraf is running [OK]. I'm using Wavefront's SaaS based monitoring solution for showing Telegraf…
0
votes
2 answers

ansible-galaxy failing for init install - Failed to get data from the API server - a bytes-like object is required, not 'str'

ansible: ansible-galaxy 2.2.0.0 python: Python 2.7.10 I tried ansible-galaxy command to create a new role structure (init command) but it failed with the following message. So, I looked online and tried --offline option and structure creation part…
AKS
  • 16,482
  • 43
  • 166
  • 258