brbzull0 opened a new issue, #11541:
URL: https://github.com/apache/trafficserver/issues/11541
```
traffic_ctl metric zero proxy.process.http.cache_hit_fresh -f rpc
-->
{
"id": "66c048c6-5342-4428-b893-a57a5783d6cb",
"jsonrpc": "2.0",
"method": "admin_clear_metrics_records",
"params": [
{
"record_name": "proxy.process.http.cache_hit_fresh"
}
]
}
<--
{
"jsonrpc": "2.0",
"result": {
"errorList": [
{
"code": "2006",
"message": "We could not write the record.",
"record_name": "proxy.process.http.cache_hit_fresh"
}
]
},
"id": "66c048c6-5342-4428-b893-a57a5783d6cb"
}
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]