Skip to content

Commit

Permalink
Dubbo docs - Fix statistics root value (envoyproxy#11907)
Browse files Browse the repository at this point in the history
Update the dubbo doc to specify the statistics root as `dubbo.` instead of `redis.`
(https://github.com/envoyproxy/envoy/blob/5248a4fb7d4c2a3d1fa151f944d3a63f6b7a06cf/source/extensions/filters/network/dubbo_proxy/config.cc#L101)

Signed-off-by: Kevin Pullin <[email protected]>
Signed-off-by: scheler <[email protected]>
  • Loading branch information
kppullin authored and scheler committed Aug 4, 2020
1 parent 6ddad5d commit abfaca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and parameter value for routing.
Statistics
----------

Every configured dubbo proxy filter has statistics rooted at *redis.<stat_prefix>.* with the
Every configured dubbo proxy filter has statistics rooted at *dubbo.<stat_prefix>.* with the
following statistics:

.. csv-table::
Expand Down

0 comments on commit abfaca2

Please sign in to comment.