Skip to content

Tags: xephonhq/xephon-k

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #70 from xephonhq/0.3.0/init-refactor

[Partial] Document refactor plan

It's been another year, but finally ...

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #68 from xephonhq/client/grpc/copy-libtsdb-go

[client][grpc] Copy client code from libtsdb-go

v0.1.0

Toggle v0.1.0's commit message
[doc] Use float64 for CPU stats for easy serial

- data from `/proc/stat` should be uint64 instead of float64, but
since most tsdb supports float64, using float64 directly does not
require the explict conversion when serialize into different formats
(mostly JSON except for InfluxDB in current benchmarks)

v0.0.3

Toggle v0.0.3's commit message
[doc] Fix #52 revert b4f10e7

- should use IDE refactor carefully ....

v0.0.2

Toggle v0.0.2's commit message
[ui] Add single static graph #19

- able to graph collector's data ... in straight line, it seems the
collector is returning wrong value, even I run some CPU intensive
program, it is just a straight line
- also without aggregation, even sample at a rate of 1 second, it would
have 300 points in 5 minutes, making the graph hard to read

v0.0.1

Toggle v0.0.1's commit message
[collector] Add KairosDB and InfluxDB support #23

- most code are directly copy and pasted from the `bench` package
- the graph in KairosDB is pretty strange, don't know if it's the
collector's problem, or it is my system is too stable than cut the
float number into int result in a straight line