engel75

Results 12 comments of engel75

Same problem with rocky. Output of v1.1.0 vs v1.5.0: ``` v1.1.0 openstack_nova_server_status{address_ipv4="",address_ipv6="",availability_zone="ch-zh1-az2",flavor_id="xxxxx-4a78-8dc0-206deexxxxxxxx",host_id="c3165b602471b79356d6210a2775b0f6c9b268065292aff84a2615d8",id="xxxxxxxx",name="test-u1804-az2",status="ACTIVE",tenant_id="yyyyyyyyyyyyyyy",user_id="zzzzzzzzzzzz",uuid="idididididid"} 0 v1.5.0 openstack_nova_server_status{address_ipv4="",address_ipv6="",availability_zone="ch-zh1-az2",flavor_id="",host_id="c3165b602471b79356d6210a2775b0f6c9b268065292aff84a2615d8",hypervisor_hostname="xxxxxxxxxx",id="bee90dce-6256-4b64-82be-380fb6b5557f",name="test-u1804-az2",status="ACTIVE",tenant_id="yyyyyyyyy",user_id="zzzzz",uuid="idididididid"} 0

did you try to set the credentials in your env like: ``` export AWS_ACCESS_KEY_ID="HSGSGDHJTASDCDSGHR" export AWS_SECRET_ACCESS_KEY="gdhahadshadHDhadhjDShjdhjdJdsHDSBdSAgr" ``` I was able to benchmark RadosGW that way.

Ok got it. Looks like you overwrite the value by ``` samples := getTargetSampleCount(threadCount, samples) ``` not sure if that makes sense... Maybe you should allow users to enable and...

How to handle retention if `rclone serve restic` with `--append-only` is used?

+1 would be nice to analyze openstack (http://git.openstack.org)

I was able to build the go binary by using buildah like: ``` #!/bin/bash set -ex npm=$(buildah from node:12) npm_run="buildah run --volume=${PWD}/ui:/ui $npm" buildah config --workingdir=/ui $npm $npm_run npm install...

Same error message with consul 1.9.3 /etc/consul/consul.d/service_somename.json ``` { "service": { "name": "somename", "id": "someid", "port": 12346, "address": "", "meta": {"metakey": "metavalue", "metaotherkey": "othermetavalue"}, "check": [{"id": "true-id-check", "name": "true", "args":...

We are running an OS environment with 3 AZ and a lot of customers (domains) and thousands of assets. After tuning (disabling a lot of metrics and using probe to...

it looks like :( but why?

Looks like this is Xenserver 7.0 related.