IBM / apiconnect-trawler

API Connect metrics exporter
MIT License
5 stars 10 forks source link

Added MTLS support #37

Closed SauravSuresh closed 2 years ago

SauravSuresh commented 2 years ago

Added MTLS support to trawler by replacing prometheus start_http_client to a flask endpoint that exposes prometheus metrics. MTLS can be enabled using --mtls flag in while running trawler.py or can be enabled as an envar

rickymoorhouse commented 2 years ago

Tests are failing on this PR - need further investigation

SauravSuresh commented 2 years ago

@rickymoorhouse The DCO test has passed and was an issue of not having signed commits. But do not know why travis CI is failing

rickymoorhouse commented 2 years ago

The travis check fails if the tests fail - if you run them locally you'll see why. I think it is the additional parameter you added.

rickymoorhouse commented 2 years ago

Fixes https://github.com/IBM/apiconnect-trawler/issues/36