Hi Team, Is it possible to send traces(http traceid) from Oracle WLS to wavefront. Have performed WLS integration looking for trace enablement as well? Thanks, Anitha
Hi Guys, In my company we use wavefront for monitoring. And I'm very big fan of this master piece. I would like to understand how does aggregation work in wavefront. I have telegraf agent in s...
See more...
Hi Guys, In my company we use wavefront for monitoring. And I'm very big fan of this master piece. I would like to understand how does aggregation work in wavefront. I have telegraf agent in server which sends the upates every minute from influx DB. But in wavefront I have the provision of doing aggregation for an hour or even a day. Does wavefront hit influx DB for getting that info or caches 8 days data so anything from 10 mins to 8 days is actually looked upon in the sort of distributed cache ? Can someone please confirm this. I'm very curious to know this.
Interesting - I'd expect the API call to return faster than the UI (because there's no need to render anything). What parameters are you using for the API call?
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 dashboard but it times out whe...
See more...
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 dashboard but it times out when called through the REST API. Can this query be optimized: mavg(1vw, avg(ts(telegraf.response.times.99.percentile , accountid="123" and env="prod" and myvar!="true”))) I tried with following but does not help mavg(1vw, avg(align(900s, mean, ts(telegraf.response.times.99.percentile , accountid=“123” and env=“prod” and myvar!=“true”))))
Taggify generates a synthetic point tag with a scope of just within the query line. What that means, basically, is that both the taggify expression and the other expression have to be part of the...
See more...
Taggify generates a synthetic point tag with a scope of just within the query line. What that means, basically, is that both the taggify expression and the other expression have to be part of the same query line. If you have them split out into 2 query lines, the second query line won't "know" about the synthetic point tag. BTW, since we may all be in different Wavefront environments, it's probably helpful to post the full queries in addition to providing links.
Hi there, I guess this is a pretty late response - sorry . No, there is no way to manually delete metrics. The pricing is dependent on points per second. If you're sending 2000 points pe...
See more...
Hi there, I guess this is a pretty late response - sorry . No, there is no way to manually delete metrics. The pricing is dependent on points per second. If you're sending 2000 points per day, that works out to 2000/(24*60*60) = .02 PPS (points per second), which is pretty low.
Reading further, the pricing appears to be calculated as `price = write_per_sec_at_95_percentile * num_datapoints`. So, despite the storage of data is free and the new datapoints don't as many w...
See more...
Reading further, the pricing appears to be calculated as `price = write_per_sec_at_95_percentile * num_datapoints`. So, despite the storage of data is free and the new datapoints don't as many write, the pricing will still be the top write_per_sec from the other part. Plus the addition of the new datapoints, the cost would increase drastically. So, it appears not to be a good idea to implement in this way as for higher cost.
I am think of of using wavefront as a key-value store for counters, as it is easily available as charts. However, it would introduce many new keys. I am thinking it might require to delete tho...
See more...
I am think of of using wavefront as a key-value store for counters, as it is easily available as charts. However, it would introduce many new keys. I am thinking it might require to delete those keys periodically. For statsD, to delete an existing key, I could just delete the corresponding whisper directory. Is this possible to do in wavefront? If so, which wavefront API can do this work? Or, is introducing new keys (say 2000 per day) not a problem, and they don't need to be deleted? (I read about the pricing, it only charges by rate of writing: https://www.wavefront.com/pricing/ )
I want to setup an alert when a certificate needs to be renewed in my service. I would like to simply create a warning type alert on the certificate expiration date minus 30 days or so. I've lo...
See more...
I want to setup an alert when a certificate needs to be renewed in my service. I would like to simply create a warning type alert on the certificate expiration date minus 30 days or so. I've looked at the query language and what I've come up with is pretty ugly, so I'm trying to see if there is something better. For example, if a certificate expires on June 17, 2019, I could do something like the following: (year("America/Los_Angeles")=2019 and month("America/Los_Angeles")>=5 and day("America/Los_Angeles")>=18) or (year("America/Los_Angeles")=2019 and month("America/Los_Angeles")>=6) I'm hoping there is something better that I could use.
Hi, I'd like to use a new point Tag I've created from a taggify() expression as the input of another ts() expression. https://workday.wavefront.com/u/vRCXnbP9Py Here, I'd like to use the...
See more...
Hi, I'd like to use a new point Tag I've created from a taggify() expression as the input of another ts() expression. https://workday.wavefront.com/u/vRCXnbP9Py Here, I'd like to use the new tag "mypod" as the input to another tag "pod" in the first ts() expression. I've tried using the query as the input but that doesn't seem to work. Any help would be appreciated. Sameer
Hi. I was wondering if it is possible to monitor an app (i.e, human resources app, and get alerts, dashboards, health, availability, etc about the app) not only the app's servers. Thanks!
One way to do this, given that I'm interested in correlating now vs. 1 hour ago, is as follows: signal = ts(data, host=somehost) lagsignal = lag(60m, ts(data, host=somehost)) Then look at ...
See more...
One way to do this, given that I'm interested in correlating now vs. 1 hour ago, is as follows: signal = ts(data, host=somehost) lagsignal = lag(60m, ts(data, host=somehost)) Then look at mcorr(10m, ${signal}, ${lagsignal}).
Is there a function to do frequency (e.g., Fourier) analysis on time series data? I see periodic (every hour) activity spikes on time series data and would like to be able to detect the spikes au...
See more...
Is there a function to do frequency (e.g., Fourier) analysis on time series data? I see periodic (every hour) activity spikes on time series data and would like to be able to detect the spikes automatically and alert on them.
Thank you for creating a ticket for Wavefront by VMware. We currently do not have a specific vCenter to Wavefront integration. We do have an integration for vRealize Operations at https://intui...
See more...
Thank you for creating a ticket for Wavefront by VMware. We currently do not have a specific vCenter to Wavefront integration. We do have an integration for vRealize Operations at https://intuit.wavefront.com/integration/vrops/setup. I know that Wavefront is continuously working on new integrations so there may be one in the works. If you want to look at all the current Wavefront integrations please take a look at https://intuit.wavefront.com/integration/ Please let me know if you have more questions about this. Best regards, Randy Simpson Technical Support Engineer
We have just bought Wavefront. Our management team want us to use Wavefront to monitor our Vcenters (50 of them), in a top view dashboard. What is the best practice to send integrate Vcente...
See more...
We have just bought Wavefront. Our management team want us to use Wavefront to monitor our Vcenters (50 of them), in a top view dashboard. What is the best practice to send integrate Vcenter with Wavefront? Each Vcenter has a dedicated Vrops as well. We found some script someone wrote before VMware bought Wavefront to integrate Vcenter data into Wavefront. But would be very curious to see if anything official released yet to Integrate Vcenters data into Wavefront? tks John
Hello. I have a Single Stat Chart on my dashboard that is labeled with the service name being monitored. This service runs in three environment and I would like the name to display indicating w...
See more...
Hello. I have a Single Stat Chart on my dashboard that is labeled with the service name being monitored. This service runs in three environment and I would like the name to display indicating which environment it is signifying. I created a dashboard variable called "env" and added a list of three environments, (prod, stage, dev) According to the documentation, i should be able to name the chart Service name: ${env} and have it display "Service name: prod", "Service name: stage", etc. Any idea why it doesn't seem to replace the ${} with the value on the chart name or is there a different way to approach? Thanks for any help.