banzaicloud / spark-metrics

Spark metrics related custom classes and sinks (e.g. Prometheus)
Apache License 2.0
176 stars 66 forks source link

Fix PG address builder #49

Closed onzo-mateuszzakarczemny closed 4 years ago

onzo-mateuszzakarczemny commented 4 years ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets
License Apache 2.0

What's in this PR?

New version of PushGateway add http protocol to addres on its own. Therefore current address was pretended with http:// twice.

Checklist