GCPlot / gcplot

📈 GCPlot - all-in-one JVM GC Logs Analyzer (Server)
https://gcplot.com
Apache License 2.0
176 stars 38 forks source link

gs.gcplot.com down? #10

Closed naiduarvind closed 5 years ago

naiduarvind commented 5 years ago

Hi all,

I just setup a local GSPlot platform and setup the gcpc connector on my server where my JVM is running.

However, upon starting I am hitting into this issue as shown from gcpc's log whereby the gs.gsplot.com URL is unknown.

Screenshot 2019-04-08 at 4 21 43 PM

Hitting the browser with this url https://gs.gcplot.com also yields the same result.

Screenshot 2019-04-08 at 4 23 25 PM

Was there a change in the URL for the API server? I tried looking up subdomains but didn't see an entry for gs.gcplot.com as well.

Thanks.

dmart28 commented 5 years ago

Hi @naiduarvind !

Nevermind my previous comment, it was a mistake. Currently, gcpc util is out of support, since the gcplot went open source and I don't have free resources to make it work with Docker container.

naiduarvind commented 5 years ago

@dmart28 -- would it work if I spun up gcplot server and change the API endpoint to my own?

dmart28 commented 5 years ago

Yes, you actually need reconfigure your gcpc instance to use your local S3 bucket, as well as configure GCPlot to use your bucket. Check:

naiduarvind commented 5 years ago

Thanks @dmart28. Will close this issue now.