Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed documentation of ta and tb params for iframe

...

  • %s - will be replaced by the current Dashboard query when resolving the URL.
  • %tb %ta - will be replaced by the beginning of the current Dashboard time range (time-after) (if one is defined).
  • %ta %tb - will be replaced by the end of the current Dashboard time range (time-before) (if one is defined).
  • %u - will be replaced by the currently logged in user's name.
  • %p - will be replaced by the current project's title.
  • %d - will be replaced by the current (containing the IFrame widget) dashboard's title.
  • %q[query_param] - will be replaced by the embedded dashboard's URL query param of the name query_param.
    This is particularly useful in scenarios where the embedded dashboard gets injected some parameters from the outside environment.
    By referencing them in the iFrame widget, it is possible to trickle them down to the referenced web endpoint. 

...