Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
e078e273
Unverified
Commit
e078e273
authored
May 06, 2018
by
Marcus Efraimsson
Committed by
GitHub
May 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11803 from svenklemm/whatsnew51-table
Fix variable interpolation examples in whats new in 5.1 docs
parents
8523b1e4
ed4dc241
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
docs/sources/guides/whats-new-in-v5-1.md
+3
-4
No files found.
docs/sources/guides/whats-new-in-v5-1.md
View file @
e078e273
...
...
@@ -100,8 +100,8 @@ In the table below you can see some examples and you can find all different opti
Filter Option | Example | Raw | Interpolated | Description
------------ | ------------- | ------------- | ------------- | -------------
`glob`
| ${servers:glob} |
`'test1', 'test2'`
|
`{test1,test2}`
| Formats multi-value variable into a glob
`regex`
| ${servers:regex} |
`'test.', 'test2'`
|
`(test\\.|test2)`
| Formats multi-value variable into a regex string
`pipe`
| ${servers:pipe} |
`'test.', 'test2'`
|
`test.|test2`
| Formats multi-value variable into a pipe-separated string
`regex`
| ${servers:regex} |
`'test.', 'test2'`
|
<code>
(test
\.
|
test2)
</code>
| Formats multi-value variable into a regex string
`pipe`
| ${servers:pipe} |
`'test.', 'test2'`
|
<code>
test.
|
test2
</code>
| Formats multi-value variable into a pipe-separated string
`csv`
| ${servers:csv} |
`'test1', 'test2'`
|
`test1,test2`
| Formats multi-value variable as a comma-separated string
## Improved workflow for provisioned dashboards
...
...
@@ -122,4 +122,4 @@ More information in the [Provisioning documentation](/features/datasources/prome
## Changelog
Checkout the
[
CHANGELOG.md
](
https://github.com/grafana/grafana/blob/master/CHANGELOG.md
)
file for a complete list
of new features, changes, and bug fixes.
\ No newline at end of file
of new features, changes, and bug fixes.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment