Skip to content

Commit

Permalink
chore: add link to configuration structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed Aug 16, 2024
1 parent 1ab2d29 commit f7fff37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ It allows you to define your own metric names and your own prometheus queries as
You can use [shields.io](https://shields.io) and use either the [Dynamic JSON Badge](https://shields.io/badges/dynamic-json-badge) or the [Endpoint Badge](https://shields.io/badges/endpoint-badge) and add dynamic coloring with ranges you set.

[Config Example](./config.yaml.example)
[Configuration Structure](./cmd/kromgo/init/configuration/configuration.go)

- Reads configuration file from `/kromgo/config.yaml`
- Requires `PROMETHEUS_URL` be set in ENV.
- Optional `PORT` to change server port.
- Optional `SERVER_PORT` to change server port.

## Performance

Expand Down

0 comments on commit f7fff37

Please sign in to comment.