package
0.0.0-20250324064011-405b113f5688
Repository: https://github.com/apache/skywalking-cli.git
Documentation: pkg.go.dev
# Functions
AlignPrecision aligns the two time strings to same precision by truncating the more precise one.
BeforeChain is a convenient function to chain up multiple cli.BeforeFunc.
DurationInterceptor sets the duration if absent, and formats it accordingly, see ParseDuration.
IsSetDurationFlags checks if the duration flags are set.
ParseBrowserService parses the service id or service name, and converts the present one to the missing one.
ParseDuration parses the `start` and `end` to a triplet, (startTime, endTime, step), based on the given `timezone`, however, if the given `timezone` is empty, UTC becomes the default timezone.
ParseEndpoint parses the endpoint id or endpoint name, and converts the present one to the missing one.
ParseEndpointRelation parses the source and destination endpoint id or endpoint name, and converts the present one to the missing one.
No description provided by the author
ParseInstance parses the service instance id or service instance name, and converts the present one to the missing one.
ParseInstanceList parses the service instance id slice or service instance name slice, and converts the present one to the missing one.
ParseInstanceRelation parses the source and destination service instance id or service instance name, and converts the present one to the missing one respectively.
ParsePage parses the endpoint id or endpoint name, and converts the present one to the missing one.
ParseParameters parses parameters of the event message from args.
ParseProcess parses the process id or process name, and converts the present one to the missing one.
ParseProcessRelation parses the source and destination service instance id or service instance name, and converts the present one to the missing one respectively.
ParseService parses the service id or service name, and converts the present one to the missing one.
No description provided by the author
ParseServiceRelation parses the source and destination service id or service name, and converts the present one to the missing one respectively.
ParseVersion parses the service instance id or service instance name, and converts the present one to the missing one.
TimezoneInterceptor sets the server timezone if the server supports the API, otherwise, sets to local timezone.
No description provided by the author
# Constants
No description provided by the author