-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config for the metrics/stats id until there is a good way to read it
- Loading branch information
1 parent
824db1e
commit 2b39a98
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Whether to throw exceptions when accessing methods that aren't supported | ||
# Setting this to false makes them return sensible values but they might not be correct | ||
throw-unsupported-exception = true | ||
throw-unsupported-exception = true | ||
|
||
# The stats/metrics ID of this proxy, ideally the same as in the velocity.toml | ||
stats-id = "" |