private getGrafanaUrl()

in src/datasource.ts [536:538]


  private getGrafanaUrl(postfix: string): string {
    return `${this.url}${GRAFANA_API_PREFIX}${postfix}`;
  }