mediacloud / news-search-api

Internal API server that offers search access to the Media Cloud Online News Archive (in Elasticsearch).
https://mediacloud.org
GNU Affero General Public License v3.0
1 stars 3 forks source link

enable tracing/profiling #72

Closed pgulley closed 2 months ago

pgulley commented 2 months ago

Added environment options so that the rates can eventually be set in deploy scripts, as well.

pgulley commented 2 months ago
  1. I suppose we could just use enable_tracing if we know we never want to adjust the sampling rate, but I imagine we might want to do that at some point in a production environment? Maybe our throughput isn't large enough to have to worry about that though.
  2. Oh yep, good catch!
philbudne commented 2 months ago

I wasn't suggesting using "enable_tracing", just noting that rate=1.0 has the same effect.