2019-02-21 22:53:34 +00:00
|
|
|
package consts
|
|
|
|
|
|
|
|
// AgentPathCacheClear is the path that the agent will use as its cache-clear
|
|
|
|
// endpoint.
|
|
|
|
const AgentPathCacheClear = "/agent/v1/cache-clear"
|
2022-02-18 01:10:26 +00:00
|
|
|
|
|
|
|
// AgentPathMetrics is the path the the agent will use to expose its internal
|
|
|
|
// metrics.
|
|
|
|
const AgentPathMetrics = "/agent/v1/metrics"
|