mehakmeet commented on a change in pull request #2056:
URL: https://github.com/apache/hadoop/pull/2056#discussion_r439781898
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsStatistic.java
##########
@@ -57,7 +57,23 @@
FILES_DELETED("files_deleted",
"Total number of files deleted from the object store."),
ERROR_IGNORED("error_ignored",
- "Errors caught and ignored.");
+ "Errors caught and ignored."),
+
+ //Network statistics.
+ CONNECTIONS_MADE("connections_made",
+ "Total number of times connection was made with Data store."),
+ SEND_REQUESTS("send_requests",
+ "Total number of times http requests was sent to the data store."),
+ GET_RESPONSE("get_response",
+ "Total number of times response was recorded after sending requests."),
+ BYTES_SEND("bytes_send",
+ "Total bytes sent through http requests."),
Review comment:
shouldn't it be "bytes sent to Azure Datalake"?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]