Skip to content

Commit

Permalink
Expand the histogram bucket of otelexpoerter (Add 1500ms) (#563)
Browse files Browse the repository at this point in the history
Signed-off-by: Daxin Wang <[email protected]>
Signed-off-by: Daxin Wang <[email protected]>
  • Loading branch information
dxsup authored Aug 17, 2023
1 parent 0c30aaa commit 457cd99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## Unreleased
### Enhancements
- Expand the histogram bucket of otelexpoerter (Add 1500ms). ([#563](https://github.com/KindlingProject/kindling/pull/563))
- Set default values of `store_external_src_ip` and `StoreExternalSrcIP` to false to reduce occurrences of unexpected src IP data. ([#562](https://github.com/KindlingProject/kindling/pull/562))
- Optimized the `networkanalyzer` component of the probe analyzer by utilizing Go's goroutines, enabling concurrent execution. ([#558](https://github.com/KindlingProject/kindling/pull/558))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func newExporters(context context.Context, cfg *Config, telemetry *component.Tel
}

var exponentialInt64Boundaries = []float64{10, 25, 50, 80, 130, 200, 300,
400, 500, 700, 1000, 2000, 5000, 30000}
400, 500, 700, 1000, 1500, 2000, 5000, 30000}

// exponentialInt64NanoSecondsBoundaries applies a multiplier to the exponential
// Int64Boundaries: [ 5M, 10M, 20M, 40M, ...]
Expand Down

0 comments on commit 457cd99

Please sign in to comment.