influxdata / influxdata/docs-v2
Document deep-linking dashboards
Open
@noramullen1 is already working on this.
Since May 15, 2020.
InfluxDB v2
product:v2-cloud
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
The ability to set variables in dashboard URLs opens up the possibility for deep-linking dashboards. We need to create a guide that walks through creating deep-linked dashboards.
1. Build links in your query results. For example:
```javascript
// ...
|> map(fn: (r) => ({
link: "http://localhost:9999/orgs//dashboards/?&vars[country]=${r.country}"
}))
```
2. Use the table visualization to visualize the links.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.