File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
splunk-otel-android/src/main/java/com/splunk/rum Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ public class SplunkRum {
67
67
68
68
static final AttributeKey <String > APP_NAME_KEY = stringKey ("app" );
69
69
static final AttributeKey <String > RUM_VERSION_KEY = stringKey ("splunk.rum.version" );
70
- static final AttributeKey <String > APPLICATION_ID_KEY = stringKey ("app.application.id " );
71
- static final AttributeKey <String > APP_VERSION_CODE_KEY = stringKey ("app.version.code " );
72
- static final AttributeKey <String > SPLUNK_OLLY_UUID_KEY = stringKey ("app.splunk.olly.uuid " );
70
+ static final AttributeKey <String > APPLICATION_ID_KEY = stringKey ("service.application_id " );
71
+ static final AttributeKey <String > APP_VERSION_CODE_KEY = stringKey ("service.version_code " );
72
+ static final AttributeKey <String > SPLUNK_OLLY_UUID_KEY = stringKey ("service.o11y.key " );
73
73
74
74
@ Nullable private static SplunkRum INSTANCE ;
75
75
You can’t perform that action at this time.
0 commit comments