mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
codeintel: raise symbols honeycomb sample rate (#53341)
whoops, we blew threw those limits ## Test plan N/A, sample rate changes
This commit is contained in:
parent
16e0376df4
commit
806e7ae489
@ -10,6 +10,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/sourcegraph/log"
|
||||
|
||||
"github.com/sourcegraph/sourcegraph/cmd/symbols/fetcher"
|
||||
"github.com/sourcegraph/sourcegraph/cmd/symbols/gitserver"
|
||||
"github.com/sourcegraph/sourcegraph/cmd/symbols/internal/api"
|
||||
@ -51,7 +52,7 @@ func Main(ctx context.Context, observationCtx *observation.Context, ready servic
|
||||
// Initialize tracing/metrics
|
||||
observationCtx = observation.NewContext(logger, observation.Honeycomb(&honey.Dataset{
|
||||
Name: "codeintel-symbols",
|
||||
SampleRate: 20,
|
||||
SampleRate: 200,
|
||||
}))
|
||||
|
||||
// Allow to do a sanity check of sqlite.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user