daml/ledger/metrics
Gary Verhaegen dfa648f585
hunt down DAML better (#13195)
Process:

- `git ls-files -z | xargs -0 -n 100 sed -i --follow-symlinks 's/DAML/Daml/g'`
- `git add -p`
- `git restore -p`
- Check there is no unstaged change left.

To review:

- Check for false positives by carefully reviewing the diff in this PR.
- Check for false negatives with `git grep DAML`.
- Quicker check for fals positives:

```
git grep DAML | grep -v migration | grep -v DAML_
```

Fixes #13190

Note: This is the "second half" of #13191, which failed to cover all the
remaining DAMLs because of:

```
$ git ls-files | grep "'"
compiler/damlc/tests/daml-test-files/MangledScenario'.daml
```

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-08 17:04:58 +01:00
..
collectd Add collectd metrics (#6189) 2020-06-03 09:01:09 +02:00
collection hunt down DAML better (#13195) 2022-03-08 17:04:58 +01:00
src Simplify IndexService hierarchy [DPP-932] (#13043) 2022-03-01 14:30:30 +01:00
BUILD.bazel update copyright headers (#12240) 2022-01-03 16:36:51 +00:00