@Srikanth Chekuri are there any possible solutions on this can be done?
s
Srikanth Chekuri
09/11/2023, 4:59 PM
@Mac Wynkoop the encoding of the data and sending it is taken care by exporter. Are you using any OTLP http exporter or are you trying to write your own exporter?
m
Mac Wynkoop
09/11/2023, 5:06 PM
It's an extremely basic OTLP exporter that yes, I implemented in the Google Apps Script. I was trying to initially just send the data over in normal JSON formatting, not realizing it had to be protobuf-encoded JSON data. So I'm currently just having it console.log(spanpayload) to the Google Stackdriver logging system. It kind of shows the same data, just not really OTLP-compliant.
s
Srikanth Chekuri
09/11/2023, 5:10 PM
I was trying to initially just send the data over in normal JSON formatting, not realizing it had to be protobuf-encoded JSON data
Hey @Srikanth Chekuri I am picking this effort back up, to get an OTLP exporter in my Google Apps Script. Currently trying to transpile the npm package in with Webpack.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.