Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for exemplarTraceIdDestinations in Prometheus data source #681

Closed
johanderss opened this issue Feb 11, 2022 · 0 comments
Closed
Labels
enhancement New feature or request needs triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@johanderss
Copy link
Contributor

johanderss commented Feb 11, 2022

Is your feature request related to a problem? Please describe.
The Prometheus data source has support for exemplars but the fields need to be whitelisted in Grafana Operator.

Describe the solution you'd like
Add support for the following type in jsonData:

export type ExemplarTraceIdDestination = {
  name: string;
  url?: string;
  urlDisplayLabel?: string;
  datasourceUid?: string;
};

Example data source can be found here Provision the Prometheus data source

@johanderss johanderss added enhancement New feature or request needs triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 11, 2022
johanderss added a commit to johanderss/grafana-operator that referenced this issue Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants