You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through out most of this code there is the assumption the end user is utilizing port 3000 and not using custom port configurations, wherein you can configure the library to connect to the remote grafana, the urls generated to the end user will show up not as host+port but as localhost:3000 or host:3000.
Instead we should allow the user to configure global variables that dictate the host and port for the entire library.
The text was updated successfully, but these errors were encountered:
https://github.com/ascendcorp/grafana-snapshot/blob/2a2214662fb6f92702a60843358b462aafd5124e/GrafanaSnapshot/feature/snapshots.py#L54C76-L54C80
Through out most of this code there is the assumption the end user is utilizing port 3000 and not using custom port configurations, wherein you can configure the library to connect to the remote grafana, the urls generated to the end user will show up not as host+port but as localhost:3000 or host:3000.
Instead we should allow the user to configure global variables that dictate the host and port for the entire library.
The text was updated successfully, but these errors were encountered: