Re: [Graphite-dev] [Question #227474]: Viewed Metric Audit

2013-04-25 Thread Jason Dixon
Question #227474 on Graphite changed: https://answers.launchpad.net/graphite/+question/227474 Status: Open => Answered Jason Dixon proposed the following answer: Your best bet is probably some sort of audit script using whisper- fetch.py to see which metrics haven't been submitted

Re: [Graphite-dev] [Question #228217]: Can I programatically get metric names out of Graphite?

2013-05-06 Thread Jason Dixon
Question #228217 on Graphite changed: https://answers.launchpad.net/graphite/+question/228217 Jason Dixon posted a new comment: There is also the https://github.com/obfuscurity/therry project, a simple web service for caching and searching Graphite metrics. It's particularly useful when wa

Re: [Graphite-dev] [Question #241853]: Change line color, based on value

2014-01-07 Thread Jason Dixon
otification because you are a member of > graphite-dev, which is an answer contact for Graphite. > > ___ > Mailing list: https://launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launc

Re: [Graphite-dev] [Question #241853]: Change line color, based on value

2014-01-07 Thread Jason Dixon
Question #241853 on Graphite changed: https://answers.launchpad.net/graphite/+question/241853 Jason Dixon proposed the following answer: You could do this with colorList() and sortByMaxima(), but of course it's on you to define the colorList. See also graphTemplates. Jason On Tue, Jan 07,

Re: [Graphite-dev] [Question #241912]: Graphite events not working

2014-01-08 Thread Jason Dixon
Question #241912 on Graphite changed: https://answers.launchpad.net/graphite/+question/241912 Status: Open => Answered Jason Dixon proposed the following answer: Looks like you're running a newer version of Django that breaks compatibility with HttpRequest#raw_post_data. You'l

Re: [Graphite-dev] [Question #241912]: Graphite events not working

2014-01-08 Thread Jason Dixon
Question #241912 on Graphite changed: https://answers.launchpad.net/graphite/+question/241912 Jason Dixon posted a new comment: Oh, and here's the Django change announcement: https://docs.djangoproject.com/en/dev/releases/1.4/#httprequest-raw- post-data-renamed-to-httprequest-body --

Re: [Graphite-dev] [Question #250904]: 'None' values show up in whisper file

2014-06-28 Thread Jason Dixon
s://launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.launchpad.net/ListHelp -- Jason Dixon http://obfuscurity.com/ https://twitter.com/obfuscurity ___

Re: [Graphite-dev] [Question #250904]: 'None' values show up in whisper file

2014-06-28 Thread Jason Dixon
Question #250904 on Graphite changed: https://answers.launchpad.net/graphite/+question/250904 Status: Open => Answered Jason Dixon proposed the following answer: New whisper files are sparse, pre-populated with all of the possible timestamps and "None" values. As metrics

Re: [Graphite-dev] [Question #250906]: Time (y-axis) not plotting as expected

2014-06-28 Thread Jason Dixon
Question #250906 on Graphite changed: https://answers.launchpad.net/graphite/+question/250906 Jason Dixon posted a new comment: It looks to me like your whisper file was created before you made the new retention policy, or perhaps you forgot to restart carbon-cache.py after making the changes

Re: [Graphite-dev] [Question #250906]: Time (y-axis) not plotting as expected

2014-06-28 Thread Jason Dixon
No, the get returned and graphed as nulls. You need to fix your whisper file. Jason Dixon Sent from my iPhone > On Jun 28, 2014, at 12:51 PM, Ajay > wrote: > > Question #250906 on Graphite changed: > https://answers.launchpad.net/graphite/+question/250906 > > Ajay posted

Re: [Graphite-dev] [Question #250906]: Time (y-axis) not plotting as expected

2014-06-28 Thread Jason Dixon
Question #250906 on Graphite changed: https://answers.launchpad.net/graphite/+question/250906 Status: Open => Answered Jason Dixon proposed the following answer: No, the get returned and graphed as nulls. You need to fix your whisper file. Jason Dixon Sent from my iPhone > On Jun 28

Re: [Graphite-dev] [Question #250906]: Time (y-axis) not plotting as expected

2014-06-28 Thread Jason Dixon
You probably haven't restarted carbon-cache since making your schema changes. I think I mentioned this already. Jason Dixon Sent from my iPhone > On Jun 28, 2014, at 1:17 PM, Ajay > wrote: > > Question #250906 on Graphite changed: > https://answers.launchpad.net/graph

Re: [Graphite-dev] [Question #250906]: Time (y-axis) not plotting as expected

2014-06-28 Thread Jason Dixon
Question #250906 on Graphite changed: https://answers.launchpad.net/graphite/+question/250906 Status: Open => Answered Jason Dixon proposed the following answer: You probably haven't restarted carbon-cache since making your schema changes. I think I mentioned this already. Jason Di

Re: [Graphite-dev] [Question #251723]: High CPU Usage for carbon-cache?

2014-07-18 Thread Jason Dixon
of > graphite-dev, which is an answer contact for Graphite. > > ___ > Mailing list: https://launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.lau

Re: [Graphite-dev] [Question #251723]: High CPU Usage for carbon-cache?

2014-07-18 Thread Jason Dixon
Question #251723 on Graphite changed: https://answers.launchpad.net/graphite/+question/251723 Status: Needs information => Answered Jason Dixon proposed the following answer: I've seen this when carbon-cache is blocking on writes. If you're using relays look for the

Re: [Graphite-dev] [Question #251375]: Two data points won't show up at same time or connect

2014-07-27 Thread Jason Dixon
Question #251375 on Graphite changed: https://answers.launchpad.net/graphite/+question/251375 Jason Dixon posted a new comment: It would help if you would show screenshots and explain your retention policies. -- You received this question notification because you are a member of graphite-dev

Re: [Graphite-dev] [Question #252147]: Twisted Error when installing graphite

2014-07-27 Thread Jason Dixon
Question #252147 on Graphite changed: https://answers.launchpad.net/graphite/+question/252147 Status: Open => Needs information Jason Dixon requested more information: The error message is telling you there's an issue with one of your retention policies. Can you paste your

Re: [Graphite-dev] [Question #252243]: Unable to install carbon using pip?

2014-07-27 Thread Jason Dixon
Question #252243 on Graphite changed: https://answers.launchpad.net/graphite/+question/252243 Status: Open => Answered Jason Dixon proposed the following answer: I've never attempted to run Graphite on Windows, and it's not an officially supported platform. That said, it looks

Re: [Graphite-dev] [Question #251593]: Is there any way to import and export saved graphs to graphite?

2014-07-28 Thread Jason Dixon
Question #251593 on Graphite changed: https://answers.launchpad.net/graphite/+question/251593 Summary changed to: Is there any way to import and export saved graphs to graphite? -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Gr

Re: [Graphite-dev] [Question #251593]: Is there any way to import and export saved graphs to graphite?

2014-07-28 Thread Jason Dixon
Question #251593 on Graphite changed: https://answers.launchpad.net/graphite/+question/251593 Jason Dixon posted a new comment: No, there is no way to do this. If you feel strongly about this feature you might want to open an issue in the official project site but I think it's highly unl

[Graphite-dev] [Question #252327]: Launchpad Answers, mailing list, or something else?

2014-07-28 Thread Jason Dixon
New question #252327 on Graphite: https://answers.launchpad.net/graphite/+question/252327 Personally I find that Launchpad Answers (Q&A) is the sole redeeming feature of the entire Launchpad service. That said, it's the sole remaining artifact of Graphite's existence on Launchpad. And frankly, w

Re: [Graphite-dev] [Question #252327]: Launchpad Answers, mailing list, or something else?

2014-07-28 Thread Jason Dixon
Question #252327 on Graphite changed: https://answers.launchpad.net/graphite/+question/252327 Status: Answered => Open Jason Dixon is still having a problem: That's one option. I'm not fond of SO as an official support channel since it requires that you login and browse, forum

Re: [Graphite-dev] [Question #251631]: Percentage of two series grouped by node

2014-07-29 Thread Jason Dixon
Question #251631 on Graphite changed: https://answers.launchpad.net/graphite/+question/251631 Jason Dixon posted a new comment: You probably want a combination of sortByMaxima() and limit(). There's also mostDeviant() but I don't think that's correct here. -- You receive

Re: [Graphite-dev] [Question #252364]: Graphite requests without timestamp

2014-07-29 Thread Jason Dixon
Question #252364 on Graphite changed: https://answers.launchpad.net/graphite/+question/252364 Status: Open => Answered Jason Dixon proposed the following answer: Hi Boris, The link you pasted is for the HostedGraphite service documentation. They are largely compatible with the Graph

Re: [Graphite-dev] [Question #251686]: WSP files not being created

2014-07-29 Thread Jason Dixon
Question #251686 on Graphite changed: https://answers.launchpad.net/graphite/+question/251686 Status: Open => Answered Jason Dixon proposed the following answer: Hi Colin, I haven't run Icinga2 myself, but it sounds like they've integrated Graphite in the product. That bein

Re: [Graphite-dev] [Question #244564]: carbon-cache/whisper stopped writing wsp files over NFS share

2014-07-29 Thread Jason Dixon
Question #244564 on Graphite changed: https://answers.launchpad.net/graphite/+question/244564 Jason Dixon posted a new comment: There are so many practices in this thread that I wouldn't recommend (non-inf cache size, running in a VM, writing to network storage) that I'm really having

Re: [Graphite-dev] [Question #251660]: Max response size for rendering events?

2014-07-29 Thread Jason Dixon
Question #251660 on Graphite changed: https://answers.launchpad.net/graphite/+question/251660 Status: Open => Needs information Jason Dixon requested more information: Hi Will, Have you looked through your webapp/exception.log? Tried enabling LOG_RENDERING_PERFORMANCE (local_settings

Re: [Graphite-dev] [Question #196588]: timestamps smaller than a second

2014-07-29 Thread Jason Dixon
Question #196588 on Graphite changed: https://answers.launchpad.net/graphite/+question/196588 Status: Open => Answered Jason Dixon proposed the following answer: Bevo, please confirm that this question has been answered or provide more information. Thanks, Jason -- You received t

Re: [Graphite-dev] [Question #236973]: Possible to always display time in 24h format in graph?

2014-07-29 Thread Jason Dixon
Question #236973 on Graphite changed: https://answers.launchpad.net/graphite/+question/236973 Status: Open => Answered Jason Dixon proposed the following answer: Hi Raimar, The issue that Dave linked (https://github.com/graphite-project /graphite-web/issues/188) is still open and you

Re: [Graphite-dev] [Question #252428]: Graphs are broken on 0.9.9

2014-07-30 Thread Jason Dixon
Question #252428 on Graphite changed: https://answers.launchpad.net/graphite/+question/252428 Status: Open => Answered Jason Dixon proposed the following answer: tl;dr - Upgrade to 0.9.12. You're on a very old, unsupported version of Graphite. There's so many good reasons to upg

Re: [Graphite-dev] [Question #252441]: Best option for getting "maxDataPoints"

2014-07-31 Thread Jason Dixon
Question #252441 on Graphite changed: https://answers.launchpad.net/graphite/+question/252441 Status: Open => Answered Jason Dixon proposed the following answer: If you'd prefer to stick with 0.9.x in production, I think the best steps are: 1) Upgrade to 0.9.12 (which you should do

Re: [Graphite-dev] [Question #252503]: Whisper filesystem path permissions flipping unknowingly

2014-08-01 Thread Jason Dixon
Question #252503 on Graphite changed: https://answers.launchpad.net/graphite/+question/252503 Status: Open => Answered Jason Dixon proposed the following answer: Something is changing your file permissions but it wouldn't be caused by Carbon. Some other process is mucking with yo

Re: [Graphite-dev] [Question #253141]: What is the use of relational database in Graphite when there is whisper database library?

2014-08-15 Thread Jason Dixon
Question #253141 on Graphite changed: https://answers.launchpad.net/graphite/+question/253141 Status: Open => Answered Jason Dixon proposed the following answer: The relational database is used to store user accounts and configuration/metadata for graphs and dashboards. It also stores eve

Re: [Graphite-dev] [Question #253344]: I want to provide a username and password to whisper directory

2014-08-20 Thread Jason Dixon
Question #253344 on Graphite changed: https://answers.launchpad.net/graphite/+question/253344 Status: Open => Answered Jason Dixon proposed the following answer: No, there is no authorization built into graphite-web for limiting access to specific metrics. Your best choice (short

Re: [Graphite-dev] [Question #253419]: Can't start carbon-cache.py

2014-08-21 Thread Jason Dixon
Question #253419 on Graphite changed: https://answers.launchpad.net/graphite/+question/253419 Status: Open => Answered Jason Dixon proposed the following answer: There appears to be a bug in master. You probably want to use 0.9.12 or install from the 0.9.x branch. https://github.

Re: [Graphite-dev] [Question #253432]: Multiple webapp-s render slow

2014-08-22 Thread Jason Dixon
Question #253432 on Graphite changed: https://answers.launchpad.net/graphite/+question/253432 Status: Open => Answered Jason Dixon proposed the following answer: There may be a bug affecting multiple webapps on a single node. Frankly, unless you're running some sort of unique confi

Re: [Graphite-dev] [Question #253462]: Missing whole metrics

2014-08-22 Thread Jason Dixon
Question #253462 on Graphite changed: https://answers.launchpad.net/graphite/+question/253462 Status: Open => Answered Jason Dixon proposed the following answer: Is it possible your MAX_CREATES_PER_MINUTE is too low? This would cause new metrics to be dropped until the next time they arr

Re: [Graphite-dev] [Question #253467]: "No Data" returned when requesting a time range newer than whisper file modification time

2014-08-22 Thread Jason Dixon
Question #253467 on Graphite changed: https://answers.launchpad.net/graphite/+question/253467 Status: Open => Needs information Jason Dixon requested more information: What happens if you try whisper-fetch.py instead? It definitely appears to be a bug but I'd like to isolate whet

Re: [Graphite-dev] [Question #253462]: Missing whole metrics

2014-08-22 Thread Jason Dixon
Question #253462 on Graphite changed: https://answers.launchpad.net/graphite/+question/253462 Jason Dixon requested more information: Anything relevant in your carbon-cache creates.log or console.log? -- You received this question notification because you are a member of graphite-dev, which is

Re: [Graphite-dev] [Question #253467]: "No Data" returned when requesting a time range newer than whisper file modification time

2014-08-22 Thread Jason Dixon
Question #253467 on Graphite changed: https://answers.launchpad.net/graphite/+question/253467 Jason Dixon requested more information: Did you run those against one of your older (pre-touch) files? -- You received this question notification because you are a member of graphite-dev, which is an

Re: [Graphite-dev] [Question #252441]: Best option for getting "maxDataPoints"

2014-08-22 Thread Jason Dixon
Question #252441 on Graphite changed: https://answers.launchpad.net/graphite/+question/252441 Jason Dixon posted a new comment: Please mark this question "solved" if that answered your question. Thanks, Jason -- You received this question notification because you are a member of gr

Re: [Graphite-dev] [Question #253462]: Missing whole metrics

2014-08-25 Thread Jason Dixon
Question #253462 on Graphite changed: https://answers.launchpad.net/graphite/+question/253462 Jason Dixon posted a new comment: Awesome, glad you were able to track it down! -- You received this question notification because you are a member of graphite-dev, which is an answer contact for

Re: [Graphite-dev] performance and compatibility: collectd vs. Sensu client

2014-08-28 Thread Jason Dixon
rin Andrei > http://florin.myip.org/ > > ___ > Mailing list: https://launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev &g

[Graphite-dev] [Question #253869]: Proposal to remove Graphlot

2014-08-31 Thread Jason Dixon
New question #253869 on Graphite: https://answers.launchpad.net/graphite/+question/253869 Once upon a time, Graphlot was merged into graphite-web because it provided a new way of looking at charts. Specifically, it offered an interactive legend as you hovered over the chart. Back in 2010 this wa

Re: [Graphite-dev] [Question #253869]: Proposal to remove Graphlot

2014-08-31 Thread Jason Dixon
Question #253869 on Graphite changed: https://answers.launchpad.net/graphite/+question/253869 Status: Open => Solved Jason Dixon confirmed that the question is solved: After overwhelming positive feedback (via Twitter and privately), I've submitted pull requests to remove Grap

Re: [Graphite-dev] [Question #254056]: Values of logarithmic y-axis on the wrong position

2014-09-04 Thread Jason Dixon
Question #254056 on Graphite changed: https://answers.launchpad.net/graphite/+question/254056 Status: Open => Answered Jason Dixon proposed the following answer: Yes, it appears that the values on the y-axis do not align properly with their grid lines. As a temporary "workaround&qu

Re: [Graphite-dev] [Question #254304]: Graphite problem with long values. I found them stored as decimal

2014-09-10 Thread Jason Dixon
Question #254304 on Graphite changed: https://answers.launchpad.net/graphite/+question/254304 Status: Open => Needs information Jason Dixon requested more information: What is your storage schema for this metric? -- You received this question notification because you are a member

Re: [Graphite-dev] [Question #254304]: Graphite problem with long values. I found them stored as decimal

2014-09-10 Thread Jason Dixon
Question #254304 on Graphite changed: https://answers.launchpad.net/graphite/+question/254304 Status: Open => Answered Jason Dixon proposed the following answer: Your highest precision retention should match your polling frequency. Because you have a 5s:5m retention level, many of y

Re: [Graphite-dev] [Question #254497]: Broken Image in Graphite Composer

2014-09-14 Thread Jason Dixon
Question #254497 on Graphite changed: https://answers.launchpad.net/graphite/+question/254497 Status: Open => Answered Jason Dixon proposed the following answer: You need Django 1.4 or newer. https://github.com/graphite-project/graphite-web/issues/650 -- You received this quest

Re: [Graphite-dev] [Question #254497]: Broken Image in Graphite Composer

2014-09-14 Thread Jason Dixon
Question #254497 on Graphite changed: https://answers.launchpad.net/graphite/+question/254497 Jason Dixon posted a new comment: Sure thing. Just a little tip for future Graphite problems -- if you get a backtrace like that you can generally find the answer by Googling the last line. In this case

Re: [Graphite-dev] [Question #254901]: Stats normalize to 0 or 1, maybe conditional

2014-09-23 Thread Jason Dixon
Question #254901 on Graphite changed: https://answers.launchpad.net/graphite/+question/254901 Status: Open => Answered Jason Dixon proposed the following answer: This is a bit of a hack, but you could do something like this: transformNull( offset( sc

Re: [Graphite-dev] [Question #254964]: Graphite data display delay

2014-10-03 Thread Jason Dixon
Question #254964 on Graphite changed: https://answers.launchpad.net/graphite/+question/254964 Jason Dixon posted a new comment: Here's a long-shot: are you using a single carbon-cache or multiple? If the latter, have you set CARBONLINK_HOSTS correctly in your local_settings.py? -- You rec

Re: [Graphite-dev] Howdy everyone

2014-10-06 Thread Jason Dixon
/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.launchpad.net/ListHelp -- Jason Dixon http://obfuscurity.com/ https://twitter.com/obfuscurity ___ Ma

Re: [Graphite-dev] Howdy everyone

2014-10-06 Thread Jason Dixon
all of the available backends? > > On Mon, Oct 6, 2014 at 3:44 PM, Jason Dixon wrote: > > You want to check out STORAGE_FINDERS: > > http://graphite.readthedocs.org/en/latest/storage-backends.html > > > > Jason > > > > On Mon, Oct 06, 2014 at 03:40:31PM -07

Re: [Graphite-dev] Howdy everyone

2014-10-06 Thread Jason Dixon
I don't think there are enough in-tree to warrant a list. Bruno may beg to differ. Jason On Mon, Oct 06, 2014 at 04:29:31PM -0700, Alex Newman wrote: > Would it be reasonable to make a webpage with a list of them? Any > objections to this? > > On Mon, Oct 6, 2014 at 4:27 PM, J

Re: [Graphite-dev] [Question #255583]: What happens to reporting applications if the carbon process dies?

2014-10-10 Thread Jason Dixon
___ > Mailing list: https://launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.launchpad.net/ListHelp -- Jason Dixon http://obfuscurity.com/ https://twitter.com/obfuscurity __

Re: [Graphite-dev] [Question #255583]: What happens to reporting applications if the carbon process dies?

2014-10-10 Thread Jason Dixon
Question #255583 on Graphite changed: https://answers.launchpad.net/graphite/+question/255583 Status: Open => Answered Jason Dixon proposed the following answer: It depends entirely on your application. This is why many people choose to run a statsd server. Not only does it perf

Re: [Graphite-dev] [Question #255724]: Graphite Webapp displays nothing

2014-10-14 Thread Jason Dixon
> Mailing list: https://launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.launchpad.net/ListHelp -- Jason Dixon http://obfuscurity.com/ https://twitter.c

Re: [Graphite-dev] [Question #255724]: Graphite Webapp displays nothing

2014-10-14 Thread Jason Dixon
Question #255724 on Graphite changed: https://answers.launchpad.net/graphite/+question/255724 Status: Open => Answered Jason Dixon proposed the following answer: Existing releases (<= 0.9.12) don't support Django 1.7. You'll either need to upgrade to the stable branch (0.

Re: [Graphite-dev] [Question #255654]: Is Ceres still maintained

2014-10-14 Thread Jason Dixon
Question #255654 on Graphite changed: https://answers.launchpad.net/graphite/+question/255654 Jason Dixon proposed the following answer: https://github.com/graphite-project/carbon/issues/312 -- You received this question notification because you are a member of graphite-dev, which is an answer

Re: [Graphite-dev] [Question #234011]: Initial Database Creation Fails

2014-10-29 Thread Jason Dixon
Question #234011 on Graphite changed: https://answers.launchpad.net/graphite/+question/234011 Jason Dixon posted a new comment: If you search for that last line "cannot import name python_2_unicode_compatible" you'll find reports of other users with that same error. It seems yo

Re: [Graphite-dev] [Question #256355]: Unable to create initial db (syncdb)

2014-10-29 Thread Jason Dixon
Question #256355 on Graphite changed: https://answers.launchpad.net/graphite/+question/256355 Status: Open => Answered Jason Dixon proposed the following answer: Please see my response to the question you just bumped moments ago. No need to open duplicate questions. -- You received t

Re: [Graphite-dev] [Question #256729]: Unable to create the initial db during graphite install

2014-11-03 Thread Jason Dixon
Question #256729 on Graphite changed: https://answers.launchpad.net/graphite/+question/256729 Status: Open => Answered Jason Dixon proposed the following answer: That last line tells you everything. Set your SECRET_KEY in local_settings.py. -- You received this question notificat

Re: [Graphite-dev] derivative() before sumSeries()

2014-11-03 Thread Jason Dixon
/launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.launchpad.net/ListHelp -- Jason Dixon http://obfuscurity.com/ https://twitter.com/obfuscurity ___

Re: [Graphite-dev] [Question #256837]: graphite is intermittently failing

2014-11-04 Thread Jason Dixon
Question #256837 on Graphite changed: https://answers.launchpad.net/graphite/+question/256837 Status: Open => Needs information Jason Dixon requested more information: Sorry, I'm not sure which Graphite + OpenTSDB integration you're referring to. Do you have a link? -- You

Re: [Graphite-dev] [Question #256837]: graphite is intermittently failing

2014-11-04 Thread Jason Dixon
Question #256837 on Graphite changed: https://answers.launchpad.net/graphite/+question/256837 Status: Open => Answered Jason Dixon proposed the following answer: I wish I could help you out, but that's a fork of graphite-web that's neither maintained nor supported by the Gra

Re: [Graphite-dev] [Question #257284]: Graphite roadmap/future

2014-11-10 Thread Jason Dixon
Question #257284 on Graphite changed: https://answers.launchpad.net/graphite/+question/257284 Status: Open => Answered Jason Dixon proposed the following answer: We're currently prepping for the next release, but it's certainly still under development. https://github.com/gra

Re: [Graphite-dev] [Question #258545]: Static[future time] and Realtime metrics

2014-12-02 Thread Jason Dixon
Question #258545 on Graphite changed: https://answers.launchpad.net/graphite/+question/258545 Status: Open => Answered Jason Dixon proposed the following answer: No, Graphite does not support future trending of datapoints. -- You received this question notification because you are a mem

Re: [Graphite-dev] [Question #260324]: Is there any way to change the graphite x axis to some other parameter?

2015-01-08 Thread Jason Dixon
Question #260324 on Graphite changed: https://answers.launchpad.net/graphite/+question/260324 Status: Open => Answered Jason Dixon proposed the following answer: There's no way to change the x-axis to a non-time value in the Graphite renderer. You'd have to pull the data out vi

Re: [Graphite-dev] [Question #260369]: Is there any way to change the graphite x axis to some other parameter?

2015-01-09 Thread Jason Dixon
Question #260369 on Graphite changed: https://answers.launchpad.net/graphite/+question/260369 Status: Open => Invalid Jason Dixon rejected the question: Already asked in https://answers.launchpad.net/graphite/+question/260324. -- You received this question notification because you ar

Re: [Graphite-dev] [Question #260370]: Is there any way to feed jenkins existing data to Graphite

2015-01-09 Thread Jason Dixon
Question #260370 on Graphite changed: https://answers.launchpad.net/graphite/+question/260370 Status: Open => Answered Jason Dixon proposed the following answer: There are plenty of results for "jenkins graphite" on Google. The first result would have given you what you're

Re: [Graphite-dev] [Question #260368]: Is there any way to feed jenkins existing data to Graphite

2015-01-09 Thread Jason Dixon
Question #260368 on Graphite changed: https://answers.launchpad.net/graphite/+question/260368 Status: Open => Invalid Jason Dixon rejected the question: Duplicate of https://answers.launchpad.net/graphite/+question/260370. -- You received this question notification because you are a mem

Re: [Graphite-dev] [Question #260408]: Vagrant VM is up, but there is no response on https://localhost:8443

2015-01-09 Thread Jason Dixon
Question #260408 on Graphite changed: https://answers.launchpad.net/graphite/+question/260408 Status: Open => Needs information Jason Dixon requested more information: You're not really giving us much to go on. What does the Vagrantfile look like? -- You received this question noti

Re: [Graphite-dev] [Question #260408]: Vagrant VM is up, but there is no response on https://localhost:8443

2015-01-09 Thread Jason Dixon
Question #260408 on Graphite changed: https://answers.launchpad.net/graphite/+question/260408 Status: Open => Answered Jason Dixon proposed the following answer: That's not the Vagrantfile that the install doc links to. The Vagrantfile in the graphite-web repo is not the same as th

Re: [Graphite-dev] [Question #260408]: Vagrant VM is up, but there is no response on https://localhost:8443

2015-01-09 Thread Jason Dixon
Question #260408 on Graphite changed: https://answers.launchpad.net/graphite/+question/260408 Jason Dixon proposed the following answer: I think that the doc is pretty straightforward as long as you follow the directions and not run off and run random stuff. ;-) If there were any improvements to

Re: [Graphite-dev] [Question #260408]: Vagrant VM is up, but there is no response on https://localhost:8443

2015-01-09 Thread Jason Dixon
Question #260408 on Graphite changed: https://answers.launchpad.net/graphite/+question/260408 Jason Dixon proposed the following answer: Per my recent comment on https://github.com/graphite-project/graphite- web/pull/1016, I've proposed removing that Vagrantfile from the graphite-web project

Re: [Graphite-dev] [Question #260408]: Vagrant VM is up, but there is no response on https://localhost:8443

2015-01-11 Thread Jason Dixon
Question #260408 on Graphite changed: https://answers.launchpad.net/graphite/+question/260408 Jason Dixon posted a new comment: FYI I've removed the Vagrantfile from the graphite-web repo. https://github.com/graphite-project/graphite-web/pull/1100 -- You received this question notific

Re: [Graphite-dev] [Question #260610]: How to use carbon-relay to replicate metrics across graphite clusters

2015-01-13 Thread Jason Dixon
Question #260610 on Graphite changed: https://answers.launchpad.net/graphite/+question/260610 Status: Open => Answered Jason Dixon proposed the following answer: If your goal is to replicate the full feed of inbound statsd metrics to *both* backend clusters, stop using RELAY_METHOD=ru

Re: [Graphite-dev] [Question #260784]: Can Graphite be used in low resolution time series?

2015-01-15 Thread Jason Dixon
Question #260784 on Graphite changed: https://answers.launchpad.net/graphite/+question/260784 Status: Open => Answered Jason Dixon proposed the following answer: You can do this but the timing might be weird. Better to probably do something like 1h:6y and set your xFilesFactor to

Re: [Graphite-dev] [Question #260784]: Can Graphite be used in low resolution time series?

2015-01-15 Thread Jason Dixon
Question #260784 on Graphite changed: https://answers.launchpad.net/graphite/+question/260784 Jason Dixon requested more information: Do you see any data with whisper-fetch.py? -- You received this question notification because you are a member of graphite-dev, which is an answer contact for

Re: [Graphite-dev] [Question #260784]: Can Graphite be used in low resolution time series?

2015-01-15 Thread Jason Dixon
Question #260784 on Graphite changed: https://answers.launchpad.net/graphite/+question/260784 Jason Dixon posted a new comment: By default it's installed at /usr/local/bin/whisper-fetch.py but it may differ on your system. -- You received this question notification because you are a memb

Re: [Graphite-dev] [Question #260784]: Can Graphite be used in low resolution time series?

2015-01-15 Thread Jason Dixon
Question #260784 on Graphite changed: https://answers.launchpad.net/graphite/+question/260784 Jason Dixon posted a new comment: The whisper file that you're trying to debug. -- You received this question notification because you are a member of graphite-dev, which is an answer contac

Re: [Graphite-dev] [Question #260784]: Can Graphite be used in low resolution time series?

2015-01-15 Thread Jason Dixon
Question #260784 on Graphite changed: https://answers.launchpad.net/graphite/+question/260784 Jason Dixon posted a new comment: Ok, so it seems to me like your data simply isn't being accepted. You need to troubleshoot that. -- You received this question notification because you are a memb

Re: [Graphite-dev] querying multiple backends at once, as if they were a single instance

2015-02-25 Thread Jason Dixon
> http://florin.myip.org/ > > ___ > Mailing list: https://launchpad.net/~graphite-dev > Post to : graphite-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~graphite-dev >

Re: [Graphite-dev] querying multiple backends at once, as if they were a single instance

2015-02-27 Thread Jason Dixon
backend1.www.tomcat5.os.cpu.total.user > > ...return CPU usage on tomcat5 in backend1? > > And will this path... > > backend2.www.tomcat5.os.cpu.total.user > > ...return CPU usage on tomcat5 in backend2? > > > > On 2015-02-25 18:49, Jason Dixon wrote: > >

Re: [Graphite-dev] querying multiple backends at once, as if they were a single instance

2015-02-27 Thread Jason Dixon
r I could make it work in a human-friendly way. > > I feel this should be a common issue, so I'm puzzled by the scarcity > of info in this field. If I make it work in the end, I'll write a > big, detailed document and post it online - hopefully it will help > others in my

Re: [Graphite-dev] [Question #263195]: How to config custom location for rendering/cache/info/exception logs

2015-03-04 Thread Jason Dixon
Question #263195 on Graphite changed: https://answers.launchpad.net/graphite/+question/263195 Status: Open => Answered Jason Dixon proposed the following answer: The easiest way is to just move the files and symlink them. The LOG_DIR environment variable can also be set for both (or eit

Re: [Graphite-dev] [Question #263285]: carbon-aggregator latest partial datapoint

2015-03-06 Thread Jason Dixon
Question #263285 on Graphite changed: https://answers.launchpad.net/graphite/+question/263285 Status: Open => Answered Jason Dixon proposed the following answer: As discussed in IRC, I think this is related to either (or both) the fact that you're on a very old version (0.9.10)

Re: [Graphite-dev] [Question #263880]: Graphite to monitor a linux cluster.

2015-03-19 Thread Jason Dixon
Question #263880 on Graphite changed: https://answers.launchpad.net/graphite/+question/263880 Status: Open => Answered Jason Dixon proposed the following answer: Graphite is a time-series storage and visualization "engine", it's not a collection agent. You'll want a de

Re: [Graphite-dev] [Question #264077]: Silent Installation.

2015-03-23 Thread Jason Dixon
Question #264077 on Graphite changed: https://answers.launchpad.net/graphite/+question/264077 Status: Open => Answered Jason Dixon proposed the following answer: You can always redirect the output to /dev/null. I suspect you really mean in an automated fashion (non-interactively), in wh

Re: [Graphite-dev] [Question #263940]: How to begin debugging error in relay console: twisted.internet.defer.AlreadyCalledError

2015-03-23 Thread Jason Dixon
Question #263940 on Graphite changed: https://answers.launchpad.net/graphite/+question/263940 Jason Dixon posted a new comment: Without having dug into your issue, can you elaborate on what you consider a "bad process"? carbon-cache will still need to flush its in- memory data to disk o

Re: [Graphite-dev] [Question #267173]: how do you pick the exact mach

2015-05-21 Thread Jason Dixon
Question #267173 on Graphite changed: https://answers.launchpad.net/graphite/+question/267173 Status: Open => Answered Jason Dixon proposed the following answer: I forget if the regex supports this, but have you tried using the $ anchor at the end of each string? Jason -- You recei

Re: [Graphite-dev] [Question #267520]: Distributing Graphite

2015-05-28 Thread Jason Dixon
Question #267520 on Graphite changed: https://answers.launchpad.net/graphite/+question/267520 Status: Open => Answered Jason Dixon proposed the following answer: Check out the Synthesize project. There are install and uninstall scripts as well as a Vagrant image. Use it as is or study it

Re: [Graphite-dev] [Question #267910]: alternate backend storage

2015-06-08 Thread Jason Dixon
Question #267910 on Graphite changed: https://answers.launchpad.net/graphite/+question/267910 Jason Dixon posted a new comment: Sure, if you like a TSDB that changes its clustering design every 3 months. *cough* -- You received this question notification because you are a member of graphite-dev

Re: [Graphite-dev] [Question #267910]: alternate backend storage

2015-06-08 Thread Jason Dixon
Question #267910 on Graphite changed: https://answers.launchpad.net/graphite/+question/267910 Jason Dixon posted a new comment: I love (sarcastic) theoretical discussions like this which completely overlook the fact that numerous companies use Graphite at significant scale in production. -- You

Re: [Graphite-dev] [Question #267910]: alternate backend storage

2015-06-08 Thread Jason Dixon
Question #267910 on Graphite changed: https://answers.launchpad.net/graphite/+question/267910 Jason Dixon posted a new comment: Not at all, it was my own personal observation / frustration towards the community at large that want a magic pill for time-series storage. This thread just seemed like

Re: [Graphite-dev] [Question #246825]: Graphite Web App and carbon-cache throwing exception upon cache query

2015-06-24 Thread Jason Dixon
Question #246825 on Graphite changed: https://answers.launchpad.net/graphite/+question/246825 Jason Dixon posted a new comment: Sounds like https://bugs.launchpad.net/txamqp/+bug/741147. Try using a version of txAMQP from pip instead of the distro's version. Jason -- You received this que

Re: [Graphite-dev] [Question #268541]: Convert .wsp file to csv or txt

2015-06-25 Thread Jason Dixon
Question #268541 on Graphite changed: https://answers.launchpad.net/graphite/+question/268541 Status: Open => Answered Jason Dixon proposed the following answer: Not natively to Whisper, but the Graphite API supports csv output so you could do something like this: $ curl "http://1

Re: [Graphite-dev] [Question #268541]: Convert .wsp file to csv or txt

2015-06-25 Thread Jason Dixon
Question #268541 on Graphite changed: https://answers.launchpad.net/graphite/+question/268541 Status: Open => Answered Jason Dixon proposed the following answer: You could write something yourself that uses the Whisper library to read and then write it out to csv. But no, if you're

Re: [Graphite-dev] [Question #268613]: Graphing movingAverage for only existing (not None\Null) data

2015-06-28 Thread Jason Dixon
Question #268613 on Graphite changed: https://answers.launchpad.net/graphite/+question/268613 Status: Open => Answered Jason Dixon proposed the following answer: You could use a combination of transformNull() to convert your Nulls to a value (e.g. -1) which could then be filtered out m

  1   2   3   >