RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
grafana.grafana_widget_tool.GrafanaConfig Class Reference

Simple data class holding configuration for Grafana. More...

Static Public Attributes

str base_url = "http://localhost:3000"
 
str api_key = "YOUR_API_KEY"
 
str data_dir = os.environ.get("INTROOT", "/usr") + "/resource/grafana/rtctk"
 

Properties

 headers = property
 Return formatted headers required for Grafana API requests.
 

Detailed Description

Simple data class holding configuration for Grafana.

Member Data Documentation

◆ api_key

str grafana.grafana_widget_tool.GrafanaConfig.api_key = "YOUR_API_KEY"
static

◆ base_url

str grafana.grafana_widget_tool.GrafanaConfig.base_url = "http://localhost:3000"
static

◆ data_dir

str grafana.grafana_widget_tool.GrafanaConfig.data_dir = os.environ.get("INTROOT", "/usr") + "/resource/grafana/rtctk"
static

Property Documentation

◆ headers

grafana.grafana_widget_tool.GrafanaConfig.headers = property
static

Return formatted headers required for Grafana API requests.


The documentation for this class was generated from the following file: