Commit Graph

4 Commits

Author SHA1 Message Date
Nicu Reut
c42c0a241e
Remove double "server" prefix from grpc metrics (#19542) 2024-07-10 15:12:46 +02:00
Ratko Veprek
076ddc1321
Moved metrics classes from canton to daml after rewrite (#19265)
Before this change, a lot of the metrics classes were living in the canton repo.
Now, I moved them back into the canton repository.
2024-05-30 12:25:54 +02:00
Ratko Veprek
640cac45bc
Metrics: initialise views before meters to re-enable histograms (#18963)
Before this change, the whole histogram building logic was broken since we upgraded telemetry. Now,
we initialize the view before the meters. As part of this change, I also move the documentation
into the meter definition such that the metrics can include a description in otel, and finally I've improved
the filtering such that we now also filter by qualification, which means that a client will not be
overwhelmed with 400 unnecessary metrics.

Part of https://github.com/DACH-NY/canton/issues/17917
2024-04-11 14:05:58 +02:00
Gary Verhaegen
e40aad897f
move to subdir 3.0 (#18520)
* move most files

* update CI configuration
2024-03-22 02:27:46 +01:00