mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
refactor(server): rename metrics to telemetry (#13584)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { MetricOptions } from '@opentelemetry/api';
|
||||
|
||||
export const IMetricRepository = 'IMetricRepository';
|
||||
export const ITelemetryRepository = 'ITelemetryRepository';
|
||||
|
||||
export interface MetricGroupOptions {
|
||||
enabled: boolean;
|
||||
@@ -13,7 +13,7 @@ export interface IMetricGroupRepository {
|
||||
configure(options: MetricGroupOptions): this;
|
||||
}
|
||||
|
||||
export interface IMetricRepository {
|
||||
export interface ITelemetryRepository {
|
||||
api: IMetricGroupRepository;
|
||||
host: IMetricGroupRepository;
|
||||
jobs: IMetricGroupRepository;
|
||||
Reference in New Issue
Block a user