Searched refs:setTimestampNanos (Results 1 – 8 of 8) sorted by relevance
52 .setDescription("e1").setSeverity(Severity.CT_ERROR).setTimestampNanos(1001).build(); in reportEvents()54 .setDescription("e2").setSeverity(Severity.CT_INFO).setTimestampNanos(1002).build(); in reportEvents()56 .setDescription("e3").setSeverity(Severity.CT_WARNING).setTimestampNanos(1003).build(); in reportEvents()58 .setDescription("e4").setSeverity(Severity.CT_UNKNOWN).setTimestampNanos(1004).build(); in reportEvents()
2133 .setTimestampNanos(timer.getTicker().read()) in channelTracing_channelCreationEvent()2147 .setTimestampNanos(timer.getTicker().read()) in channelTracing_subchannelCreationEvents()2153 .setTimestampNanos(timer.getTicker().read()) in channelTracing_subchannelCreationEvents()2165 .setTimestampNanos(timer.getTicker().read()) in channelTracing_nameResolvingErrorEvent()2183 .setTimestampNanos(timer.getTicker().read()) in channelTracing_nameResolvedEvent()2246 .setTimestampNanos(timer.getTicker().read()) in channelTracing_serviceConfigChange()2273 .setTimestampNanos(timer.getTicker().read()) in channelTracing_serviceConfigChange()2286 .setTimestampNanos(timer.getTicker().read()) in channelTracing_stateChangeEvent()2301 .setTimestampNanos(timer.getTicker().read()) in channelTracing_subchannelStateChangeEvent()2316 .setTimestampNanos(timer.getTicker().read()) in channelTracing_oobChannelStateChangeEvent()[all …]
404 .setTimestampNanos(timeProvider.currentTimeNanos()) in enterIdleMode()697 .setTimestampNanos(timeProvider.currentTimeNanos()) in shutdown()763 .setTimestampNanos(timeProvider.currentTimeNanos()) in panic()1082 .setTimestampNanos(subchannelCreationTime) in createSubchannel()1133 .setTimestampNanos(timeProvider.currentTimeNanos()) in updateBalancingState()1167 .setTimestampNanos(oobChannelCreationTime) in createOobChannel()1200 .setTimestampNanos(oobChannelCreationTime) in createOobChannel()1268 .setTimestampNanos(timeProvider.currentTimeNanos()) in onAddresses()1279 .setTimestampNanos(timeProvider.currentTimeNanos()) in onAddresses()1324 .setTimestampNanos(timeProvider.currentTimeNanos()) in onError()
70 .setTimestampNanos(channelCreationTimeNanos) in ChannelTracer()
250 .setTimestampNanos(timeProvider.currentTimeNanos()) in handleSubchannelStateChange()
336 .setTimestampNanos(timeProvider.currentTimeNanos()) in gotoState()
869 .setTimestampNanos(12) in channelTrace_withEvents()874 .setTimestampNanos(34) in channelTrace_withEvents()
584 public Builder setTimestampNanos(long timestampNanos) { in setTimestampNanos() method in InternalChannelz.ChannelTrace.Event.Builder