Anand Sanmukhani

Results 9 issues of Anand Sanmukhani

**Is your feature request related to a problem? Please describe.** We are using GitOps to manage our grafana dashboards ([example dashboard](https://github.com/operate-first/apps/blob/master/kfdefs/overlays/moc/zero/opf-monitoring/dashboards/thoth-station/thoth-kafka-argo-metrics.yaml#L9)). When we update the dashboards, the operator doesn't really...

enhancement
triage/accepted

Issue: Writing parquet files to S3 fails with a stackoverflow error. Also the same configuration works when I change the format.class to json or Avro Error: ``` 2019-11-19 18:10:20,402 INFO...

I think instead of a deployment on openshift, a job would be a better type for ephemeral spark clusters as after the application is finished, it would terminate and not...

We need some example usage or example configuration for collecting data from Thanos as well as Prometheus.

When collecting data from Thanos, the tool uses a lot of memory. I think this is because all the metric data is downloaded and stored in memory while it is...

In the storeapi series iterator, when [iterating through the series](https://github.com/thanos-community/obslytics/blob/master/pkg/series/storeapi/storeapi.go#L93) `sereisResp.GetSeries()` can return nil and lead to a seg fault.

I don't think we can add oauth support for Thanos StoreAPI connections, but I think it can be done for the Prometheus Remote Read API connections. Should we add that...