Skip to content

Commit

Permalink
Merge pull request #1002 from pokt-foundation/add-method
Browse files Browse the repository at this point in the history
feat: add method to log
  • Loading branch information
crisog authored Nov 30, 2022
2 parents aa47891 + 17b35ed commit 367800d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/metrics-recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export class MetricsRecorder {
relayType: 'APP',
typeID: applicationID,
gigastakeAppID,
method,
serviceNode,
serviceURL,
serviceDomain,
Expand All @@ -142,6 +143,7 @@ export class MetricsRecorder {
relayType: 'APP',
typeID: applicationID,
gigastakeAppID,
method,
serviceNode,
serviceURL,
serviceDomain,
Expand All @@ -162,6 +164,7 @@ export class MetricsRecorder {
relayType: 'APP',
typeID: applicationID,
gigastakeAppID,
method,
serviceNode,
serviceURL,
serviceDomain,
Expand Down

0 comments on commit 367800d

Please sign in to comment.