Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "traces", Usage: "Fetch trace information", Description: ` Fetch trace information. With "get" subcommand, get detailed trace information for the specified trace ID. Requests APIs under "/api/v0/traces". See https://mackerel.io/api-docs/entry/traces . `, Commands: []*cli.Command{ { Name: "get", Usage: "get trace", ArgsUsage: "<traceId> [--jq <formula>]", Description: ` Get detailed trace information for the specified trace ID. Requests "GET /api/v0/traces/<traceId>". See https://mackerel.io/api-docs/entry/traces#get . `, Action: doTracesGet, Flags: []cli.Flag{ jq.CommandLineFlag, }, }, }, }
Command is the definition of traces subcommand
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.