Skip to content

Commit

Permalink
Add client and example package to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Phan Le <[email protected]>
  • Loading branch information
PhanLe1010 authored and yasker committed May 17, 2021
1 parent 629f556 commit 17236eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ By default, Upgrade Responder only groups data by `appVersion` field and creates
If you add extra fields and want to display statical information for those fields, there are extra steps you need to follow to setup InfluxDB and Grafana.
See [Add kubernetesVersion extra field](#add-kubernetesVersion-extra-field) for an example of how to add an extra field.

#### Go client
If your application is written in Golang, you can import our provided [client package](./client) and use it to save time writing code.
See our [example](./example) for how to use the client package.


## References

### Response JSON config example
Expand Down

0 comments on commit 17236eb

Please sign in to comment.