Skip to content

Commit

Permalink
attempt fixing table format - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Gupta committed Feb 11, 2019
1 parent c50f7f8 commit 41c02f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONCEPTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ A time series is a sequence of timestamp and numeric-value pairs where consecuti
The values in a timeseries can be sparse i.e., there could be discontinuity in the sequence of timestamp-value pairs. An example of this could be number of errors. An application might not generate errors during most time-intervals but might do so for some. As a result, values would only show up for intervals when errors were recorded.

`metric name: webserver.errors`

| timestamp | value |
| --- | --- |
| ---: | ---: |
| 12:00 | 5 |
| 12:01 | 3 |
| 12:05 | 4 |
Expand Down

0 comments on commit 41c02f9

Please sign in to comment.