20 Commits (af1a19fc78ac7f7c3164bfb240d48d091f0ada1f)

Author SHA1 Message Date
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 2 months ago
machine424 b5569c4070 fix(discovery): adjust how type is retrieved in Configs' MarshalYAML/UnmarshalYAML 2 months ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments 3 months ago
Paulin Todev 78411d5e8b
SD Managers taking over responsibility for registration of debug metrics (#13375) 10 months ago
Paulin Todev 6de80d7fb0
Allow non-default registry to be used for metrics of SD components 12 months ago
Robert Fratto 44a5e705be
discovery: Expose custom HTTP client options to discoverers (#10462) 3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 3 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Andy Bursavich 4e6a94a27d
Invert service discovery dependencies (#7701) 4 years ago
Krasi Georgiev e405e2f1ea refactored discovery 7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 7 years ago
CuiHaozhi b1c18bf29b discovery openstack: support discovery hosts, add rule option. 7 years ago
Christian Groschupp 8f781e411c Openstack Service Discovery (#2701) 8 years ago
Chris Goller 42de0ae013 Use log.Logger interface for all discovery services 8 years ago
Goutham Veeramachaneni 0f48d07f95 Fix Map Race by Moving Locking closer to the Write (#2476) 8 years ago
Richard Kiene f3d9692d09 Add Joyent Triton discovery 8 years ago
Fabian Reinartz 200bbe1bad config: extract SD and HTTPClient configurations 8 years ago
Fabian Reinartz d7f4f8b879 discovery: move TargetSet into discovery package 8 years ago
Fabian Reinartz d19d1bcad3 discovery: move into top-level package 8 years ago
Fabian Reinartz 7bd9508c9b discovery: move TargetProvider and multi-constructor 8 years ago
Fabian Reinartz b24602f713 kubernetes: merge back into single configuration 8 years ago
Fabian Reinartz 2331701b50 kubernetes: Add K8S v2 pod discovery 8 years ago
bekbulatov 01b53c1180 Add tls support 8 years ago
Fabian Reinartz e03e138d34 discovery: consolidate constructors into single file 9 years ago
Julius Volz 995d3b831d Fix most golint warnings. 9 years ago
Jimmi Dyson 923f8111d4 Initial Kubernetes discovery 9 years ago
Fabian Reinartz 0d3012a605 Migrate matrix tests, remove old test files. 10 years ago
Fabian Reinartz 71ef7ab405 Migrate remaining vector evaluation tests to new testing language. 10 years ago
Fabian Reinartz 3c22eded97 Migrate literal tests to testing language. 10 years ago
Fabian Reinartz eba07a7d3d Migrate histogram tests to test language. 10 years ago
Fabian Reinartz 6321964738 Add parsing and execution of new test format. 10 years ago
Fabian Reinartz 5602328c7c Refactor query evaluation. 10 years ago
Brian Brazil 6c1689f0c6 Sort NaN as the lowest value. 10 years ago
Brian Brazil c3a2b63fe9 Add stddev and stdvar aggregation functions. 10 years ago
Brian Brazil 74aed55e55 Add square root function 10 years ago
Fabian Reinartz 624f27f4b6 Add ln, log2, log10 and exp functions to the query language. 10 years ago
Julius Volz b2651027fc Fix special value handling in division and modulo. 10 years ago
beorn7 13fcf1ddbc Implement double-delta encoded chunks. 10 years ago
Fabian Reinartz 182de6b99f Fix unary +/- expressions. 10 years ago
Fabian Reinartz 6f754073d5 Add OR operation and vector matching options. 10 years ago
Julius Volz 0ac931aed1 Also support parsing float formats like "2.". 10 years ago
Julius Volz c2ab54e9a6 Support scientific notation and special float values. 10 years ago
beorn7 9e7c3e3bcd Add the histogram_quantile function. 10 years ago
Julius Volz 42601acfde Replace labelsToKey() with metric Fingerprint (fixes grouping bug). 10 years ago
Julius Volz 645cf57bed Fix aggregation grouping key calculation. 10 years ago
Julius Volz 15b2b5aa66 Add tests for invalid uses of "offset". 10 years ago
Julius Volz 72d7b325a1 Implement offset operator. 10 years ago
Brian Brazil 60271d58bf Change the 2nd argument of round to toNearest. 10 years ago
Marko Mikulicic 8fdacbdf17 Add floor, ceil and round functions. Closes #402 10 years ago