-
Notifications
You must be signed in to change notification settings - Fork 68
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
frontend: set default otel resource attributes #1184
Conversation
9f9d20f
to
87289bc
Compare
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.
/lgtm
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.
lgtm
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.
cc @mbarnes
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.
I'd prefer to merge /frontend/pkg/info
and /frontend/pkg/config
.
frontend/pkg/info/version.go
Outdated
} | ||
|
||
return version | ||
} |
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.
This and /frontend/pkg/config
are both single-function packages. Could we merge them?
Feel free to rename the merged package to something appropriate, like maybe util
? (you pick)
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.
merged both into into a util
package 👍
Signed-off-by: Benedikt Bongartz <[email protected]>
87289bc
to
63cd81f
Compare
Signed-off-by: Benedikt Bongartz <[email protected]>
63cd81f
to
9c1ea65
Compare
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.
lgtm
What this PR does
Jira: https://issues.redhat.com/browse/ARO-14935
Link to demo recording:
Special notes for your reviewer
This change will add a default service name and version key similar like on OCM Cluster Service.
e.g. previous default:
cc @dinhxuanvu