We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c402838 commit f377d86Copy full SHA for f377d86
src/commonMain/kotlin/spp.protocol/auth/RolePermission.kt
@@ -42,5 +42,10 @@ enum class RolePermission(val manager: Boolean = true) {
42
GET_LIVE_LOGS(false),
43
GET_LIVE_METERS(false),
44
GET_LIVE_SPANS(false),
45
- REMOVE_LIVE_INSTRUMENT(false)
+ REMOVE_LIVE_INSTRUMENT(false),
46
+
47
+ //views
48
+ VIEW_ACTIVITY(false),
49
+ VIEW_TRACES(false),
50
+ VIEW_LOGS(false)
51
}
0 commit comments