Skip to content

Fix typo in application.conf comment#5576

Merged
dgrove-oss merged 1 commit intoapache:masterfrom
Shion1305:shion/fix-prometheus-typo-comment
May 7, 2026
Merged

Fix typo in application.conf comment#5576
dgrove-oss merged 1 commit intoapache:masterfrom
Shion1305:shion/fix-prometheus-typo-comment

Conversation

@Shion1305
Copy link
Copy Markdown
Contributor

Description

Fixes a single-character typo in a HOCON comment in common/scala/src/main/resources/application.conf: kamon.prometehus -> kamon.prometheus. The actual config block (line 96) is named prometheus, so the comment reference is now consistent with the real path. Comment-only change, no behavior impact.

Related issue and scope

  • I opened an issue to propose and discuss this change (#????)

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

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>
Copy link
Copy Markdown
Member

@dgrove-oss dgrove-oss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dgrove-oss dgrove-oss merged commit 20ea1d1 into apache:master May 7, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants