Skip to content

Commit

Permalink
fix import sidecarConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
filvecchiato committed Aug 20, 2024
1 parent 5d8416c commit 3e4dcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/Metrics.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import express from 'express';
import { Application, Request, Response } from 'express';
import client from 'prom-client';
import { SidecarConfig } from 'src/SidecarConfig';

import { Log } from '../logging/Log';
import { SidecarConfig } from '../SidecarConfig';
import { IMetric, MetricType } from '../types/metrics';
import { config } from '.';

Expand Down

0 comments on commit 3e4dcf9

Please sign in to comment.