-
Notifications
You must be signed in to change notification settings - Fork 1.9k
CloudProfiler: Labels is always null in matadata.csv #4323
Copy link
Copy link
Open
Labels
api: cloudprofilerIssues related to the Cloud Profiler API.Issues related to the Cloud Profiler API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: cloudprofilerIssues related to the Cloud Profiler API.Issues related to the Cloud Profiler API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In which file did you encounter the issue?
golang-samples/profiler/export/main.go
Line 104 in 66fabfc
Did you change the file? If so, how?
To fill Labels value in matadata.csv
Before:
After:
To make label data more readable:
Before:
After:
Describe the issue
Before: Output results of the metadata.csv
Labels is always null in my environment.
After: Output results of the metadata.csv
how do you think ?