Remove collaborators_per_project
from Metrics
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
63e1845537
commit
f4e5cb14bf
2 changed files with 4 additions and 14 deletions
|
@ -1097,10 +1097,9 @@ impl<'a> Drop for StoreWriteGuard<'a> {
|
|||
|
||||
let metrics = self.metrics();
|
||||
tracing::info!(
|
||||
connections = metrics.connections as f32,
|
||||
registered_projects = metrics.registered_projects as f32,
|
||||
shared_projects = metrics.shared_projects as f32,
|
||||
collaborators_per_project = metrics.collaborators_per_project,
|
||||
connections = metrics.connections,
|
||||
registered_projects = metrics.registered_projects,
|
||||
shared_projects = metrics.shared_projects,
|
||||
"metrics"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue