-
public final class _InternalProxyThis class exposes internal methods that are used by other Kubesense modules and cross platform frameworks. It is not meant for public use.
DO NOT USE this class or its methods if you are not working on the internals of the Kubesense SDK or one of the cross platform frameworks.
Methods, members, and functionality of this class are subject to change without notice, as they are not considered part of the public interface of the Kubesense SDK.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class_InternalProxy._TelemetryProxypublic class_InternalProxy.Companion
-
Field Summary
Fields Modifier and Type Field Description private final _InternalProxy._TelemetryProxy_telemetry
-
Method Summary
Modifier and Type Method Description final _InternalProxy._TelemetryProxyget_telemetry()final UnitsetMetricTelemetrySampleRateBypass(@FloatRange(from = 0.0.toDouble(), to = 100.0.toDouble()) Float sampleRate)final UnitsetCustomAppVersion(String version)-
-
Method Detail
-
get_telemetry
final _InternalProxy._TelemetryProxy get_telemetry()
-
setMetricTelemetrySampleRateBypass
final Unit setMetricTelemetrySampleRateBypass(@FloatRange(from = 0.0.toDouble(), to = 100.0.toDouble()) Float sampleRate)
-
setCustomAppVersion
final Unit setCustomAppVersion(String version)
-
-
-
-