Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Dec 18, 2024
1 parent ee33ba1 commit 35c6ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ServerMappedConfigSourceInitializerTest {
new ConfigMapping("server.maxMessageSizeBytes", "SERVER_MAX_MESSAGE_SIZE_BYTES"),
new ConfigMapping("server.port", "SERVER_PORT"),

// Prometheus Config (external)
// Prometheus Config (externally managed, but we need this mapping)
new ConfigMapping("prometheus.endpointEnabled", "PROMETHEUS_ENDPOINT_ENABLED"),
new ConfigMapping("prometheus.endpointPortNumber", "PROMETHEUS_ENDPOINT_PORT_NUMBER")
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SimulatorMappedConfigSourceInitializerTest {
new ConfigMapping("generator.startBlockNumber", "GENERATOR_START_BLOCK_NUMBER"),
new ConfigMapping("generator.endBlockNumber", "GENERATOR_END_BLOCK_NUMBER"),

// Prometheus configuration
// Prometheus configuration (externally managed, but we need this mapping)
new ConfigMapping("prometheus.endpointEnabled", "PROMETHEUS_ENDPOINT_ENABLED"),
new ConfigMapping("prometheus.endpointPortNumber", "PROMETHEUS_ENDPOINT_PORT_NUMBER")
};
Expand Down

0 comments on commit 35c6ee6

Please sign in to comment.