pedestal

sirwobin 2025-07-31T09:43:12.338279Z

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 🙏

hlship 2025-08-04T16:27:28.149169Z

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).

sirwobin 2025-07-31T09:45:50.538369Z

FWIW, I've used prometheus metrics in previous apps. This is my first interaction with otel.