Skip to content

Commit b122001

Browse files
Update APM Config to include span enrichment for PageName (#87)
* Initial PeopleSoft solution content push. This is the initial push of custom content for the PeopleSoft Observability Solution * Update PeopleSoftAPMConfig.json Include an additional span enrichment rule to populate PageName.
1 parent 8d379c0 commit b122001

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

knowledge-content/peoplesoft-observability-solution/APMConfig/PeopleSoftAPMConfig.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,57 @@
183183
},
184184
{
185185
"configType": "OPTIONS",
186+
<<<<<<< HEAD
187+
"id": "ocid1.apmconfig....su6zanva",
188+
"freeformTags": {},
189+
"definedTags": {},
190+
"displayName": "Set pagename",
191+
"options": {
192+
"type": "data-manipulation.group",
193+
"filterText": "pageviews > 0 and pageName is omitted",
194+
"disabled": false,
195+
"rules": [
196+
{
197+
"displayName": "Set pagename = ApmrumPageTitle",
198+
"filterText": "ApmrumPageTitle is not omitted",
199+
"disabled": false,
200+
"actions": [
201+
{
202+
"name": "string.Extract",
203+
"config": {
204+
"input": "ApmrumPageTitle",
205+
"pattern": "(.*)",
206+
"output": "PageName"
207+
},
208+
"disabled": false
209+
}
210+
]
211+
},
212+
{
213+
"displayName": "Set pagename = psftContentId",
214+
"filterText": "PageName is omitted and psftContentId is not omitted",
215+
"disabled": false,
216+
"actions": [
217+
{
218+
"name": "string.Extract",
219+
"config": {
220+
"input": "psftContentId",
221+
"pattern": "(.*)",
222+
"output": "PageName"
223+
},
224+
"disabled": false
225+
}
226+
]
227+
}
228+
]
229+
},
230+
"group": "data-manipulation.spans",
231+
"description": null
232+
},
233+
{
234+
"configType": "OPTIONS",
235+
=======
236+
>>>>>>> 8d379c0a929836ad83dcc8a848f5f8dceabdf202
186237
"id": "ocid1.apmconfig....kqx5fqpq",
187238
"freeformTags": {},
188239
"definedTags": {},

0 commit comments

Comments
 (0)