You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/08/08 11:42:50 UTC

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1360: MINIFICPP-1853 Enable multiple metrics from the same processor type

lordgamez commented on code in PR #1360:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1360#discussion_r940142053


##########
C2.md:
##########
@@ -55,48 +58,49 @@ With this change, heartbeat with agent manifest included is sent only for the fi
 light weight heartbeat. If for some reason the C2 server does not receive the first full heartbeat, the manifest can
 be requested via C2 DESCRIBE manifest command.
 
-	#in minifi.properties
+```
+#in minifi.properties
 
-	# Disable/Enable C2
-	nifi.c2.enable=true
+# Disable/Enable C2
+nifi.c2.enable=true
 

Review Comment:
   The reason of this change was that my editor did not parse the indented code block correctly, only the fenced code blocks. If they are interchangeable I would stick with the latter, just to have it look the same in all environments.



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org