Skip to content

Commit

Permalink
fix: split code and output in README (GreptimeTeam#549)
Browse files Browse the repository at this point in the history
killme2008 authored Nov 17, 2022
1 parent 8faa6b0 commit 73e6e2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -114,7 +114,10 @@ about Kubernetes deployment, check our [docs](https://docs.greptime.com/).
4. Query the data:

```SQL
mysql> SELECT * FROM monitor;
SELECT * FROM monitor;
```

```TEXT
+-------+---------------------+------+--------+
| host | ts | cpu | memory |
+-------+---------------------+------+--------+

0 comments on commit 73e6e2e

Please sign in to comment.