sohooo | 4 months ago | on: I can't recommend Grafana anymore
sohooo's comments
sohooo | 1 year ago | on: Data Version Control
sohooo | 2 years ago | on: Show HN: Homelab Monitoring Setup with Grafana
sohooo | 2 years ago | on: Show HN: Homelab Monitoring Setup with Grafana
1: https://docs.timescale.com/api/latest/hyperfunctions/time_bu...
sohooo | 2 years ago | on: Show HN: Homelab Monitoring Setup with Grafana
I found InfluxDB to be lacking in terms of permissions management, flexibility regarding queries (SQL, joins), data retention, ability to debug problems. In Postgres, for example, I can look into the execution plan of a statement, log long running queries, and so on.
Telegraf as an agent is very flexible; it has input plugins for every task I could want, and besides it’s default „pull workflow“ (checks on defined interval) I also like to push new metrics directly to the Telegraf inputs.socket plugin from my scripts (backup stats, …).
sohooo | 4 years ago | on: Ruby Together
sohooo | 5 years ago | on: Experience with Apple Silicon M1 MacBook Pro as a Software Developer
sohooo | 5 years ago | on: Is Apple Silicon Ready?
▶ ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]sohooo | 5 years ago | on: M1 Macs Review
sohooo | 5 years ago | on: Ora2Pg – Oracle to PostgreSQL database schema converter
intro blog post: https://www.cybertec-postgresql.com/en/ora_migrator-moving-f...
sohooo | 7 years ago | on: Hayabusa-2: Japan Spacecraft Touches Down on Asteroid
sohooo | 7 years ago | on: Show HN: Predict how well people will react to your writing
> David Ryan is the designer of ELOPe, an email language optimization program, that if successful, will make his career. But when the project is suddenly in danger of being canceled, David embeds a hidden directive in the software accidentally creating a runaway artificial intelligence.
sohooo | 8 years ago | on: XPS 13 developer edition 7th generation available
sohooo | 10 years ago | on: iTerm2 Version 3 Now in Beta
sohooo | 11 years ago | on: Isabella – a voice-computing assistant built in Ruby
Jasper http://jasperproject.github.io looks like another contender in this area.
sohooo | 11 years ago | on: Vim After 11 Years (2013)
sohooo | 11 years ago | on: Dropbox Pro – 1 TB for $99/year
sohooo | 12 years ago | on: HostDB
Screencasts: http://docs.puppetlabs.com/mcollective/screencasts.html
sohooo | 12 years ago | on: Revealed: Qatar's World Cup 'slaves'
edit: same as above post :)
sohooo | 12 years ago | on: On Ansible
- lots of documentation
- Foreman ( http://theforeman.org/ , backed by Redhat) as a great alternative to Puppet Enterprise
- projects like GitHub's Boxen ( http://boxen.github.com/ ) to bootstrap your devel machine
- a large repository of modules available: https://forge.puppetlabs.com/
- a couple of books, training, conference, if you like those things
However, I'm very aware of those ugly warts, so there's a lot of potential for a successor.
This didn‘t feel right, so we looked around and found greptimedb https://github.com/GreptimeTeam/greptimedb, which simplifies the whole stack. It‘s designed to handle metrics, logs, and traces. We collect metrics and logs via OpenTelemetry, and visualize them with Grafana. It provides endpoints for Postgres, MySQL, PromQL; we‘re happy to be able to build dashboards using SQL as that’s where we have the most knowledge.
The benchmarks look promising, but our k8s clusters aren’t huge anyway. As a platform engineer, we appreciate the simplicity of our observability stack.
Any other happy greptimedb users around here? Together with OTel, we think we can handle all future obs needs.