Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
79 views

Grafana hide variable values not in time range

I have Grafana setup with a Graphite data source. I want to display my Gatling performance metrics. And it works good overall. So the connection between gatling, graphite and grafana is done. On my ...
Matthias's user avatar
  • 1,354
1 vote
0 answers
25 views

Get value from graphite metric name

I Have a metric like name.isActive.true.category.1.pos.89 How i can get position number from metric name and display it on dashboard/panel?
Anton Golovenko's user avatar
0 votes
1 answer
104 views

grafana correct way to calculate percent of request(per hour)

i know how to calculate number of successfull requests via #A:my.server.$Environment.api.*.httpServerRequests.exception.*.method.*.outcome.*.status.200.uri.{submit}.count #B:my.server.$Environment.api....
Sheyko Dmitriy's user avatar
0 votes
0 answers
26 views

Turning irregular kWh readings into a moving average

I have a bunch of readings taken manually by me from my electric and gas meters over the last few months. I want to try to use them to visualise the moving average energy usage over time in Grafana. ...
Robert Steward's user avatar
0 votes
1 answer
353 views

Grafana Graphite query that value differs from average for same hour during the week

My data source is Graphite. I'm collecting simple metric: number of responses to my app, grouped by route alias and response code, like following: my_app.prod.count.api.*.* I can thus group error ...
Eduard Sukharev's user avatar
2 votes
0 answers
107 views

How can I use multiple templates in grafana?

One template measures time. Another remaining template measures the Response Code. We set "Define" in each message template and enter the define of each template in the conatct point. But I ...
valuee's user avatar
  • 21
0 votes
0 answers
91 views

Spark monitoring metrics, which one regards RAM utilization

I was wondering if there's a more detailed version of such spark webpage Monitoring metrics Actually I'm using grafana and this is my dashboard, I'm not totally sure if we can assume the Heap usage as ...
callme_fantastique's user avatar
0 votes
1 answer
295 views

Grafana is querying many null values from Graphite

I have set up Graphite and Grafana to run in docker. metrics are pushed to Graphite maybe a few times per day. I have set up graphs in Grafana to view these metrics from Graphite. Since there is few ...
jst_swe's user avatar
  • 61
-1 votes
1 answer
91 views

Don't see all points in Grafana on lower scales

On lower scale I am obviously seeing several outliers, maximal of which is 18211 if I zoom in then I am starting to see additional outliers Is it possible to configure Grafana to show all points all ...
Dims's user avatar
  • 50.8k
1 vote
1 answer
103 views

Graphite - show "time spent" chart in a intuitive way

I have a metric to collect "time spent" metric on each task. The task might be triggered every 5~60 minutes. So the collected value is always the last updated value. e.g., 533, 533, 533, 533,...
Steven Chou's user avatar
  • 2,175
0 votes
1 answer
156 views

How can we send metrics from JMeter to Grafana Cloud using Graphite TSDB?

I am trying to send metrics from JMeter to Grafana Cloud using Graphite. But i am getting error sending metrics to Graphite in Jmeter logs. I am using Grafana cloud Graphite Url as host in my backend ...
Techstack99's user avatar
0 votes
1 answer
463 views

create alert in grafana based on number fields having value below threshold

We have grafana dashboard which has x axis has time and y axis with free memory in the server(in gb). Dashboard has fields for 100+ servers in a particular datacenter. Threshold for free memory is ...
Raji M's user avatar
  • 63
0 votes
1 answer
194 views

Calculate Percent Graphite/Grafana (missing numerator)

I have three series #A, #B, #C which are used to get a percent by tags in a Bar Gauge Assume I have two tags in each time-series (1) color = red, blue, green (2) etc = foo, bar I want percent foo by ...
RML's user avatar
  • 53
2 votes
1 answer
2k views

Graphite/Grafana query wildcard for unknown level

Is it possible to write a query to match all of these metrics: foo.bar.something1.ending_word foo.bar.something1.something2.ending_word foo.bar.something1.something_else.ending_word foo.bar.something1....
Wiktor Kisielewski's user avatar
0 votes
1 answer
828 views

Gatling not sending metrics to InfluxDB using graphite protocol

I followed the BlazeMeter article to monitor Gatling tests with Grafana and InfluxDB but no data is sent to InfluxDB and not any database created with the name "gatlingdb". InfluxDB is up ...
Perf2017's user avatar
2 votes
2 answers
10k views

Grafana exclude values from query with wildcard

I have a grafana query that sums a number of stats, my query looks like alias(summarize(sumSeries(stats.checkout-*.*.*.*.*), '$time', 'sum', false), 'checkout') The names from graphite are country ...
Neil Gilbert's user avatar
1 vote
2 answers
675 views

graphite error "'ParseResults' object has no attribute 'raw'" when call /render

I installed graphite ( whisper - carbon - graphite-web ) with the pip method. I connect it to my puppetserver instance ( need graphite to have jrubies informations ). But when i try to export the data ...
kileurf's user avatar
  • 13
0 votes
2 answers
1k views

How to display coordinates from graphite in grafana worldmap panel

I have a graphite timeseries database with the following metrics for a moving object: object.latitude object.longitude object.status I would like to plot the object status on in a grafana worldmap ...
user3296503's user avatar
0 votes
0 answers
281 views

Grafana query for a particular tag Property under metric.counter

Getting count of the value for below Metrics.counter("example.action.update", Arrays.asList( Tag.of("exampleStatus", update.getActionStatus().name()) )).increment() ...
SRP's user avatar
  • 3
1 vote
0 answers
1k views

Show the increment of a counter in Graphite/Grafana without the negative values

I have a Counter time series in Graphite and I would like to show what is the increment over the sampling time. I use the derivate function that shows a result very similar to the increment function ...
Alberto's user avatar
  • 2,972
1 vote
0 answers
151 views

How to convert time results to integer and add or subtract in grafana

I have 3 different time results: averageSeries(stats.timers.type1.mean) averageSeries(stats.timers.type2.mean) averageSeries(stats.timers.type3.mean) each one result with different time respectively ...
MTZ4's user avatar
  • 2,336
2 votes
1 answer
183 views

can graphite or grafana used to monitor pyspark metrics?

In a pyspark project we have pyspark dataframe.foreachPartition(func) and in that func we have some aiohttp call to transfer data. What type of monitor tools can be used to monitor the metrics like ...
JamesWang's user avatar
  • 1,515
0 votes
0 answers
3k views

aliasSub Graphite function help in Grafana

I am struggling with formatting some Graphite metrics using the aliasSub function and regular expressions within a Grafana query. The defined Series gives the metric a string of icinga2....
TobyB's user avatar
  • 77
2 votes
1 answer
2k views

Grafana dashboard custom variable as a json object

We are using grafana to visualize our metrics and very glad to use it. For one dashboard I need to create custom variable to show host name. For example, we have the first variable: host with query ...
greg's user avatar
  • 1,416
1 vote
0 answers
112 views

Grafana embed range selector in html website

I have included a grafana graph in my html website with an iframe <iframe src="http://mysourceaddress:3000/d-solo/-J_QBsFMz/dash?orgId=1&panelId=8" width="450" height="...
mymarcelsql's user avatar
0 votes
1 answer
360 views

Tags in graphite using micrometer are not send

Using graphite 1.1.5 and grafana, I have tried to show the timer for each value of the tag. I am using micrometer 1.3.1. The problem is that the whole name I am using exists, but without tags. The ...
B_Osipiuk's user avatar
  • 1,028
0 votes
1 answer
421 views

Graphite divideSeries(#E,#A) return no data

I have 2 series(#A and #E), one contains how much x I gain each minute, and the other contains how much x I need. My goal is to calculate how long time it'll take before I'm done. I've tried to do ...
user3224713's user avatar
1 vote
0 answers
366 views

Multiple asPercent series

Metrics example - something.{variable}.success & something.{variable}.total What I want to achieve is multiple series graph containing the success percentage for each feature variable. Trying ...
Edgar.A's user avatar
  • 1,383
0 votes
1 answer
283 views

lost my old grafana.db, is there anyway we can restore it?

lost my old grafana.db, is there anyway we can restore it ? The new grafana.db doesn't show my old dashboards. All my older dashboards have disappeared.
Vishal Bhosale's user avatar
0 votes
1 answer
443 views

Cannot query Graphite beyond 6 hours

I'm trying to enter a stream of rare (<1/minute) metrics and be able to query it many hours in the past. Unfortunately, I can't see beyond 6 hours despite trying the usual tricks I could find in ...
d33tah's user avatar
  • 11.5k
4 votes
0 answers
76 views

Storage aggregation is not combining like I would expect

I'm not getting expected results with some metrics I am tracking in Graphite and displaying in Grafana. For metric like: bitbucket.commits-per-user.username1.count bitbucket.commits-per-user....
Hal's user avatar
  • 1,264
0 votes
1 answer
936 views

How to get node name for " * " node in Grafana graphite query in aliasByNode() funtion

In grafana i am trying to get values from all nodes using * in query. Actual Query : Data Source used : Graphite If i use aliasByNode(2) i am expecting the node value, instead * is displayed.
dolittle's user avatar
  • 340
1 vote
0 answers
784 views

Metrics monitoring with Java & Graphite & Micrometer/ dropwizard

I'm a bit confused with the way metrics from the application are presented in Grafana from Graphite. I'm using Dropwizard on the client side that sends metrics to Graphite. My case is - request size ...
Антон Ткаченко's user avatar
1 vote
0 answers
2k views

How to sum hourly metrics into daily and monthly aggregates in Graphite & Grafana?

Suppose a system collecting hourly energy consumptions (Wh) from clients with power analyzers (i.e. a sensor that measures how much energy an electrical appliance consumes). In detail, each client ...
ovunccetin's user avatar
  • 8,663
0 votes
1 answer
1k views

How to display changing of graphite counter in time (in grafana)?

I have a question. I send counter to graphite. It increases every time somebody uses endpoint. So, it increases slowly during the day. I want to display on dashboard amount of connections during time (...
Vladimir Safonov's user avatar
1 vote
2 answers
2k views

Graphite has null values between data points

I have an API that fetches data packets from different servers. It formats this data to different small JSON units. I wrote an algorithm that sends them to graphite with the command json2graphite. ...
badger's user avatar
  • 11
2 votes
0 answers
612 views

Graphite / Grafana: How to modify a metric's resolution in a query?

I have a metric with a resolution of 3h (let's call it series.a) and another one with resolution 4h (series.b). I want to combine the two (e. g. build their sum). The naive approach (sum("series.a", ...
Alfe's user avatar
  • 59.2k
1 vote
1 answer
921 views

How to get one average value by one request to graphite

Let's say, we have graphite running on some hostname. I can get 10 values from it by this request: http://hostname/render?target=wm.compName.cpu&from=-10min&until=now&format=json&...
Sasha Korkin's user avatar
0 votes
1 answer
889 views

Graphite group timestamp events by week

TLDR: How can I group a graphite timestamp metric by week/month instead of having it appear day by day for a given time period? Detail: I have an anomaly I'm interested in investigating but because ...
Adrian E's user avatar
  • 2,093
0 votes
3 answers
3k views

How to do a distinct count of a metric using graphite datasource in grafana?

I have a metric that shows the state of a server. The values are integers and if the value is 0 (zero) then the server is stable, else it is unstable. And the graph we have is at a minute level. So, I ...
Munagala's user avatar
0 votes
1 answer
375 views

Query Graphite Metrics for specific data points

I want to query my graphite server to retrieve certain metrics. I am able to query all data points between certain time period but my requirement is, I want to query data points of specific time of ...
Anuj's user avatar
  • 262
1 vote
0 answers
59 views

I don't see data older than 72h

i have problem with my graphite (I think so) when i set eg. CPU-system diagram to 72h is all ok, i see data etc. when i set more than 72 - eg. 73 or 73-89h from this moment i see empty graph I can't ...
Fin4l's user avatar
  • 11
3 votes
1 answer
1k views

Graph the current duration in second

I would like to display the total duration in seconds from the beginning of the range to the end. The graph would have the total duration in seconds as Y axis and the time as X axis. It would start ...
Nicolas Henneaux's user avatar
0 votes
1 answer
875 views

How to access Graphite RAW data in json or any other format?

I have used graphite-tcp to generate some mock data to grafana dashboard, but still it is not available in Grafana Dashboard. I have already updated dashboard.json in grafana. I'm getting success ...
Harshal Lekurwale's user avatar
0 votes
1 answer
30 views

How to create a third series based on two series

I'm using grafana with graphite. I have the issues timeseries graph where i get only incoming defects for a given day and how many of them are closed. the outstanding formula is simple in excel (...
user721476's user avatar
1 vote
0 answers
133 views

How to use Graphite's identity() function with Grafana?

I'm trying to set up a time function with Graphite and Grafana, and I found the identity() function in Graphite's documentation. But I couldn't enter the function into Grafana, how do I get it work?
questicw's user avatar
1 vote
1 answer
890 views

Pass data from influxdb to graphite

I need to pass metric data from influxdb to graphite. I am currently setting mock data into graphite on docker. So now, I want to integrate with influxdb because graphite can perform functions with ...
lp_nave's user avatar
  • 404
0 votes
1 answer
1k views

Calculate percentage along with groupBy in Grafana

I am logging a success count metric and failure count metric for every 30 seconds into graphite. In the Grafana, I am using per second and hitCount(1minute) that aggregates the count(success and ...
Harish's user avatar
  • 603
0 votes
1 answer
176 views

netdata metrics displayed in Grafana shows incorrect values

I'm trying to get netdata metrics to Graphite and use Grafana for plotting historical metrics. However the unit of the metrics doesn't work well with Grafana. When plotting CPU utilization ...
Karthik's user avatar
  • 164
0 votes
1 answer
925 views

Log data into grafana for every minute

The below code registers five metrics count, oneminuteRate, fiftenMinuteRate, fiveMinuteRate, meanRate into graphite for every 30 seconds from my application. public void collectMetric(string ...
Harish's user avatar
  • 603

1
2 3 4 5