mirror of https://github.com/apache/druid.git
Merge pull request #1944 from druid-io/fix-doc
fix website rendering for this doc
This commit is contained in:
commit
e75c2a407d
|
@ -73,7 +73,9 @@ Available Metrics
|
||||||
|`*/errors`|Number of cache errors.||0|
|
|`*/errors`|Number of cache errors.||0|
|
||||||
|
|
||||||
#### Memcached only metrics
|
#### Memcached only metrics
|
||||||
|
|
||||||
Memcached client metrics are reported as per the following. These metrics come directly from the client as opposed to from the cache retrieval layer.
|
Memcached client metrics are reported as per the following. These metrics come directly from the client as opposed to from the cache retrieval layer.
|
||||||
|
|
||||||
|Metric|Description|Dimensions|Normal Value|
|
|Metric|Description|Dimensions|Normal Value|
|
||||||
|------|-----------|----------|------------|
|
|------|-----------|----------|------------|
|
||||||
|`query/cache/memcached/total`|Cache metrics unique to memcached (only if `druid.cache.type=memcached`) as their actual values|Variable|N/A|
|
|`query/cache/memcached/total`|Cache metrics unique to memcached (only if `druid.cache.type=memcached`) as their actual values|Variable|N/A|
|
||||||
|
|
Loading…
Reference in New Issue