Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix example in sql_schema.md
Browse files Browse the repository at this point in the history
Use more realistic numbers
  • Loading branch information
cevian committed Apr 28, 2020
1 parent ebbf824 commit c28ebeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sql_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ Example:
```
id | metric_name | table_name | retention_period | chunk_interval | label_keys | size | compression_ratio | total_chunks | compressed_chunks
----+-------------+------------+------------------+----------------+-----------------------------------+-------+-------------------------+--------------+-------------------
2 | cpu_usage | cpu_usage | 90 days | 08:00:00 | {__name__,namespace,new_tag,node} | 48 kB | 20.00000000000000000000 | 1 | 1
1 | cpu_total | cpu_total | 90 days | 08:00:00 | {__name__,namespace,node} | 48 kB | 20.00000000000000000000 | 1 | 1
2 | cpu_usage | cpu_usage | 90 days | 08:00:00 | {__name__,namespace,new_tag,node} | 48 kB | 95.00000000000000000000 | 1 | 1
1 | cpu_total | cpu_total | 90 days | 08:00:00 | {__name__,namespace,node} | 48 kB | 96.00000000000000000000 | 1 | 1
```

Information about labels is available in the `prom_info.label` view which has
Expand Down

0 comments on commit c28ebeb

Please sign in to comment.