Skip to content

Commit

Permalink
Data links URL のデータソース指定をインポート時に置き変わるように変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
tnamao committed Sep 8, 2023
1 parent 5fcdc35 commit a36c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/dashboards/kohaku/kohaku.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
"targetBlank": true,
"title": "Connection's RTC Stats",
"url": "d/bf887222-a2f7-4370-b688-b6c6b4ed47c0/rtc-stats?var-connection_id=${__value.raw}&from=${__data.fields.from_time}&to=${__data.fields.to_time}&var-channel_id=${__data.fields.channel_id}&var-session_id=${__data.fields.session_id}&var-DS_POSTGRESQL=PCC52D03280B7034C"
"url": "d/bf887222-a2f7-4370-b688-b6c6b4ed47c0/rtc-stats?var-connection_id=${__value.raw}&from=${__data.fields.from_time}&to=${__data.fields.to_time}&var-channel_id=${__data.fields.channel_id}&var-session_id=${__data.fields.session_id}&var-DS_POSTGRESQL=${DS_POSTGRESQL}"
}
]
}
Expand Down

0 comments on commit a36c721

Please sign in to comment.