Skip to content

Commit

Permalink
npm package update (razee-io#1348)
Browse files Browse the repository at this point in the history
Co-authored-by: ethanstjohn <[email protected]>
  • Loading branch information
ethanstjohn and ethanstjohn authored Dec 7, 2023
1 parent 791730f commit 8419de2
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 536 deletions.
2 changes: 0 additions & 2 deletions app/apollo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ const createApolloServer = (schema) => {
const operationName = match ? match[1] : 'Query name not found';
// Record API operation duration metrics
const durationInSeconds = (Date.now() - startTime) / 1000;
console.log('potato');
customMetricsClient.apiCallHistogram(operationName).observe(durationInSeconds);
console.log('potato1');
},
didEncounterErrors() {
encounteredError = true;
Expand Down
Loading

0 comments on commit 8419de2

Please sign in to comment.