Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Apr 14, 2022
1 parent f69f658 commit dd584fc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Use the [public client](https://view.cloki.org) _(no data goes through the serve
- ``PORT`` default: ``8080``
- ``API_URL`` default: ``http://localhost:3100``

##### Example
```bash
~/$ HOST=localhost PORT=8080 API_URL=http://cloki-host:3100 npm start
```
Expand All @@ -40,13 +41,13 @@ cLoki-view can be controlled through URL parameters

| param | description | |
|-------|-------------|---------|
| apiUrl | LogQL API URL | http://localhost:3100 |
| query | LogQL query | |
| from | timestamp Ns | |
| to | timestamp Ns | |
| limit | query limit | |
| step | query step | |
| isEmbed | embed mode | false |
| `apiUrl` | _LogQL API URL_ | http://localhost:3100 |
| `query` | _LogQL query_ | |
| `from` | _timestamp Ns_ | |
| `to` | _timestamp Ns_ | |
| `limit` | _query limit_ | |
| `step` | _query step_ | |
| `isEmbed` | _embed mode_ | false |


------------
Expand Down

0 comments on commit dd584fc

Please sign in to comment.