public interface ProfileActionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxProfiles()
Limits the max number of profiles that can be generated by this action
over its lifetime to avoid filling the disk.
|
com.google.protobuf.Duration |
getProfileDuration()
How long the profile should last.
|
com.google.protobuf.DurationOrBuilder |
getProfileDurationOrBuilder()
How long the profile should last.
|
String |
getProfilePath()
File path to the directory to output profiles.
|
com.google.protobuf.ByteString |
getProfilePathBytes()
File path to the directory to output profiles.
|
boolean |
hasProfileDuration()
How long the profile should last.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProfileDuration()
How long the profile should last. If not set defaults to 5 seconds.
.google.protobuf.Duration profile_duration = 1;com.google.protobuf.Duration getProfileDuration()
How long the profile should last. If not set defaults to 5 seconds.
.google.protobuf.Duration profile_duration = 1;com.google.protobuf.DurationOrBuilder getProfileDurationOrBuilder()
How long the profile should last. If not set defaults to 5 seconds.
.google.protobuf.Duration profile_duration = 1;String getProfilePath()
File path to the directory to output profiles.
string profile_path = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getProfilePathBytes()
File path to the directory to output profiles.
string profile_path = 2 [(.validate.rules) = { ... }long getMaxProfiles()
Limits the max number of profiles that can be generated by this action over its lifetime to avoid filling the disk. If not set (i.e. it's 0), a default of 10 will be used.
uint64 max_profiles = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.