How have other folks set up their metrics collection? Does your system push metrics and if so do you run a thread to publish or something else? If you have pull style metrics, do you mind sharing what your '/metrics' endpoint looks like? I see how to create counters etc from the pedestal source but I don't see an example which includes exporting the metrics or making a pull endpoint. TIA 🙏
The embedded template is configure to push data to the Jaeger Docker instance; I haven’t looked into the other alternative, and that is a gap (that may wait for 8.1).
FWIW, I've used prometheus metrics in previous apps. This is my first interaction with otel.