grafana / grok

Grafana Object Development Kit
Apache License 2.0
50 stars 1 forks source link

Typescript as supported language for schema output #37

Closed urianawu closed 10 months ago

urianawu commented 10 months ago

Our team uses Grafana Cloud as our main monitoring platform and is looking to scale by investing in IaC. While Grafonnet(jsonnet) is the official IaC library, I was wondering whether the team would consider supporting Typescript?

Reasons for why Typescript support can help:

K-Phoen commented 10 months ago

Hey!

Generating Typescript output is something we're indeed interested in :)

It won't be done using grok though, as we decided to abandon this experiment.

Instead of grok, we're using cog to generate both types and builder libraries in a range of languages, including Typescript. You can find a preview of these generated outputs in grafana-foundation-sdk

urianawu commented 10 months ago

This is awesome news! Upon a quick scan the new sdk has everything we need, I will definitely try them out.