Skip to content

Commit

Permalink
feat: fix metrics readme
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Sep 11, 2023
1 parent 03bc5bc commit ff50fa5
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions service/httpreadme_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,21 @@ func ExampleNewHTTPReadme() {
//
// List of all accessed environment variables.
//
// | Key | Type | Required | Default |
// | ------------------------- | -------- | -------- | ------- |
// | `EXAMPLE_BOOL` | `bool` | | |
// | `EXAMPLE_REQUIRED_BOOL` | `bool` | | |
// | `EXAMPLE_REQUIRED_BOOL` | `bool` | `true` | |
// | `EXAMPLE_REQUIRED_STRING` | `string` | | |
// | `EXAMPLE_REQUIRED_STRING` | `string` | `true` | |
// | `EXAMPLE_STRING` | `string` | | `demo` |
// | `LOG_DISABLE_CALLER` | `bool` | | |
// | `LOG_DISABLE_STACKTRACE` | `bool` | | |
// | `LOG_ENCODING` | `string` | | `json` |
// | `LOG_LEVEL` | `string` | | `info` |
// | `LOG_MODE` | `string` | | `prod` |
// | Key | Type | Required | Default |
// | ------------------------- | -------- | -------- | --------- |
// | `EXAMPLE_BOOL` | `bool` | | |
// | `EXAMPLE_REQUIRED_BOOL` | `bool` | | |
// | `EXAMPLE_REQUIRED_BOOL` | `bool` | `true` | |
// | `EXAMPLE_REQUIRED_STRING` | `string` | | |
// | `EXAMPLE_REQUIRED_STRING` | `string` | `true` | |
// | `EXAMPLE_STRING` | `string` | | `demo` |
// | `LOG_DISABLE_CALLER` | `bool` | | |
// | `LOG_DISABLE_STACKTRACE` | `bool` | | |
// | `LOG_ENCODING` | `string` | | `json` |
// | `LOG_LEVEL` | `string` | | `info` |
// | `LOG_MODE` | `string` | | `prod` |
// | `OTEL_ENABLED` | `bool` | | |
// | `OTEL_SERVICE_NAME` | `string` | | `service` |
//
// ### Config
//
Expand Down

0 comments on commit ff50fa5

Please sign in to comment.