GrafanaAdditionalDatasource

Scope: Cluster

The resource for connecting additional datasources to Grafana.

The resource parameters are described in details in the Grafana documentation.

  • spec
    object

    Required value

    • spec.access
      string

      Required value

      Access mode.

      Allowed values: Proxy, Direct

    • spec.basicAuth
      boolean

      Enable/disable basic auth.

    • spec.basicAuthUser
      string

      Basic auth username.

    • spec.database
      string

      Database name (if used).

    • spec.jsonData
      object

      Fields to be converted to JSON and stored in jsonData.

    • spec.secureJsonData
      object

      JSON-data object to be saved encrypted.

    • spec.type
      string

      Required value

      Datasource type.

    • spec.url
      string

      Datasource URL.

      Example:

      url: http://localhost:8080
      
    • spec.user
      string

      Database username.

    • spec.withCredentials
      boolean

      Enable/disable with credentials headers (details…).

Deprecated resource. Support for the resource might be removed in a later release.

The resource for connecting additional datasources to Grafana.

The resource parameters are described in details in the Grafana documentation.

  • spec
    object

    Required value

    • spec.access
      string

      Required value

      Access mode.

      Allowed values: proxy, direct

    • spec.basicAuth
      boolean

      Enable/disable basic auth.

    • spec.basicAuthUser
      string

      Basic auth username.

    • spec.database
      string

      Database name (if used).

    • spec.jsonData
      object

      Fields to be converted to JSON and stored in jsonData.

    • spec.secureJsonData
      object

      JSON-data object to be saved encrypted.

    • spec.type
      string

      Required value

      Datasource type.

    • spec.url
      string

      Datasource URL.

      Example:

      url: http://localhost:8080
      
    • spec.user
      string

      Database username.

    • spec.withCredentials
      boolean

      Enable/disable with credentials headers (details…).