Miroslav Martinek

Results 18 comments of Miroslav Martinek

I am currently implementing deployment of a fleet of Grafana Agents on company Kubernetes clusters using standalone/manual deployments (e.g. the Grafana Cloud provided K8s integration) and resources deployed by the...

Thanks for the reply. I am not sure I follow. I don't think we can treat this in the same way as connecting to multiple masters. Specifically since while the...

Does anybody know why there is only the v1? Is there some docs about this? Are we supposed to build the v2 image ourselves?

We are an enterprise customer and want to deploy v2 on our kubernetes cluster.

We also use CRDBs and I believe redisinsight v1 does not support them.

The intended way of usage confuses me. Are supposed to use `Sonar Scanner for MSBuild` for analysis and then `Sonar Scanner CLI` in a different job to wait for quality...

I tried to apply the ingress. Does not seem to help. ``` > [email protected] dev > concurrently "cross-env NODE_ENV=development webpack serve --hot --open" "cross-env NODE_ENV=development nodemon ./server/index.js" [1] [nodemon] 2.0.12...

For example: ```json { "Text": 10, "Button": 5, "Link": 3 } ``` would become ``` component_count{component_name="Text"} 10 component_count{component_name="Button"} 5 component_count{component_name="Link"} 3 ```

FYI there is https://azure.github.io/azure-workload-identity/docs/introduction.html which is capable to provision access tokens via kubernetes ServiceAccounts. It requires an existing AAD app registration. So it seems to me that by combining that...

I don't think this is a bug. I think this is rather a `hotfix release` feature request, I am currently trying to implement just that on my project and I...