lordgamez commented on code in PR #1587:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1587#discussion_r1263847178
##########
METRICS.md:
##########
@@ -108,6 +108,15 @@ An agent identifier should also be defined to identify
which agent the metric is
nifi.metrics.publisher.agent.identifier=Agent1
+### Configure Prometheus metrics publisher with SSL
+
+The communication between MiNiFi and the Prometheus server can be encrypted
using SSL. This can be achieved by adding the SSL certificate path (a single
file containing both the certificate and the SSL key) and optionally adding the
root CA path when using a self signed certificate to the minifi.properties
file. Here is an example with the SSL properties:
Review Comment:
Updated according our discussion in 45f72a651e07636f89cb177f8536a78cf3fe67d3
##########
METRICS.md:
##########
@@ -108,6 +108,15 @@ An agent identifier should also be defined to identify
which agent the metric is
nifi.metrics.publisher.agent.identifier=Agent1
+### Configure Prometheus metrics publisher with SSL
+
+The communication between MiNiFi and the Prometheus server can be encrypted
using SSL. This can be achieved by adding the SSL certificate path (a single
file containing both the certificate and the SSL key) and optionally adding the
root CA path when using a self signed certificate to the minifi.properties
file. Here is an example with the SSL properties:
Review Comment:
Updated according to our discussion in
45f72a651e07636f89cb177f8536a78cf3fe67d3
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]