@jerad
To decode a URL in Grafana, you can use the decodeURIComponent
function in the query editor. Here's how you can do it:
1
|
decodeURIComponent('https%3A%2F%2Fexample.com%2Fsome%2Fpath') |
By using the decodeURIComponent
function in Grafana, you can easily decode URLs and view them in a human-readable format.