Skip to content

Commit

Permalink
More updates per PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Helma <chelma+github@amazon.com>
  • Loading branch information
chelma committed Nov 19, 2024
1 parent 20b306c commit c9df41b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"view": "timeSeries",
"stacked": false,
"metrics": [
[ { "expression": "METRICS()/1000", "id": "e1", "region": "REGION" } ],
[ "AWS/ES", "IndexingRate", "DomainName", "TC_DOMAIN_NAME", "ClientId", "ACCOUNT_ID", { "region": "region", "label": "Document Ingested per 60 seconds - MIN: ${MIN}, MAX: ${MAX}, AVG: ${AVG}", "id": "m1", "visible": false } ]
[ { "expression": "METRICS()/1000/PERIOD(m1)*60", "id": "e1", "region": "REGION" } ],
[ "AWS/ES", "IndexingRate", "DomainName", "TC_DOMAIN_NAME", "ClientId", "ACCOUNT_ID", { "region": "region", "label": "Document Ingested (included replicas) - MIN: ${MIN}, MAX: ${MAX}, AVG: ${AVG}", "id": "m1", "visible": false } ]
],
"region": "REGION",
"title": "Target Cluster Document Index Rate",
Expand Down Expand Up @@ -248,7 +248,7 @@
"period": 60,
"region": "REGION",
"stacked": false,
"title": "RFS Workers Reporting in During Period",
"title": "RFS Workers Reporting In",
"view": "timeSeries",
"stat": "SampleCount"
}
Expand Down

0 comments on commit c9df41b

Please sign in to comment.