Skip to content

I cannot configure Instana Datasource #434

Closed
@mantoniocc

Description

I'm facing a problem similar to this issue and this when I try to configure Instana datasource. I've noticed that all data under jsonData are ignored, then my configMap shows an empty jsonData because of jsonData fields whitelisting.

apiVersion: integreatly.org/v1alpha1
kind: GrafanaDataSource
metadata:
name: grafana-datasources
namespace: grafana
spec:
name: grafana-datasources.yaml
datasources:
- name: Instana
type: instana-datasource
access: direct
orgId: 1
isDefault: true
url: ${INSTANA_UI_BACKEND_URL}
jsonData:
url: ${INSTANA_UI_BACKEND_URL}
apiToken: ${INSTANA_API_TOKEN}
useProxy: false
showOffline: true
allowInfraExplore: true
version: 1
editable: true

This is a reference for provisioning Instana datasource here

It is possible to add the necessary fields or exists any plan to allow in the future to configure third party datasources?

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions