Eugene Klimov

Results 513 comments of Eugene Klimov

@rauanmayemir `installaction` could to contain multiple clickhouse `clusters` look `kubectl explain chi.spec.configuration.clusters` for details each clickhouse `cluster` could contain multiple clickhouse-server `pods` which could be customized with `podTemplates` look ```...

> I meant, when would I need to have 1 installation with several clusters as opposed to say several installations with 1 cluster each? It has no sense, multiple `ClickHouseInstallation`...

> Several installations with 1 cluster each. This is usual case > But I'm guessing installation is essentially a tenant. Usually tenant is namespace or even separate kubernetes cluster with...

@StarsbySea could you suggest? already manifest contains checkver and hashed ``` "architecture": { "64bit": { "url": "https://github.com/Fictiverse/Redream/releases/download/1.10/Fictiverse_Redream_1.10.7z", "hash": "6bfdc4e0d058f99ada4563a95c6d8f68cffe76ad6e7c094c1e3bec6c8b6b674c" } }, "checkver": "github", ``` why validation is not passed?

@StarsbySea could you review this PR and merge?

@lunaticusgreen need to figure out how works result set with category with single stat visualization in Grafana 10

@toni-moreno sorry for late reply is issue still relevant for you?

@lunaticusgreen let's add `./docker/grafana/dashboards/singlestat.json` which will reproduce (or not) behavior in https://github.com/Altinity/clickhouse-grafana/issues/403#issuecomment-1008998631

need to create `./docker/grafana/dashboards/issue_404_tranformation_table.json` where table `default.test_grafana` ```sql SELECT service, count() AS value FROM $table ``` or ``` $columns(service, count() AS value) FROM $table ``` format As Table and use...