Commit bbac27bc authored by lucperkins's avatar lucperkins

Modify sample definition

Signed-off-by: 's avatarlucperkins <lucperkins@gmail.com>
parent db88b605
...@@ -110,10 +110,9 @@ A remote write endpoint is what Prometheus talks to when doing a remote write. ...@@ -110,10 +110,9 @@ A remote write endpoint is what Prometheus talks to when doing a remote write.
### Sample ### Sample
A sample is the smallest unit of time series data in Prometheus. Each sample consists of: A sample is a single value at a point in time in a time series.
* A float64 value In Prometheus, each sample consists of a float64 representing some metric and a millisecond-precision timestamp.
* A millisecond-precision timestamp
### Silence ### Silence
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment