Skip to content

Commit

Permalink
chore(hasura): add net and cpu usage to Transaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Jul 3, 2023
1 parent 870a19a commit 6adc74c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hasura/metadata/actions.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ type CPUBenchmark {
type Transaction {
datetime: String
transactions_count: Int
cpu: Float
net: Float
}

type ProducersSummary {
Expand Down

0 comments on commit 6adc74c

Please sign in to comment.