Greg Jacobs

Results 10 comments of Greg Jacobs

Seeing same issue with built deb as an FYI - from ```error in 'Version' field string 'v1.2.0': version number does not start with digit``` Reproduced on ubuntu version ``` /tmp#...

There are two reasons why gor won't work with ES versions 6 and above as an FYI * newer versions require clients set `Content-Header` to declare the content type is...

Also ran into this, reverted back to 0.4.2 to unblock for now. Observed that the graphite-exporter returns HTTP/500's ![image](https://user-images.githubusercontent.com/42047335/54042251-ab38bc00-4197-11e9-9fee-68d3a00776e6.png) and the following errors observed by directly curling the exporter as...

Further update from my own testing / findings to date: * Using 0.5.0 results in no data returned once snags are hit, reverting to 0.4.2 allows partial data flow as...

As you perform the deduplicate loop, can you look at the age of the entry vs what is already staged for passing into the Prometheus client exporter duplicate name wise?...

In our case we're receiving data from field devices in part, which have sporadic connectivity. Think of it as a IoT type use case in part. So we're getting a...

So just to close out, we did much more investigation on our end and found that several origin data points graphite data was being 'duplicated' for prior teams convenience in...

There are several key problems from looking over things and testing on a larger AWS deployments - Larger DNS hostedzones and low intervals often hit API transaction limits within AWS....

I placed mine behind an HTTP proxy, only allow HTTP GET, drop PUT, POST and DELETE methods. You can search these forums for examples. Someone could still do something bad...