Fionera

Results 218 comments of Fionera

I like flag configuration but since we are allowing multiple applications/configurations this is not feasible/error prone. Gonna close this one

@leoluk Can you elaborate what you mean here?

This would require flows_raw to be migrated to the new table type OR we create a second table and use a view. If we do the queries correct there shouldnt...

https://github.com/Altinity/clickhouse-operator/blob/master/grafana-dashboard/Altinity_ClickHouse_Operator_dashboard.json https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/metrics/grafana-dashboards/strimzi-kafka.json https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/metrics/grafana-dashboards/strimzi-operators.json https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/metrics/grafana-dashboards/strimzi-zookeeper.json

Sadly in Grafana 8 the Feature "Value Groups/Tags" was removed. > Removed the Value groups/tags feature from variables. Any tags will be removed. https://grafana.com/docs/grafana/v8.0/whatsnew/whats-new-in-v8-0/#variables I propose to just add a...

Basic hack is implemented on https://github.com/monogon-dev/NetMeta/tree/interface-groups but it still requires some love for filtering as this requires tons of lookups. We also want a check if this feature is used...

This is harder than it seems as we have to prevent users to accidentally nuke all their data. My current Idea is to move all operations to the reconciler including...

I just tried buf for a different project and its fairly simple. I would prefer it over the prebuilt chain

https://github.com/OpenBMP looks promising. Their [collector](https://github.com/OpenBMP/obmp-collector) supports writing into kafka topics and the [Data](https://github.com/OpenBMP/obmp-collector/blob/main/docs/MESSAGE_BUS_API.md) is TSV encoded, which is easy to parse inside clickhouse. They also provide a way to ingest...

It does report it into the logs but we have no monitoring for it