Alex Szasz

Results 13 comments of Alex Szasz

Yes, that's what I was using, I ended up exposing them as container ports and that works, but let me check again with service ports only.

Tried again, doesn't work, and couldn't as far as I read the code: https://github.com/signalfx/signalfx-agent/blob/c295133b4a52b2fff071c8070536183a48e403fc/pkg/observers/kubernetes/annotations.go#L89-L94 https://github.com/signalfx/signalfx-agent/blob/master/pkg/utils/k8sutil/k8s.go#L58-L83 Here are some details: ``` # kubectl get service xxx-operator-metrics -o yaml apiVersion: v1 kind:...

Thank you @keitwb, that works: ``` additionalPortAnnotations: - prometheus.io/port monitors: - type: prometheus-exporter discoveryRule: port == 8383 metricPath: /metrics extraDimensions: metric_source: operator-sdk-metrics ``` It's not ideal, using sfx annotations looks...

The problem is that when prestissimo is installed, it uses curl which has CURLOPT_SSL_VERIFYPEER on by default since curl 7.10. I see no easy way to turn verify peer off...

the error is ```json 12-16 14:59:10.782 3363 3363 E AndroidRuntime: FATAL EXCEPTION: main 12-16 14:59:10.782 3363 3363 E AndroidRuntime: Process: com.mgs.settings, PID: 3363 12-16 14:59:10.782 3363 3363 E AndroidRuntime: java.lang.RuntimeException:...

If you uninstall the custom launcher, device settings works again (but it's in chinese).

2 years after, this is still an issue on Linux, and the one fix that worked for me is https://github.com/chjj/pty.js/pull/110#issuecomment-406470140

```drush9 sql-dump --extra-dump="--single-transaction=false --no-tablespaces" > /tmp/db-backup``` works on RDS until there's a better way; --single-transaction=false makes the FLUSH call go away (beware though it can produce inconsistency with innodb) --no-tablespaces...

I opened a Pr for this https://github.com/gotestyourself/gotestsum/pull/327

I didn't find docs on how mcrouter is actually built from these tags that are cut, as the latest release is really really old, so managed to do it with...