Skip to content

Commit

Permalink
Rename request/response_size to request/response_size_in_bytes. (envo…
Browse files Browse the repository at this point in the history
  • Loading branch information
chowchow316 authored Apr 11, 2017
1 parent 00ba438 commit 3864cce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions contrib/endpoints/src/api_manager/service_control/proto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,8 @@ const char kLogFieldNameApiKey[] = "api_key";
const char kLogFieldNameProducerProjectId[] = "producer_project_id";
const char kLogFieldNameReferer[] = "referer";
const char kLogFieldNameLocation[] = "location";
const char kLogFieldNameRequestSize[] = "request_size";
const char kLogFieldNameResponseSize[] = "response_size";
const char kLogFieldNameRequestSize[] = "request_size_in_bytes";
const char kLogFieldNameResponseSize[] = "response_size_in_bytes";
const char kLogFieldNameHttpMethod[] = "http_method";
const char kLogFieldNameHttpResponseCode[] = "http_response_code";
const char kLogFieldNameLogMessage[] = "log_message";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,13 +532,13 @@ operations {
}
}
fields {
key: "request_size"
key: "request_size_in_bytes"
value {
number_value: 100
}
}
fields {
key: "response_size"
key: "response_size_in_bytes"
value {
number_value: 1048576
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@ operations {
}
}
fields {
key: "request_size"
key: "request_size_in_bytes"
value {
number_value: 100
}
}
fields {
key: "response_size"
key: "response_size_in_bytes"
value {
number_value: 1048576
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,13 @@ operations {
}
}
fields {
key: "request_size"
key: "request_size_in_bytes"
value {
number_value: 100
}
}
fields {
key: "response_size"
key: "response_size_in_bytes"
value {
number_value: 1048576
}
Expand Down

0 comments on commit 3864cce

Please sign in to comment.