Remove "clickhouse" from telemetry code
The client sends events to our end point, and the endpoint is what determines what analytics database is used to store the data. The client should be generic and not mention the name of the service being proxied to through our server.
This commit is contained in:
parent
5344296c9a
commit
f4c78d3f40
3 changed files with 41 additions and 44 deletions
|
@ -179,7 +179,7 @@ fn main() {
|
|||
Some(false) => "first open",
|
||||
_ => "open",
|
||||
});
|
||||
telemetry.flush_clickhouse_events();
|
||||
telemetry.flush_events();
|
||||
|
||||
let app_state = Arc::new(AppState {
|
||||
languages: languages.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue