-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Screenboard support #168
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add integration tests, longer comment left on the issue itself.
3771af9
to
3759429
Compare
screen_widgets.go
Outdated
Group *string `json:"group,omitempty"` | ||
Grouping *string `json:"grouping,omitempty"` | ||
type Time struct { | ||
LiveSpan *string `mapstructure:"live_span" json:"live_span,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no reference to the mapstructure package in this repo. What's the intent of this tag? Will it be consumed downstream?
cc @yfronto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, didn't add this on purpose. Leftover from #158. Nice catch!
Thanks @oxlay! lgtm |
Datadog engineer here 👋
As explained in #32, the support for Datadog screenboards was broken. This PR adresses this issue.
Things changed