Skip to content

Commit 70376b1

Browse files
Merge branch 'main' into NR-491517/relationships_memcached
2 parents e2de137 + d77a7dc commit 70376b1

File tree

51 files changed

+1254
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1254
-410
lines changed

entity-types/browser-application/definition.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,18 @@ configuration:
77

88
ownership:
99
primaryOwner:
10-
teamName: "no owner"
10+
teamName: "RUM Pipelines"
11+
synthesis:
12+
rules:
13+
- ruleName: browserApplication
14+
identifier: appId
15+
name: appName
16+
conditions:
17+
- attribute: appId
18+
present: true
19+
- attribute: appName
20+
present: true
21+
- attribute: pageUrl
22+
present: true
23+
- attribute: deviceType
24+
present: true
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
[
2+
{
3+
"agentVersion": "0.0.9",
4+
"appId": 35094928,
5+
"appName": "OTel Transactions Page",
6+
"asn": "134307",
7+
"asnLatitude": 19.0748,
8+
"asnLongitude": 72.8856,
9+
"asnOrganization": "Classicnet Broadband Network",
10+
"browserStackHash": 636955174,
11+
"city": "Mumbai",
12+
"countryCode": "IN",
13+
"deviceType": "Desktop",
14+
"domain": "one.newrelic.com",
15+
"entityGuid": "MXxCUk9XU0VSfEFQUExJQ0FUSU9OfDM1MDk0OTI4",
16+
"errorClass": "TypeError",
17+
"errorMessage": "Cannot read properties of null (reading 'find')",
18+
"firstErrorInSession": true,
19+
"nr.browserStackHash": 636955174,
20+
"nr.cityWithRegionAndCountry": "Mumbai, MH, IN",
21+
"nr.invalidAttributeCount": 1,
22+
"nr.stackHash": 2029088203,
23+
"pageUrl": "https://one.newrelic.com/nr1-core/open-instrumentation-explorer/span-view-legacy/MjA2ODMwfEVYVHxTRVJWSUNFfDU3Mjk1MjQ3ODYyMTYxMzQ2Mjk",
24+
"regionCode": "MH",
25+
"releaseIds": "",
26+
"requestUri": "/nr1-core/open-instrumentation-explorer/span-view-legacy/MjA2ODMwfEVYVHxTRVJWSUNFfDU3Mjk1MjQ3ODYyMTYxMzQ2Mjk",
27+
"stackHash": 2029088203,
28+
"stackTrace": "TypeError: Cannot read properties of null (reading 'find')\n at m (https://us-one.nr-assets.net/nerdpacks/8af51f34-acee-47e7-a3de-1d9b73528140/det/shared-component-named-queries-common--component~c1f4bb08.js:1:8651)\n at Ea (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:101023)\n at Ts (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:112614)\n at Eu (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:158399)\n at yl (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:146780)\n at hl (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:146708)\n at dl (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:146571)\n at nl (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:143406)\n at tl (https://us-one.nr-assets.net/platform/one-vui-b0e48216.js:1:141961)\n at A (https://us-one.nr-assets.net/platform/one-vnm-5091ffad.js:1:31455)",
29+
"timestamp": 1763637514481,
30+
"transactionName": "Unnamed Transaction",
31+
"userAgentName": "Chrome",
32+
"userAgentOS": "Mac",
33+
"userAgentVersion": "142"
34+
},
35+
{
36+
"agentVersion": "1.303.0",
37+
"appId": 1638496,
38+
"appName": "eops-team-store-ui-production",
39+
"asn": "8220",
40+
"asnLatitude": 41.3891,
41+
"asnLongitude": 2.1606,
42+
"asnOrganization": "COLT Technology Services Group Limited",
43+
"browserStackHash": 370481845,
44+
"city": "Barcelona",
45+
"countryCode": "ES",
46+
"deviceType": "Desktop",
47+
"domain": "team-store.datanerd.one",
48+
"entityGuid": "MXxCUk9XU0VSfEFQUExJQ0FUSU9OfDE2Mzg0OTY",
49+
"errorClass": "UncaughtError",
50+
"errorMessage": "Script error.",
51+
"firstErrorInSession": true,
52+
"firstOccurrenceTimestamp": 1763636797415,
53+
"nr.browserStackHash": 370481845,
54+
"nr.cityWithRegionAndCountry": "Barcelona, B, ES",
55+
"nr.stackHash": 94834675,
56+
"pageUrl": "https://team-store.datanerd.one/",
57+
"regionCode": "B",
58+
"releaseIds": "",
59+
"requestUri": "/",
60+
"session": "40b9cfde92a12c6d",
61+
"sessionTraceId": "1d95cfdead446d07",
62+
"stackHash": 94834675,
63+
"stackTrace": "UncaughtError: Script error.\n in evaluated code",
64+
"timestamp": 1763636797415,
65+
"transactionName": "Unnamed Transaction",
66+
"userAgentName": "Chrome",
67+
"userAgentOS": "Mac",
68+
"userAgentVersion": "142"
69+
}
70+
]
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
[
2+
{
3+
"actionName": "provisionFirstAccount_accountSetupForm_provisionFirstAccount",
4+
"agentVersion": "1.302.0",
5+
"appId": 21517841,
6+
"appName": "account-provisioning-service (production)",
7+
"asn": "8452",
8+
"asnLatitude": "30.0507",
9+
"asnLongitude": "31.2489",
10+
"asnOrganization": "TE Data",
11+
"browserHeight": 825,
12+
"browserWidth": 1536,
13+
"city": "Cairo",
14+
"countryCode": "EG",
15+
"currentAuthorizedAccounts": "[]",
16+
"currentUrl": "https://account-provisioning.service.newrelic.com/provision_first_account",
17+
"customer_user_id": "1007396917",
18+
"deviceType": "Desktop",
19+
"entityGuid": "MXxCUk9XU0VSfEFQUExJQ0FUSU9OfDIyNDI2MDc4",
20+
"interactionType": "view",
21+
"isUserInteraction": true,
22+
"location": "nr1",
23+
"name": "Controller/account_provisioning/show_setup_form",
24+
"pageComponent": "accountSetupForm",
25+
"pageName": "provisionFirstAccount",
26+
"pageUrl": "https://account-provisioning.service.newrelic.com/provision_first_account",
27+
"referrerUrl": "https://signup-processor.service.newrelic.com/",
28+
"regionCode": "C",
29+
"session": "715fcbc979fd76c6",
30+
"sessionTraceId": "993eee65f3e2ba28",
31+
"tessenVersionNumber": "1.3.0",
32+
"timeSinceLoad": 3.829,
33+
"timestamp": 1763639279379,
34+
"trackOrPage": "page",
35+
"userAgentName": "Chrome",
36+
"userAgentOS": "Windows",
37+
"userAgentVersion": "142"
38+
},
39+
{
40+
"actionName": "provisionFirstAccount_accountSetupForm_provisionFirstAccount",
41+
"agentVersion": "1.302.0",
42+
"appId": 21135291,
43+
"appName": "account-provisioning-service (staging)",
44+
"asn": "16509",
45+
"asnLatitude": "45.8401",
46+
"asnLongitude": "-119.705",
47+
"asnOrganization": "AMAZON-02",
48+
"browserHeight": 614,
49+
"browserWidth": 1351,
50+
"city": "Boardman",
51+
"countryCode": "US",
52+
"currentAuthorizedAccounts": "[]",
53+
"currentUrl": "https://account-provisioning.staging-service.newrelic.com/provision_first_account",
54+
"customer_user_id": "1001598115",
55+
"deviceType": "Desktop",
56+
"entityGuid": "MXxCUk9XU0VSfEFQUExJQ0FUSU9OfDIxOTUwNDg3",
57+
"interactionType": "view",
58+
"isUserInteraction": true,
59+
"location": "nr1",
60+
"name": "Controller/account_provisioning/show_setup_form",
61+
"pageComponent": "accountSetupForm",
62+
"pageName": "provisionFirstAccount",
63+
"pageUrl": "https://account-provisioning.staging-service.newrelic.com/provision_first_account",
64+
"referrerUrl": "https://signup-processor.staging-service.newrelic.com/",
65+
"regionCode": "OR",
66+
"session": "0c669ddbf2a3f4b3",
67+
"sessionTraceId": "30db519660d111e4",
68+
"tessenVersionNumber": "1.3.0",
69+
"timeSinceLoad": 1.717,
70+
"timestamp": 1763639015659,
71+
"trackOrPage": "page",
72+
"userAgentName": "Chrome",
73+
"userAgentOS": "Linux",
74+
"userAgentVersion": "134"
75+
}
76+
]
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[
2+
{
3+
"agentVersion": "1.302.0",
4+
"appId": 21517841,
5+
"appName": "account-provisioning-service (production)",
6+
"asn": "8452",
7+
"asnLatitude": 30.05069923400879,
8+
"asnLongitude": 31.248899459838867,
9+
"asnOrganization": "TE Data",
10+
"backendDuration": 1.326,
11+
"browserTransactionName": "account-provisioning.service.newrelic.com:443/*",
12+
"city": "Cairo",
13+
"connectionSetupDuration": 0.328,
14+
"countryCode": "EG",
15+
"deviceType": "Desktop",
16+
"dnsLookupDuration": 0,
17+
"domProcessingDuration": 0.529,
18+
"domain": "account-provisioning.service.newrelic.com",
19+
"duration": 2.42,
20+
"entityGuid": "MXxCUk9XU0VSfEFQUExJQ0FUSU9OfDIyNDI2MDc4",
21+
"hasReplay": true,
22+
"name": "Controller/account_provisioning/show_setup_form",
23+
"networkDuration": 1.171,
24+
"nr.apdexPerfZone": "T",
25+
"nr.cityWithRegionAndCountry": "Cairo, C, EG",
26+
"nr.domain": "account-provisioning.service.newrelic.com",
27+
"nr.isPrimaryApp": "true",
28+
"pageRenderingDuration": 0.565,
29+
"pageTraceId": "993eee65f3e2ba28",
30+
"pageUrl": "https://account-provisioning.service.newrelic.com/provision_first_account",
31+
"queueDuration": 0.001,
32+
"regionCode": "C",
33+
"secureHandshakeDuration": 0.007,
34+
"session": "715fcbc979fd76c6",
35+
"sessionTraceId": "993eee65f3e2ba28",
36+
"timestamp": 1763639276388,
37+
"userAgentName": "Chrome",
38+
"userAgentOS": "Windows",
39+
"userAgentVersion": "142",
40+
"webAppDuration": 0.155
41+
},
42+
{
43+
"agentVersion": "1.302.0",
44+
"appId": 21135291,
45+
"appName": "account-provisioning-service (staging)",
46+
"asn": "16509",
47+
"asnLatitude": 45.8400993347168,
48+
"asnLongitude": -119.70500183105469,
49+
"asnOrganization": "AMAZON-02",
50+
"backendDuration": 0.3,
51+
"browserTransactionName": "account-provisioning.staging-service.newrelic.com:443/provision_first_account",
52+
"city": "Boardman",
53+
"connectionSetupDuration": 0,
54+
"countryCode": "US",
55+
"deviceType": "Desktop",
56+
"dnsLookupDuration": 0,
57+
"domProcessingDuration": 0.167,
58+
"domain": "account-provisioning.staging-service.newrelic.com",
59+
"duration": 0.474,
60+
"entityGuid": "MXxCUk9XU0VSfEFQUExJQ0FUSU9OfDIxOTUwNDg3",
61+
"hasReplay": true,
62+
"name": "Controller/account_provisioning/show_setup_form",
63+
"networkDuration": 0.136,
64+
"nr.apdexPerfZone": "S",
65+
"nr.cityWithRegionAndCountry": "Boardman, OR, US",
66+
"nr.domain": "account-provisioning.staging-service.newrelic.com",
67+
"nr.isPrimaryApp": "true",
68+
"pageRenderingDuration": 0.007,
69+
"pageTraceId": "30db519660d111e4",
70+
"pageUrl": "https://account-provisioning.staging-service.newrelic.com/provision_first_account",
71+
"queueDuration": 0.001,
72+
"regionCode": "OR",
73+
"secureHandshakeDuration": 0,
74+
"session": "0c669ddbf2a3f4b3",
75+
"sessionTraceId": "30db519660d111e4",
76+
"timestamp": 1763639014137,
77+
"userAgentName": "Chrome",
78+
"userAgentOS": "Linux",
79+
"userAgentVersion": "134",
80+
"webAppDuration": 0.164
81+
}
82+
]

entity-types/ext-envoy/definition.stg.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)