@matt whaaaat, how does this make any sense?? Super bummed out about this :(
Today is my last day at Red Hat. Grateful for all people I met during my 3.25 years there ♥️
I had a fantastic experience, but it's time to try something new... still around open source and @PrometheusIO ecosystem.🤗
More info: https://www.bwplotka.dev/2022/bye-red-hat/
Happy Holidays Everyone!
Go's a statically typed language for many good reasons. But sometimes we need a bit more flexibility.
Let's check out @joeblubaugh’s "Looking In Go’s Mirror: How and When to Use Reflect" about how the Reflect package can help.
Day job is working on agent at Grafana. Working on a side project implementing the mastodon api for fun and using our new framework flow. After having to hack and port some of the code over it’s going swimmingly. Plus I get to use my favorite programming concept, actors!
@saagermhatre well if you authoritatively repeat something multiple times, the cult will start believing it. 🤷
@matt thanks man, fortunately it's slowly getting better. 🙏
Wishing you the best of time for the holidays!
Grafana Agent v0.30 introduces new Loki components for building logging pipelines and marks Flow mode as beta. The release also contains updates to Grafana Agent Operator, as well as support for a new and exciting Prometheus feature, native histograms.
https://grafana.com/blog/2022/12/20/grafana-agent-v0.30-flow-adds-support-for-logging-pipelines-and-graduates-to-beta/?mdm=social
Grafana Agent v0.30 is out!
The release marks the graduation of Agent Flow mode to beta, and extends it to add support for logging pipelines!
Read more on our newest blog post and let us know what you think!
@vmbrasseur +1 to that!
They've also got an official image on their Marketplace for building pre-packaged droplets (that's how my personal instance was set up).
TIL you can see each of the #golang compiler's phases in action by using the `GOSSAFUNC` environment variable.
The following command will generate an `ssa.html` file which contains an interactive view of what each compile pass does to a particular piece of code (the function Foo).
`GOSSAFUNC=main.Foo go build`
Coming back from PTO and looking at old problems with fresh eyes be like:
I wrote about some weird edge cases with #golang and #json https://joeblu.com/blog/2022_12_unmarshal/
@joeblubaugh nice post, thanks for sharing!
The proposal to implement a DisallowDuplicateFields option in encoding/json has been accepted, hopefully we'll get something soon!
https://github.com/golang/go/issues/48298