We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0ab47 commit 960c768Copy full SHA for 960c768
trace/trace.go
@@ -185,6 +185,15 @@ const (
185
labelSamplingWeight = `trace.cloud.google.com/sampling_weight`
186
)
187
188
+const (
189
+ // ScopeTraceAppend grants permissions to write trace data for a project.
190
+ ScopeTraceAppend = "https://www.googleapis.com/auth/trace.append"
191
+
192
+ // ScopeCloudPlatform grants permissions to view and manage your data
193
+ // across Google Cloud Platform services.
194
+ ScopeCloudPlatform = "https://www.googleapis.com/auth/cloud-platform"
195
+)
196
197
type contextKey struct{}
198
199
type stackLabelValue struct {
0 commit comments