Skip to content

Commit

Permalink
increasing the report interval
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince committed Nov 22, 2024
1 parent d57e5fe commit f91e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark-script/read_operation/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func enableSDExporter() (err error) {
MetricPrefix: "custom.googleapis.com/warp-test/",
// ReportingInterval sets the frequency of reporting metrics
// to the Cloud Monitoring backend.
ReportingInterval: 5 * time.Second,
ReportingInterval: 60 * time.Second,
})

if err != nil {
Expand Down

0 comments on commit f91e577

Please sign in to comment.