Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
'user-agent' to 'useragent' (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackButcher authored May 8, 2017
1 parent 840aab3 commit 87d84e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testdata/configroot/scopes/global/descriptors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ manifests:
valueType: INT64
request.time:
valueType: TIMESTAMP
request.user-agent:
request.useragent:
valueType: STRING
response.code:
valueType: INT64
Expand All @@ -75,6 +75,9 @@ manifests:
valueType: STRING
target.uid:
valueType: STRING
# DEPRECATED, to be removed. Use request.useragent instead.
request.user-agent:
valueType: STRING
# Enums as struct fields can be symbolic names.
# However enums inside maps *cannot* be symbolic names.
metrics:
Expand Down

0 comments on commit 87d84e3

Please sign in to comment.