forked from mirrors/pronouns.cc
fix(backend): tweak traces/profiles sample rate
This commit is contained in:
parent
0e6f3a47f4
commit
a297ec681e
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ func run(c *cli.Context) error {
|
||||||
Debug: os.Getenv("DEBUG") == "true",
|
Debug: os.Getenv("DEBUG") == "true",
|
||||||
Release: server.Tag,
|
Release: server.Tag,
|
||||||
EnableTracing: true,
|
EnableTracing: true,
|
||||||
TracesSampleRate: 1.0,
|
TracesSampleRate: 0.05,
|
||||||
ProfilesSampleRate: 1.0,
|
ProfilesSampleRate: 0.05,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue