|
@@ -191,7 +191,8 @@ describe('HTTPSamplesPanel', () => {
|
|
|
],
|
|
|
per_page: 50,
|
|
|
project: [],
|
|
|
- query: 'span.module:http !has:span.domain transaction:/api/0/users',
|
|
|
+ query:
|
|
|
+ 'span.module:http span.op:http.client !has:span.domain transaction:/api/0/users',
|
|
|
referrer: 'api.performance.http.samples-panel-metrics-ribbon',
|
|
|
statsPeriod: '10d',
|
|
|
},
|
|
@@ -215,7 +216,7 @@ describe('HTTPSamplesPanel', () => {
|
|
|
per_page: 50,
|
|
|
project: [],
|
|
|
query:
|
|
|
- 'span.module:http !has:span.domain transaction:/api/0/users span.status_code:[300,301,302,303,304,305,307,308]',
|
|
|
+ 'span.module:http span.op:http.client !has:span.domain transaction:/api/0/users span.status_code:[300,301,302,303,304,305,307,308]',
|
|
|
referrer: 'api.performance.http.samples-panel-response-code-chart',
|
|
|
statsPeriod: '10d',
|
|
|
topEvents: '5',
|
|
@@ -232,7 +233,7 @@ describe('HTTPSamplesPanel', () => {
|
|
|
query: expect.objectContaining({
|
|
|
dataset: 'spansIndexed',
|
|
|
query:
|
|
|
- 'span.module:http transaction:/api/0/users span.status_code:[300,301,302,303,304,305,307,308] ( !has:span.domain OR span.domain:[""] )',
|
|
|
+ 'span.module:http span.op:http.client transaction:/api/0/users span.status_code:[300,301,302,303,304,305,307,308] ( !has:span.domain OR span.domain:[""] )',
|
|
|
project: [],
|
|
|
field: [
|
|
|
'project',
|
|
@@ -349,7 +350,7 @@ describe('HTTPSamplesPanel', () => {
|
|
|
per_page: 50,
|
|
|
project: [],
|
|
|
query:
|
|
|
- 'span.module:http span.domain:"\\*.sentry.dev" transaction:/api/0/users',
|
|
|
+ 'span.module:http span.op:http.client span.domain:"\\*.sentry.dev" transaction:/api/0/users',
|
|
|
referrer: 'api.performance.http.samples-panel-duration-chart',
|
|
|
statsPeriod: '10d',
|
|
|
yAxis: 'avg(span.self_time)',
|
|
@@ -364,7 +365,7 @@ describe('HTTPSamplesPanel', () => {
|
|
|
method: 'GET',
|
|
|
query: expect.objectContaining({
|
|
|
query:
|
|
|
- 'span.module:http transaction:/api/0/users span.domain:"\\*.sentry.dev"',
|
|
|
+ 'span.module:http span.op:http.client transaction:/api/0/users span.domain:"\\*.sentry.dev"',
|
|
|
project: [],
|
|
|
additionalFields: [
|
|
|
'trace',
|