Skip to content

Instantly share code, notes, and snippets.

@pierrefevrier
Created August 22, 2018 09:12
Show Gist options
  • Save pierrefevrier/51b58daf1e54607affa55a5b27cecae9 to your computer and use it in GitHub Desktop.
Save pierrefevrier/51b58daf1e54607affa55a5b27cecae9 to your computer and use it in GitHub Desktop.
Grafana tips

Dashboard variable - query with exclude regex pattern

  • Use ?! notation
    • Example: /^(?!patternToExclude.+|anotherPatternToExclude)/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment