Ben Sully
Ben Sully
Good catch @Rauks! Thanks for replying here, glad you found the cause. I'm not even sure there's a good way of avoiding that, unless I split the struct up into...
Not currently, no. I'd accept a PR to add a method to `PrometheusMetrics` to include/exclude routes, possibly based on a closure accepting a `Request`? It would probably require us to...
I think I may just have run into this too, perhaps due to https://github.com/bytecodealliance/cargo-component/issues/229? Is there any way of pointing `transpile` to the original WIT file to get the comments...
Huh, well I found a workaround: after running `jco transpile` I can run `jco types` and point it at the original WIT file to get the types with doc comments....