-
Notifications
You must be signed in to change notification settings - Fork 97
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
feat(entities): add support for tags in EntityOutline types #1146
Conversation
9697671
to
9f42075
Compare
3d43ac0
to
f332aa1
Compare
f332aa1
to
612d979
Compare
chore(deps): update some more deps (#1164) feat: Add tags for missing entities feat: Retrive tags from entity api
4deefde
to
3c7e35e
Compare
134d3d2
to
60ba48a
Compare
97829a9
to
0193b14
Compare
chore(deps): update some more deps (#1164) feat: Add tags for missing entities feat: Retrive tags from entity api chore(deps): update git-chglog, fastjson, mergo (#1148) chore(deps): update dependencies chore(deps): Update module github.com/goreleaser/goreleaser to v1.26.2 (#1152) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> chore(deps): update some more dependencies (#1161) chore(deps): update some more deps (#1164) chore: Add test validation for entity tags chore(deps): Update module github.com/caarlos0/svu to v2 (#1167) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pranav-new-relic <[email protected]> feat(entities): add support for tags in EntityOutline types chore(deps): adding missing dependency chore(entities): refactor code in types feat(entities): add support for tags in EntityOutline types Empty commit chore(deps): eliminate an unnecessary dependency
@@ -17345,6 +17345,7 @@ type EntityOutlineInterface interface { | |||
GetGUID() common.EntityGUID | |||
GetName() string | |||
GetType() string | |||
GetTags() []EntityTag |
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.
for anyone finding this PR in future: no other changes are needed in this file, since Tutone seems to have already populated all fields implementing the EntityOutlineInterface
with a Tags attribute and a GetTags
method.
This has been verified and checked multiple times by @abasha1234 and me.
Add Support for Tags to the newrelic_entity Data Source
Ticket: https://new-relic.atlassian.net/browse/NR-273644