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 6e8cfe0 commit c6f1383Copy full SHA for c6f1383
src/commonMain/kotlin/spp.protocol/probe/ProbeAddress.kt
@@ -19,8 +19,5 @@ package spp.protocol.probe
19
20
enum class ProbeAddress(val address: String) {
21
REMOTE_REGISTERED("spp.probe.status.remote-registered"),
22
- LIVE_BREAKPOINT_REMOTE("spp.probe.command.live-breakpoint-remote"),
23
- LIVE_LOG_REMOTE("spp.probe.command.live-log-remote"),
24
- LIVE_METER_REMOTE("spp.probe.command.live-meter-remote"),
25
- LIVE_SPAN_REMOTE("spp.probe.command.live-span-remote");
+ LIVE_INSTRUMENT_REMOTE("spp.probe.command.live-instrument-remote")
26
}
0 commit comments