Skip to content

Commit

Permalink
Fix: define synthetics type (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Apr 12, 2021
1 parent f657ff6 commit eb195a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions util/data_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ const (
)

var validTypes = map[string]string{
"logs": "Logs",
"metrics": "Metrics",
"traces": "Traces",
"logs": "Logs",
"metrics": "Metrics",
"synthetics": "Synthetics",
"traces": "Traces",
}

type DataStream struct {
Expand Down

0 comments on commit eb195a3

Please sign in to comment.