Skip to content

Commit

Permalink
tdg_dashboard: add REST API requests panels
Browse files Browse the repository at this point in the history
Add "TDG REST API requests" section to TDG dashboard templates.
It consists of panels with following metrics:
- tdg_rest_exec_time_count
- tdg_rest_exec_time

Part of #134
  • Loading branch information
DifferentialOrange committed Jun 6, 2022
1 parent a56aae5 commit 52a92f9
Show file tree
Hide file tree
Showing 8 changed files with 3,617 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- File connectors panels for TDG dashboard
- GraphQL requests panels for TDG dashboard
- IProto requests panels for TDG dashboard
- REST API requests panels for TDG dashboard


## [1.1.0] - 2022-05-17
Expand Down
6 changes: 6 additions & 0 deletions dashboard/influxdb_tdg_dashboard.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,10 @@ dashboard.new(
policy=variable.influxdb.policy,
measurement=variable.influxdb.measurement,
)
).addPanels(
section.tdg_rest_api(
datasource=variable.datasource.influxdb,
policy=variable.influxdb.policy,
measurement=variable.influxdb.measurement,
)
)
Loading

0 comments on commit 52a92f9

Please sign in to comment.