Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ref] Go projects contains time series related code #1

Open
19 tasks
at15 opened this issue Dec 28, 2017 · 0 comments
Open
19 tasks

[ref] Go projects contains time series related code #1

at15 opened this issue Dec 28, 2017 · 0 comments
Assignees
Milestone

Comments

@at15
Copy link
Member

at15 commented Dec 28, 2017

The main purpose is to find how they represent series in go, i.e. a slice of struct{t, v} or a struct{[]t, []v} of slice.

https://godoc.org/?q=timeseries is my good friend /w\

TSDB

TSDB Proxy

Metrics (a lot of them support reporting to tsdb directly)

Monitor

Go (the language itself)

Non Go

@at15 at15 self-assigned this Dec 28, 2017
@at15 at15 added this to the 0.0.1 milestone Dec 28, 2017
at15 added a commit that referenced this issue Feb 12, 2018
- for #1 data models
- `point` is the result of parsing a single line protocol
- when store, key is name + tags + field, value is ts + value
(int|float|bool|string), values are compressed, ts and value does not
mix togehter when compress, i.e. compress([]ts), compress([]int)
at15 added a commit that referenced this issue Feb 14, 2018
- for most storage, it just use json ...
- for influxdb, it use influxdb.Point
- [ ] TODO: k8s heapster is using cadvisor, but it seems has its own
sink for exporting metrics
- prometheus metrics is exported
@at15 at15 modified the milestones: 0.0.1, future Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant