8000 feat: expose agent metrics via Prometheus endpoint by mtojek · Pull Request #7011 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: expose agent metrics via Prometheus endpoint #7011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Apr 7, 2023
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
mtojek committed Apr 5, 2023
commit 7418779f7b202e2df48e0fbca70906488d6db9ca
3 changes: 1 addition & 2 deletions coderd/prometheusmetrics/prometheusmetrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ package prometheusmetrics_test
import (
"context"
"database/sql"
"sync/atomic"
"testing"
"time"

"sync/atomic"

"github.com/google/uuid"
"github.com/prometheus/client_golang/prometheus"
"github.com/stretchr/testify/assert"
Expand Down
0