1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fixing typo in OTel mapping file (#48741)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
David Jarzebowski
2024-01-18 01:42:54 -05:00
committed by GitHub
parent 049440ae57
commit 7bdbb62272

View File

@@ -41,7 +41,7 @@ Stratocaster,stratocaster_timeline_processor_subscribe_to,gh.stratocaster.timeli
Audit Log,org_id,gh.org.id
Audit Log,org_name,gh.org.name
Audit Log,business_id,gh.business.id
Audit Log,busines_name,gh.business.name
Audit Log,business_name,gh.business.name
Profile,actor,gh.actor.login
Profile,notes,gh.rename.notes
Profile,reason,gh.rename.reason
1 Category Old Attribute New Attribute
41 Audit Log org_id gh.org.id
42 Audit Log org_name gh.org.name
43 Audit Log business_id gh.business.id
44 Audit Log busines_name business_name gh.business.name
45 Profile actor gh.actor.login
46 Profile notes gh.rename.notes
47 Profile reason gh.rename.reason