You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a Linux node running hostmetricsreceiver to push data to an oltphttp endpoint. My goal is to implement the endpoint to receive metrics for further use in my application. However, I'm encountering an issue with my .NET application when using ExportMetricsServiceRequest to parse the incoming protobuf stream. The error message I receive is:
Error Processing Metrics: Protocol Message contained a tag with an invalid wire type while calling the parser ExportMetricsServiceRequest.Parser.ParseFrom(memoryStream)
I've validated the received protobuf using protobuf-decoder, and it doesn't show any errors.
Any assistance in resolving the exception thrown by ExportMetricsServiceRequest.Parser.ParseFrom(memoryStream) would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I'm working with a Linux node running
hostmetricsreceiver
to push data to anoltphttp
endpoint. My goal is to implement the endpoint to receive metrics for further use in my application. However, I'm encountering an issue with my .NET application when usingExportMetricsServiceRequest
to parse the incoming protobuf stream. The error message I receive is:I've validated the received protobuf using protobuf-decoder, and it doesn't show any errors.
Any assistance in resolving the exception thrown by
ExportMetricsServiceRequest.Parser.ParseFrom(memoryStream)
would be greatly appreciated.Best regards,
Utkarsh
Beta Was this translation helpful? Give feedback.
All reactions