▲ | voicedYoda 3 days ago | |||||||
Well done. Couple quick notes, move to a logger instead of using IO.puts. Also consider adding OTel. | ||||||||
▲ | solid_fuel 3 days ago | parent | next [-] | |||||||
I'll second this, just using the built in Logger [0] and Telemetry [1] applications would be fine, opentelemetry or anything else can be added to the telemetry hooks easily to export the metrics later. [0] https://hexdocs.pm/logger/1.18.4/Logger.html [1] https://hexdocs.pm/telemetry/readme.html | ||||||||
| ||||||||
▲ | ai-christianson 3 days ago | parent | prev [-] | |||||||
What's your favorite otel sink? |