This website requires JavaScript.
Explore
Help
Register
Sign In
rms
/
VictoriaMetrics
Watch
1
Star
0
Fork
0
You've already forked VictoriaMetrics
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2026-05-23 11:46:40 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
74e2bcd77206adb675d89af42e0e26fb711d8768
VictoriaMetrics
/
lib
/
httpserver
History
Aliaksandr Valialkin
c8c3cf472a
all: consistently use sync.WaitGroup.Go() instead of sync.WaitGroup.Add(1) + sync.WaitGroup.Done()
...
This improves code readability a bit.
2026-01-27 00:46:28 +01:00
..
favicon.ico
lib/htmlcomponents: use relative links for the top page and for favicon.ico
2023-11-13 20:28:17 +01:00
httpserver_test.go
app/vmauth: allow to serve internal API and different address
2025-02-06 13:44:34 +01:00
httpserver.go
all: consistently use sync.WaitGroup.Go() instead of sync.WaitGroup.Add(1) + sync.WaitGroup.Done()
2026-01-27 00:46:28 +01:00
path.go
all: replace strings.Replace(..., -1) with strings.ReplaceAll(...)
2025-07-15 00:04:54 +02:00
prometheus_error_response.qtpl
app/vlselect: add /select/logsql/stats_query endpoint, which is going to be used by vmalert
2024-09-06 23:00:58 +02:00
prometheus_error_response.qtpl.go
app/vlselect: add /select/logsql/stats_query endpoint, which is going to be used by vmalert
2024-09-06 23:00:58 +02:00
prometheus.go
lib/httpserver: log the client address additionally to the requestURI in the SendPrometheusError()
2025-07-05 23:51:51 +02:00