Configure kairosdb with graphite - graphite

The graphite document says we can use the kairosdb for storing metrics but I could not find a clear guide on how to configure graphite to pull data from kairosdb. I chose kairos DB because it supports REST API to publish data. Could someone help by pointing to any resource which talks about configuring graphite to use kairosdb? Thanks in advance.

I think I got it figured it out. To plug a different datasource other than Whisper, we need a finder plugin as documented here and the Kairosdb plugin is here.

Related

Appsmith AWS Dynamo Plugin query

Anyone here using Appsmith open source here: https://github.com/appsmithorg/appsmith
I have an issue with DynamoDb Plugin.
If anyone worked with Dynamodb in Appsmith, can you guys please show me a simple query that I can put into appsmith query editor and run it correctly? Cause they don't have documents yet.
I saw the DynamoDB Documents in AWS, but don't know how to write it in Appsmith.
Thank guys.
Update:
The documentation change has been merged and it is now available at: https://docs.appsmith.com/datasource-reference/querying-dynamodb
--
A pull request has been raised to add the documentation for DynamoDB plugin. If everything goes well, it should be available in a week or so. I will update after the pull request has been merged. After the merge it will be available on Appsmith's documentation site.
Appsmith also has a very active Discord channel where you can ask questions and get resolution super fast. Apart from this please feel free to initiate a Github discussion or send an email to support#appsmith.com

_satellite.Logger.getHistory() is there similar command for adobe launch?

I need to see all rules fired on the page. Earlier I was using "_satellite.Logger.getHistory()" from console to get all rules but it doesn't seem working anymore with Adobe Launch product. Appreciate your help.
https://forums.adobe.com/thread/2473084
thanks,
Raj
No, but an API is available to collect similar information. See https://medium.com/launch-by-adobe/launch-library-monitoring-hooks-8495dd91b57. Note that these APIs are for debugging purposes only; you shouldn't use them in production code.

Posting graphite events to Hosted Graphite

I'm using Hosted Graphite and trying to add deploy events to my grafana dashboard. I first attempted to use the method described here.
The metric is added to graphite with a simple line at the end of the deploy script:
echo "$HOSTEDGRAPHITE_API_KEY.events.$ENVIRONMENT.api.deploy 1" \
| nc -uw0 carbon.hostedgraphite.com 2003
I can show those data points in a simple graph, but using the annotations feature with the "regular metric query" doesn't seem to be adding anything to the graphs.
I'm more interested in using real events, based on: http://obfuscurity.com/2014/01/Graphite-Tip-A-Better-Way-to-Store-Events. This should allow us to tag the event with, for example, the commit hash or git tag. Unfortunately, I can't find anything in the Hosted Graphite documentation about how to get these data into graphite. I also can't find anything about it in the graphite docs.
Despite the lack of docs, I tried posting to a few endpoints, just hoping to get lucky. All of these returned 404:
https://${HOSTEDGRAPHITE_API_KEY}#www.hostedgraphite.com/api/v1/events
https://${HOSTEDGRAPHITE_API_KEY}#www.hostedgraphite.com/api/v1/sink/events
https://${HOSTEDGRAPHITE_API_KEY}#www.hostedgraphite.com/XXXXXX/graphite/events
where XXXXXX is the path prefix I have when accessing the graphite dashboard at /XXXXXX/graphite/dashboard.
I also tried contacting Hosted Graphite support but the "Support" link seems to go nowhere.
Hosted Graphite employee here.
UPDATE: We support Graphite Events and Annotations now: http://docs.hostedgraphite.com/advanced/annotations-and-events.html
We don't currently support events, but it is in development.
This is the reason there is no mention of this functionality in our documentation.
We do support annotations based on metrics.
Which support link didn't work for you? I'll get that fixed :)
You can email us at support+so# or on twitter, as you already discovered.
I'm sorry I don't have a better solution to tagging deploys right now ( it's something we want to be able to do too) but it should be available soon.
Please get in touch via email if there's anything else we can help with.
e
EDIT: We're using Intercom for support, do you have something like noscript/disconnect that might stop that from working?

RETS MLS Search

How to get data from RETS service?
I want to integrate services in ASP.Net.. is there any sdk available for it?
http://matrixrets.abor.com/rets/search.ashx?Class=ResidentialProperty&SearchType=PropertyQueryType=DMQL2&%20Format=COMPACT&StandardNames=1&Query=(ST=|ACT,SOLD)&Count=2
Above is my service query I am trying and I tried lots of other parameters but always setting some error code every time.
For ASP.Net if any dll who works with RETS or any better document on it how search query should be written it would be helpful.
The MLS "system" is very much "local" and as I discovered myself, a shambles with no agreed standard. When you say local, where are you talking about? In California, you can use the ezRETS ODBC driver:
http://www.crt.realtors.org/projects/rets/ezrets/
Check out the CRT Center for Realtor Technology:
http://www.crt.realtors.org/
MLS IDX Feed Data Download API Available
http://www.reso.org/developer-resources
You can setup in ASP.NET,Java,PHP
Suggestion use PHRETS API for IDX better way to implement easy
More detail we can discuss skype :shailesh.makwana990

how does one add a subscription to a folder on Google Reader procedurally (thru the API)?

I want to manage a Google Reader "folder" of feeds that I can add and subtract feeds to programatically. I presume that's possible but I can't seem to find any API documentation on that subject. Any advice?
thx
The public API isn't available yet unfortunately... I am eagerly awaiting it myself.
I know there is an unofficial version documented but it is outdated anyways.

Resources