Alexey Zilber
Alexey Zilber
I would love to know the answer to that as well @ShadowApex....
Having the same issue using with go and vgo. $ go fmt go: downloading gopkg.in/mattn/go-colorable.v0 v0.1.2 go: downloading gopkg.in/mattn/go-isatty.v0 v0.0.8 build consultent/noodle-node: cannot find module for path gopkg.in/mattn/go-colorable.v0 I'm not...
I just noticed that this was in fact referenced here: https://github.com/mattn/go-colorable/issues/35#issuecomment-475087996
How about just running this on your PC?
Very strange, the exponential data seems to come and go from the report_by_status table. For the other tables it's still there.... ``` MariaDB [pinba]> select * FROM report_by_status limit 10;...
I used the master branch of pinba_extension compiled as a module for php 5.2.10. Also, used master branch of pinba_engine. I also have a tcpdump from port 30002. I can...
I'm also using MariaDB 10.0.12 for the db. I ran the php code... output seems fine: ``` | 5 | 0.00558036 | 0.026292 | 0.00556847 | 0.0000293437 | 0 |...
I just rebuilt pinba_engine with the latest MariaDB 10.0.13. It's fresh data, and it's happening again. I'm thinking the issue is with the extension. We need to limit the size...
You should install via RVM.
mysqldump pinba > pinba.sql mysql pinba < pinba.sql The doesn't work.