pull/14/head
Erik Johnston 6 years ago
parent e2c0aa2c26
commit 3f6762f0bb
  1. 3
      synapse/metrics/background_process_metrics.py

@ -13,9 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import six
import threading
import six
from prometheus_client.core import REGISTRY, Counter, GaugeMetricFamily
from twisted.internet import defer

Loading…
Cancel
Save