aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/src/metrics.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add new tor-conig-shared crate.Wesley Aptekar-Cassels2026-08-101-33/+0
| | | | | This contains configuration types that are shared between arti and arti-rely.
* Move metrics config types to tor-config.Wesley Aptekar-Cassels2026-05-261-0/+33
This will allow these types to be shared by arti and arti-relay. This does change these types from being behind the experimental-api flag. I think this is okay, as tor-config is not a stable crate anyways, but it's worth keeping in mind. There is also an argument to be made for having two separate types, one in arti and one in arti-relay, as we do for LoggingConfig. I think that using a single type has benefits, and we should strive to eventually merge the LoggingConfigs, for instance, and perhaps other types, but it doesn't seem critical in either direction at the moment.