mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
40 lines
936 B
Text
40 lines
936 B
Text
|
|
NAME
|
||
|
|
gcloud alpha trace sinks - manages sinks used to export Stackdriver trace
|
||
|
|
data
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha trace sinks COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Manages sinks used to export Stackdriver trace data.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
(ALPHA) Creates a sink.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(ALPHA) Deletes a sink.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(ALPHA) Displays information about a sink.
|
||
|
|
|
||
|
|
list
|
||
|
|
(ALPHA) Lists the defined sinks for the project.
|
||
|
|
|
||
|
|
update
|
||
|
|
(ALPHA) Updates a sink.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in alpha and might change without notice. If this
|
||
|
|
command fails with API permission errors despite specifying the correct
|
||
|
|
project, you might be trying to access an API with an invitation-only early
|
||
|
|
access allowlist.
|
||
|
|
|