Skip to content

Commit

Permalink
modifies detector description
Browse files Browse the repository at this point in the history
  • Loading branch information
blaklaybul committed Jul 2, 2020
1 parent dc38f88 commit 96b1b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "apm_transaction",
"title": "APM",
"description": "Detect anomalies in transactions from your APM services",
"description": "Detect anomalies in transactions from your APM services.",
"type": "Transaction data",
"logoFile": "logo.json",
"defaultIndexPattern": "apm-*-transaction",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"groups": [
"apm"
],
"description": "Detect transaction duration anomalies across transaction types for your APM services",
"description": "Detect transaction duration anomalies across transaction types for your APM services.",
"analysis_config": {
"bucket_span": "15m",
"detectors": [
{
"detector_description": "high_mean('transaction.duration.us') by 'transaction.type' partitionfield='service.name'",
"detector_description": "high duration by transaction type for an APM service",
"function": "high_mean",
"field_name": "transaction.duration.us",
"by_field_name": "transaction.type",
Expand Down

0 comments on commit 96b1b35

Please sign in to comment.