Simon Elsbrock

Results 21 comments of Simon Elsbrock

Can confirm this fixes the issue for me.

So, what's actually left here? Where can I start?

I'm also trying to override some settings of `make-disk-image.nix` but am unable to get this to work (just does not seem to have an effect). Is there a way it...

Thanks! What am I doing wrong then? ```nix { boot = { loader = { #systemd-boot.enable = true; #efi.canTouchEfiVariables = true; }; kernelParams = [ ]; }; system.build.qcow = lib.mkForce...

I am using `nixos-generate -f qcow -c configuration.nix` (assuming that the instructions for `raw` should be the same for `qcow`).

Indeed that did the trick. Thank you.

You could use the `stackdriver_exporter` as workaround.

I see the same issue with 0.6.0. There does not seem to be a response body, just a 500. Metrics ``` STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES: pubsub.googleapis.com/subscription/ack_message_count,pubsub.googleapis.com/subscription/num_outstanding_messages,pubsub.googleapis.com/subscription/num_undelivered_messages,pubsub.googleapis.com/subscription/oldest_unacked_message_age,pubsub.googleapis.com/topic/send_request_count,cloudsql.googleapis.com/database/cpu/usage_time,cloudsql.googleapis.com/database/cpu/utilization,cloudsql.googleapis.com/database/disk/bytes_used,cloudsql.googleapis.com/database/disk/quota,cloudsql.googleapis.com/database/disk/read_ops_count,cloudsql.googleapis.com/database/disk/write_ops_count,cloudsql.googleapis.com/database/disk/utilization,cloudsql.googleapis.com/database/memory/quota,cloudsql.googleapis.com/database/memory/usage,cloudsql.googleapis.com/database/memory/utilization,cloudsql.googleapis.com/database/mysql/innodb_data_fsyncs,cloudsql.googleapis.com/database/mysql/queries,cloudsql.googleapis.com/database/mysql/questions,cloudsql.googleapis.com/database/mysql/received_bytes_count,cloudsql.googleapis.com/database/mysql/sent_bytes_count,cloudsql.googleapis.com/database/network/connections,cloudsql.googleapis.com/database/network/received_bytes_count,cloudsql.googleapis.com/database/network/sent_bytes_count,cloudsql.googleapis.com/database/uptime,redis.googleapis.com/clients/connected,redis.googleapis.com/commands/calls,redis.googleapis.com/commands/total_time,redis.googleapis.com/keyspace/keys,redis.googleapis.com/keyspace/keys_with_expiration,redis.googleapis.com/replication/master/slaves/lag,redis.googleapis.com/stats/cache_hit_ratio,redis.googleapis.com/stats/connections/total,redis.googleapis.com/stats/cpu_utilization,redis.googleapis.com/stats/evicted_keys,redis.googleapis.com/stats/expired_keys,redis.googleapis.com/stats/memory/maxmemory,redis.googleapis.com/stats/memory/usage,redis.googleapis.com/stats/memory/usage_ratio,redis.googleapis.com/stats/network_traffic,redis.googleapis.com/stats/reject_connections_count ``` Logs ``` time="2019-10-17T19:27:52Z" level=info msg="Starting stackdriver_exporter...

Anyone willing to work on this?