digikare / nestjs-prom

A prometheus module for nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't set metric name with @PromMethodCounter({ name: 'some_name' })

codesprut opened this issue · comments

@PromMethodCounter({ name: "test_label" })
error TS2554: Expected 0 arguments, but got 1

Hi! On which version?