Skip to content

Commit 20ea1d1

Browse files
authored
Fix typo in application.conf comment (#5576)
Correct 'kamon.prometehus' to 'kamon.prometheus' in the HOCON comment. The actual config block name is 'prometheus'. Signed-off-by: Shion Ichikawa <shion1305@gmail.com>
1 parent 54cda89 commit 20ea1d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/scala/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ whisk {
321321
# Sets the maximum number of retries in the case where the request fails
322322
# because the service has applied rate limiting on the client.
323323

324-
# If this value is changed then adjust the buckets under `kamon.prometehus`
324+
# If this value is changed then adjust the buckets under `kamon.prometheus`
325325
max-retry-attempts-on-throttled-requests = 9
326326

327327
# Sets the maximum retry time

0 commit comments

Comments
 (0)