K-Phoen / backstage-plugin-grafana

Grafana plugin for Backstage
Apache License 2.0
53 stars 28 forks source link

Is there any backend for this plugin #49

Closed ghost closed 1 year ago

ghost commented 1 year ago

Thanks for this awesome plugin,

i tried to setup this locally in my backstage instance, but i getting this error Missing required config value at 'grafana.domain', as i see for every plugin there are front end and backend but in grafana plugin setup there is only frontend.

and

Expose the plugin to Backstage:

// packages/app/src/plugins.tsx

// other plugins...

export { grafanaPlugin } from '@k-phoen/backstage-plugin-grafana';

is this export required, beacuse for other plugins it is not required i guess, correct me if i am not right.

ghost commented 1 year ago

I understood in different way, its working fine. i am closing the issue....