Jan Garaj

Results 10 issues of Jan Garaj

Current Grafana 8.0.0-beta1 has a problem to install latest plugin version. It looks like problem with dependency definition: https://github.com/jangaraj/grafana-diagram/commit/fc9d91ad3be0349af480283723fb7aec15010f26

Example: https://github.com/cavaliercoder/libzbxpgsql/pull/142

enhancement
help wanted

I would like to see datasource stat, which answer my question: What is the most popular datasource type? ``` Datasources types stat - total 15: cloudwatch 10 influxdb 5 ```...

pitch
help wanted

I configured `otlphttp` exporter: ``` exporters: otlphttp: endpoint: https://otel-collector.domain.com ``` But it is failing sometimes, example errors: ``` {"kind": "exporter", "name": "otlphttp", "error": "failed to make an HTTP request: Post...

Some units can use custom slice setting. Use that one for reading of cgroup performance counters (cpu, mem, ....) instead of hardcoded `system.slice` path. For example: ``` $ zabbix_get -s...

help wanted

**Is your feature request related to a problem? Please describe.** Golang GRPC server has default message limit 4MB. Batch processor can generate bigger message size, so receiver will reject batch...

`StateTransition` is a `ServiceMetric` dimension value, not a dimension: ![image](https://user-images.githubusercontent.com/1182932/191132283-f690d8ae-7221-4d85-ad3e-ee4e21a4143e.png) Ref: https://docs.aws.amazon.com/step-functions/latest/dg/procedure-cw-metrics.html

datasource/CloudWatch
area/backend
pr/external

Dockerfile for those, who like golang builds in the Docker container. It produces minimalistic Docker image (2.22MB). Docker build: `docker build -t invaders .` Unfortunately, it doesn't work in my...

Hi Sepich, Is it possible to tweak html/css in your project for Zabbix 3.0? Only select boxes are not aligned properly: ![capture](https://cloud.githubusercontent.com/assets/1182932/15439674/845c10b2-1ec9-11e6-8336-e92ee6b901e6.PNG) Thank you.