Generics and hooks in a generated terraform provider
Every AWX quirk used to mean another branch in a template. Now it's a field on a config struct.
Every AWX quirk used to mean another branch in a template. Now it's a field on a config struct.
The AWX API describes every resource, so the provider is thirteen templates and a config file that says where the description lies.
Last time in were exposing some metrics for a golang application, but exposing the data is useless without having a way to visualise it or even store it somewhere in a location so we can analyze...
Quite often we are found with a challenge to troubleshoot something in production, or to see why is our application slow, or why isn't it serving requests fast enough.
A lot of times it's useful to expose metrics for your application so you can know what is going on with the application, there are two ways you can do this one it's either using a pull or a push...
Some of my services were written in Go, and we wanted a way to track which version was used, so we can track and solve issues. Or even see when the application was deployed or from which source...