I have a cloud-run job witch emits logs (json formated) with metrics I would like to plot in a graph for visualizations.
I have been able to grep the logs and display them in text on the dashboard but can’t figure out how to parse it into something which would make a nice curve.
This is another way to address the problem I have in
Push Custom metrics in google cloud-run where a side car was suggested, but that would make my setup unnecessarily complex. I think I might have been asking the wrong questions