This is an automated email from the ASF dual-hosted git repository.

dgrove-oss pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 20ea1d12f Fix typo in application.conf comment (#5576)
20ea1d12f is described below

commit 20ea1d12f0ed0077f7638cc87a9ca7297e698a17
Author: Shion Ichikawa <[email protected]>
AuthorDate: Thu May 7 23:42:56 2026 +0900

    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 <[email protected]>
---
 common/scala/src/main/resources/application.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/src/main/resources/application.conf 
b/common/scala/src/main/resources/application.conf
index 81682b1c4..f779f20e4 100644
--- a/common/scala/src/main/resources/application.conf
+++ b/common/scala/src/main/resources/application.conf
@@ -321,7 +321,7 @@ whisk {
                 # Sets the maximum number of retries in the case where the 
request fails
                 # because the service has applied rate limiting on the client.
 
-                # If this value is changed then adjust the buckets under 
`kamon.prometehus`
+                # If this value is changed then adjust the buckets under 
`kamon.prometheus`
                 max-retry-attempts-on-throttled-requests = 9
 
                 # Sets the maximum retry time

Reply via email to