Transformation of metric data to OTLP data should be a public method #5413
mayank-yadav2
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, I am designing a framework where we will instrument the data. Then the data has to be converted to OTLP data. Save the data in file. Finally, another service will read the OTLP data from the file and send it to another gateway. So, I want to perform these steps :
Problem faced :
Now, I see that there is otlpgrpcexporter available that does two things :
But I only want to transform the data and not send it. This functionality of only transforming the data into OTLP format is not public. It is inside internal folder, hence making it a private method.
Reasons for it to be a public method :
There are multiple reasons why transforming data into OTLP format should be public :
Beta Was this translation helpful? Give feedback.
All reactions