grafana / cog

Code Generation with a human touch
Apache License 2.0
43 stars 2 forks source link

Veneers: Use the same Datasource struct in all datasources. #554

Closed spinillos closed 2 days ago

spinillos commented 1 week ago

We have the Datasource defined in dashboard, testdata schemas, when it should be the same.

In most of the datasources, this struct isn't pointing to this struct, its an any instead, for example tempo or parca

We need to create a veneer to have this struct in all datasources and point to the same struct. The dashboard, for example.