Fernando Alonso
Fernando Alonso
I have the same configuration and issue, with Grafana+nginx+graphite-api+go-carbon, still not sure if it's caused by the fact I'm using go-carbon, the error log is on graphite-api: $ curl "http://192.168.1.104:8899/render?target=sumSeries(ch-*.online_count)"...
Mine is: ``` whisper: directories: - /var/lib/graphite/whisper carbon: hosts: - 127.0.0.1:7002 allowed_origins: - 192.168.1.81:3000 finders: - graphite_api.finders.whisper.WhisperFinder functions: - graphite_api.functions.SeriesFunctions - graphite_api.functions.PieFunctions ```
Sorry @dhendo just to catch up, I don't understand what has to be working on the master branch. I still have the issue with libQtWebKit.a, and libfontconfig is missing too....
Great @dhendo, thanks! I will try it ;)
@alexanderververis I was all yesterday's afternoon and night trying to link it, now I want to finish that haha ! anyway, thank you too
Excuse me guys, I couldn't manage to correctly make dealer sends to a pull socket (I'm still quite new to Erlang), would you give me a clue on how to...
Thanks for the hint Pieter! my problem was on understanding the way to send multiple frames on the ezmq:send/2 function. I got it, and now I'm using a combination of...
:+1: to merging this! It helped me a lot, thank you!
Thanks @xgamen, it helped me a lot! I leave an example of using this in a query: local object_id = require "resty.mongol.object_id" r = col:find_one({_id = object_id.new(convertHexStringToNormal("53c24a247661670d08000000"))})
I will check it, during weekend maybe, and try to fix it... Yes I'm sure its a compatibility issue.