烂泥行天下
烂泥行天下
嗯 这也是一种方式,后续我测试下
@mrlhansen Thank you very much for your reply. After I followed what you said, I found that it didn't work. Look at the picture below: 
> I think I have the solution now. In the panel on the right hand side, under "Text mode" use "Name".  Wow, you are so handsome. This can indeed...
hope it will be ready in 2.5
@jkroepke I very much look forward to this PR being merged into the main branch.
> Hi, @ilanni2460 > > sorry, i would like to keep the image size small, please use your Dockerfile based on this if you can > > i think i...
> 1. I hope that's not your real username / password > > 2. Can you replicate it in just a simple Go file with `sqlx` and your connection string?...
` package main import ( "log" _ "github.com/denisenkom/go-mssqldb" // SQL Server driver for Go "github.com/jmoiron/sqlx" ) func main() { // Replace the connection string with your actual database connection details....
` package main import ( "database/sql" "fmt" "log" "net/http" "time" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/client_golang/prometheus/promhttp" _ "github.com/denisenkom/go-mssqldb" ) func main() { // 初始化 Prometheus Gauge Vec jobStateGauge := promauto.NewGaugeVec(prometheus.GaugeOpts{ Name: "job_exec_state", Help:...
@dewey Hi, can you help me take a look at this issue? I can connect to sqlserver using the code I wrote, such as the code above, but not using...