8000 GitHub - rfratto/promkv: What if you could store arbitrary data in Prometheus?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rfratto/promkv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

promkv

promkv is a joke key-value store backed by Prometheus.

Key-value pairs are stored as three different time series:

  • promkv_file_timestamp_seconds: The timestamp where the most recent write of the key-value pair starts.
  • promkv_file_size_bytes: The size of the most recent write, in bytes.
  • promkv_file_content: The content of the most recent write. Each byte of the value is uploaded as a different sample one second apart.

The name of the key is stored as the key label.

Do not use this in production; promkv is almost guaranteed to do something wrong and will probably lose data.

About

What if you could store arbitrary data in Prometheus?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0