325 Commits (29fff1eca43fa759c26fd3f86e17aaebb4818d77)

Author SHA1 Message Date
Tom Wilkie 4d9b917d11 Instrument Prometheus with OpenTracing (#2554) 8 years ago
beorn7 fc6737b7fb storage: improve index lookups 8 years ago
Fabian Reinartz 33aab4169c Anchor regexes in vector matching 9 years ago
Fabian Reinartz d6b8da8d43 Switch promql types to common/model 9 years ago
Fabian Reinartz e061595352 Move COWMetric into storage/metric package 9 years ago
Fabian Reinartz 1535ef1457 Replace metric.SamplePair with model.SamplePair 9 years ago
Fabian Reinartz c9d396f476 Replace metric.LabelPair with model.LabelPair 9 years ago
Fabian Reinartz 306e8468a0 Switch from client_golang/model to common/model 9 years ago
Fabian Reinartz 32b7595c47 Create promql package with lexer/parser. 10 years ago
Julius Volz d4374a9265 More efficient JSON query result format. 10 years ago
Bjoern Rabenstein 5859b74f1b Clean up license issues. 10 years ago
Julius Volz c9618d11e8 Introduce copy-on-write for metrics in AST. 10 years ago
Julius Volz c3fcea45e3 Support finer time resolutions than 1 second. 10 years ago
Bjoern Rabenstein 83b4fa868d Fix GetBoundaryValues. 10 years ago
Bjoern Rabenstein 934d09f738 Fix race during shutdown. 10 years ago
Julius Volz e7ed39c9a6 Initial experimental snapshot of next-gen storage. 10 years ago
Julius Volz c6e9f085a3 Update used Go version to 1.3. 10 years ago
Bjoern Rabenstein 1909686789 Make metrics exported by the Prometheus server itself more consistent. 10 years ago
Julius Volz 80b3d3bf34 Speed up disk flushes by removing unnecessary sort. 10 years ago
Julius Volz 21cafe6cd7 Only evict memory series after they are on disk. 10 years ago
Bjoern Rabenstein 8956faeccb Migrate to new client_golang. 10 years ago
Julius Volz ef3b512dcf Update used Go version to 1.3. 10 years ago
Bjoern Rabenstein 24ece38f7c Make metrics exported by the Prometheus server itself more consistent. 10 years ago
Julius Volz 6579dc3e40 Speed up disk flushes by removing unnecessary sort. 11 years ago
Julius Volz 9410f15a73 Only evict memory series after they are on disk. 11 years ago
Bjoern Rabenstein 2128d9d811 Migrate to new client_golang. 11 years ago
Brian Brazil e041c0cd46 Add console and alert templates with access to all data. 11 years ago
Bjoern Rabenstein ca6a4fccef Weed out our homegrown test.Tester. 11 years ago
Julius Volz 4df5c7ab18 Optimize label matcher memory and runtime behavior. 11 years ago
Bjoern Rabenstein de9a88b964 Ensure temporal order in streams. 11 years ago
Julius Volz 1b29975865 Fix RWLock memory storage deadlock. 11 years ago
Julius Volz 01f652cb4c Separate storage implementation from interfaces. 11 years ago
Matt T. Proud 3e969a8ca2 Parameterize the buffer for marshal/unmarshal. 11 years ago
Matt T. Proud 6ec72393c4 Correct size of unmarshalling destination buffer. 11 years ago
Matt T. Proud 81367893fd Use idiomatic one-to-many one-time signal pattern. 11 years ago
Julius Volz c7c0b33d0b Add regex-matching support for labels. 11 years ago
Julius Volz ae30453214 Add label names -> label values index. 11 years ago
Julius Volz 7a577b86b7 Fix interval op special case. 11 years ago
Julius Volz 9d5c367745 Fix incorrect interval op advancement. 11 years ago
Julius Volz cc04238a85 Switch to new "__name__" metric name label. 11 years ago
Bjoern Rabenstein c3b282bd14 Add regression tests for 'loop until op is consumed' bug. 11 years ago
Julius Volz 86fc13a52e Convert metric.Values to slice of values. 11 years ago
Julius Volz a7d0973fe3 Add version field to LevelDB sample format. 11 years ago
Julius Volz 1eee448bc1 Store samples in custom binary encoding. 11 years ago
Julius Volz c2a2a20f36 Remove obsolete scanjobs timer. 11 years ago
Julius Volz dd4892dcad Ensure no ops are leaked in renderView(). 11 years ago
Julius Volz 5745ce0a60 Fixups for single-op-per-fingerprint view rendering. 11 years ago
Julius Volz d6827b6898 Fix memory series indexing bug. 11 years ago
Julius Volz c6013ff309 Remove unused labelname -> fingerprints index. 11 years ago
Bjoern Rabenstein 9ea9189dd1 Remove the multi-op-per-fingerprint capability. 11 years ago