daml/ledger/participant-integration-api
Samir Talwar ea28f2d77a
Sandbox: More rigorous parsing for metrics reporters. (#7060)
* sandbox-common: Add tests for parsing the metrics reporter CLI args.

* participant-integration-api: Remove unused MetricsReporter stuff.

* sandbox-common: More rigorous parsing for metrics reporters.

This avoids the issue where a previously-valid value such as
"graphite:server:1234" fails with a cryptic error message:
"hostname can't be null".

CHANGELOG_BEGIN
- [Sandbox] Improved the error message when providing an invalid metric
  reporter as a command line argument. Now the error message always
  shows the correct syntax.
CHANGELOG_END

* participant-integration-api: Add cause to metrics reporter parse error.
2020-08-14 09:29:33 +00:00
..
src Sandbox: More rigorous parsing for metrics reporters. (#7060) 2020-08-14 09:29:33 +00:00
BUILD.bazel use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
rootdoc.txt Add basic participant integration API scaladoc (#6790) 2020-07-20 21:31:32 +02:00