Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove summary from load
  • Loading branch information
huyan0 committed Aug 27, 2020
commit 15e5060d5a58aae9c9e2426bd67eae3a15248b4e
2 changes: 1 addition & 1 deletion test/otlploadgenerator/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
counter,
gauge,
histogram,
summary,
// summary,
}
labels = []string{ // each metric will have from 1 to 4 sets of labels
"label1 value1",
Expand Down