Application-Insights-Workbooks icon indicating copy to clipboard operation
Application-Insights-Workbooks copied to clipboard

Reuse Custom Endpoint Settings

Open Panda-Sharp opened this issue 9 months ago • 0 comments

Hello,

Apologize in advance if I'm not writing in the right repo, if so, please feel free to redirect me.

Recently I started to work with workbooks, and I'm trying to implement a dashboard that make several calls to ADO rest endpoints, is there any way to share the base config like:

  • Base url, eg: https://dev.azure.com/ORG/PROJ
  • Headers, eg: authorization ...
  • Query Params, eg: api-version ...

across every query, instead of redeclare everything every time?

something like these Grafana data sources can do:

  • https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/
  • https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/

Thanks

Panda-Sharp avatar Apr 30 '24 07:04 Panda-Sharp