Skip to content

Commit

Permalink
use latest version of observability with otlp updates, reduce export … (
Browse files Browse the repository at this point in the history
#1195)

* use latest version of observability with otlp updates, reduce export interval

* update to latest version that allows timestamp to be a date object

* force rerun test
  • Loading branch information
gvelez17 authored Apr 22, 2024
1 parent 1864c9a commit dc77998
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 218 deletions.
4 changes: 2 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"metrics": {
"collectorHost": "",
"exportIntervalMillis": 60000,
"exportTimeoutMillis": 30000,
"exportIntervalMillis": 30000,
"exportTimeoutMillis": 20000,
"prometheusPort": 0
},
"db": {
Expand Down
Loading

0 comments on commit dc77998

Please sign in to comment.