Skip to content

Commit

Permalink
feat(wip): interceptor changes w api
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash committed Mar 15, 2024
1 parent 797a670 commit 74b2aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/02-monitoring/src/response.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class ResponseTimeInterceptor implements NestInterceptor {

// updating the grafana JSON with the row for this panel
try {
// const fetchDashboardJSON =
// check to see if a dashboard titled "Response Times" already exists or not
const dashboardJSONSearchResp = await getDashboardJSON(
'glsa_81xg6BnRNIuLvTcgPgplYNvlwa0TieZS_87bbe96a',
'Response Times',
Expand Down

0 comments on commit 74b2aa2

Please sign in to comment.