Skip to content

Commit 1e5a6f1

Browse files
acrmpmkocher
authored andcommitted
Remove json tags from update request
- We don't believe these are used Co-authored-by: Matthew Kocher <[email protected]>
1 parent 5c2d5b5 commit 1e5a6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ func NewRunRequest(guid string, runInfo *RunInfo, tags Tags) RunRequest {
8989

9090
type UpdateRequest struct {
9191
Guid string
92-
InternalRoutes internalroutes.InternalRoutes `json:"internal_routes"`
93-
MetricTags map[string]string `json:"metric_tags"`
92+
InternalRoutes internalroutes.InternalRoutes
93+
MetricTags map[string]string
9494
}
9595

9696
func NewUpdateRequest(guid string, internalRoutes internalroutes.InternalRoutes, metricTags map[string]string) UpdateRequest {

0 commit comments

Comments
 (0)