update audit examples to an endpoint that is audited

This commit is contained in:
Drew Bailey
2020-03-30 10:03:11 -04:00
parent ae1399e902
commit 207791951b
7 changed files with 13 additions and 13 deletions

View File

@@ -26,7 +26,7 @@
{
"default": [
{
"endpoints": ["/ui/", "/v1/agent/health"],
"endpoints": ["/v1/metrics"],
"operations": ["*"],
"stages": ["*"],
"type": "HTTPEvent"