Searched refs:metricsRegistry_ (Results 1 – 10 of 10) sorted by relevance
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/ |
H A D | ServerContext.h | 213 std::unique_ptr<MetricsRegistry> metricsRegistry_; variable 421 return *metricsRegistry_; in GetMetricsRegistry()
|
H A D | ServerContext.cpp | 276 metricsRegistry_->SetValue("orthanc_dicom_cache_size", in PublishDicomCacheMetrics() 278 metricsRegistry_->SetValue("orthanc_dicom_cache_count", in PublishDicomCacheMetrics() 303 metricsRegistry_(new MetricsRegistry), in ServerContext() 328 … metricsRegistry_->SetEnabled(lock.GetConfiguration().GetBooleanParameter("MetricsEnabled", true)); in ServerContext()
|
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/ |
H A D | ServerContext.h | 213 std::unique_ptr<MetricsRegistry> metricsRegistry_; variable 421 return *metricsRegistry_; in GetMetricsRegistry()
|
H A D | ServerContext.cpp | 276 metricsRegistry_->SetValue("orthanc_dicom_cache_size", in PublishDicomCacheMetrics() 278 metricsRegistry_->SetValue("orthanc_dicom_cache_count", in PublishDicomCacheMetrics() 303 metricsRegistry_(new MetricsRegistry), in ServerContext() 328 … metricsRegistry_->SetEnabled(lock.GetConfiguration().GetBooleanParameter("MetricsEnabled", true)); in ServerContext()
|
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/ |
H A D | ServerContext.h | 213 std::unique_ptr<MetricsRegistry> metricsRegistry_; variable 421 return *metricsRegistry_; in GetMetricsRegistry()
|
H A D | ServerContext.cpp | 276 metricsRegistry_->SetValue("orthanc_dicom_cache_size", in PublishDicomCacheMetrics() 278 metricsRegistry_->SetValue("orthanc_dicom_cache_count", in PublishDicomCacheMetrics() 303 metricsRegistry_(new MetricsRegistry), in ServerContext() 328 … metricsRegistry_->SetEnabled(lock.GetConfiguration().GetBooleanParameter("MetricsEnabled", true)); in ServerContext()
|
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/ |
H A D | ServerContext.h | 213 std::unique_ptr<MetricsRegistry> metricsRegistry_; variable 421 return *metricsRegistry_; in GetMetricsRegistry()
|
H A D | ServerContext.cpp | 276 metricsRegistry_->SetValue("orthanc_dicom_cache_size", in PublishDicomCacheMetrics() 278 metricsRegistry_->SetValue("orthanc_dicom_cache_count", in PublishDicomCacheMetrics() 303 metricsRegistry_(new MetricsRegistry), in ServerContext() 328 … metricsRegistry_->SetEnabled(lock.GetConfiguration().GetBooleanParameter("MetricsEnabled", true)); in ServerContext()
|
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/ |
H A D | ServerContext.h | 225 std::unique_ptr<MetricsRegistry> metricsRegistry_; variable 428 return *metricsRegistry_; in GetMetricsRegistry()
|
H A D | ServerContext.cpp | 265 metricsRegistry_(new MetricsRegistry), in ServerContext() 286 … metricsRegistry_->SetEnabled(lock.GetConfiguration().GetBooleanParameter("MetricsEnabled", true)); in ServerContext()
|