-
Notifications
You must be signed in to change notification settings - Fork 450
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: add default appProtocol on oc receiver #2486
feat: add default appProtocol on oc receiver #2486
Conversation
Signed-off-by: Husni Alhamdani <[email protected]>
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 make the linters happy. Otherwise LGTM 👍
.chloggen/main.yaml
Outdated
note: add missing appProtocol in opencensus receiver | ||
|
||
# One or more tracking issues related to the change | ||
issues: [] |
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.
You need to put your issue number here.
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.
Added, thanks.
Signed-off-by: Husni Alhamdani <[email protected]>
@@ -24,12 +24,14 @@ const parserNameOpenCensus = "__opencensus" | |||
|
|||
// NewOpenCensusReceiverParser builds a new parser for OpenCensus receivers. | |||
func NewOpenCensusReceiverParser(logger logr.Logger, name string, config map[interface{}]interface{}) parser.ComponentPortParser { | |||
http := "http" |
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.
How to fix this one @swiatekm-sumo?
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.
You need to change the variable name, to httpAppProtocol
for example.
Signed-off-by: Husni Alhamdani <[email protected]>
* feat: add default appProtocol on oc receiver Signed-off-by: Husni Alhamdani <[email protected]> * feat: add default appProtocol on oc receiver Signed-off-by: Husni Alhamdani <[email protected]> * feat: add default appProtocol on oc receiver Signed-off-by: Husni Alhamdani <[email protected]> --------- Signed-off-by: Husni Alhamdani <[email protected]>
Description:
add missing appProtocol in opencensus receiver
Link to tracking Issue: #2487
Testing:
Documentation: