Skip to content

Commit

Permalink
chore(slo): Remove context in aggregated data (#143318)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme authored Oct 18, 2022
1 parent 137b4bd commit 8cb51bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 80 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -131,26 +131,6 @@ export class ApmTransactionDurationTransformGenerator implements TransformGenera
calendar_interval: '1m' as AggregationsCalendarInterval,
},
},
'slo.context.transaction.name': {
terms: {
field: 'transaction.name',
},
},
'slo.context.transaction.type': {
terms: {
field: 'transaction.type',
},
},
'slo.context.service.name': {
terms: {
field: 'service.name',
},
},
'slo.context.service.environment': {
terms: {
field: 'service.environment',
},
},
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,26 +133,6 @@ export class ApmTransactionErrorRateTransformGenerator implements TransformGener
calendar_interval: '1m' as AggregationsCalendarInterval,
},
},
'slo.context.transaction.name': {
terms: {
field: 'transaction.name',
},
},
'slo.context.transaction.type': {
terms: {
field: 'transaction.type',
},
},
'slo.context.service.name': {
terms: {
field: 'service.name',
},
},
'slo.context.service.environment': {
terms: {
field: 'service.environment',
},
},
};
}

Expand Down

0 comments on commit 8cb51bd

Please sign in to comment.