[chore] add nometrics build tagging to metrics API endpoint (#3331)

* add nometrics API endpoint code, to ensure prometheus NEVER compiled in unless wanted

* whoops, fix build tagging
This commit is contained in:
kim
2024-09-23 12:01:12 +00:00
committed by GitHub
parent 4592e29087
commit 2f13b72e2e
2 changed files with 33 additions and 0 deletions

View File

@ -15,6 +15,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//go:build !nometrics
package metrics
import (