Commit Graph

77 Commits (af5114d81e4d090fd6edae9b7e7e3d57cf9fa9e3)

Author SHA1 Message Date
Julius Volz 274934bcd3 Revert "Revert "Merge pull request #317 from prometheus/fix/miekg-dns-for-srv""
11 years ago
Johannes 'fish' Ziemke 88099328d1 Revert "Merge pull request #317 from prometheus/fix/miekg-dns-for-srv"
11 years ago
Julius Volz 788587426b Make scrape timeouts configurable per job.
11 years ago
Julius Volz d69b85e6c9 Add global label support via Ingesters.
11 years ago
Julius Volz 0003027dce Add needed trailing spaces in logs.
11 years ago
Julius Volz aa5d251f8d Use github.com/golang/glog for all logging.
11 years ago
Matt T. Proud a5141e4d0a Depointerize storage conf. and chain ingester.
11 years ago
Julius Volz f8b20f30ac Make retrieval work with client's new Ingester interface.
11 years ago
Julius Volz 3b970c5133 Add variable interpolation to notification messages.
11 years ago
Julius Volz 35ee2cd3cb Add alertmanager notification support to Prometheus.
11 years ago
Julius Volz 81f0b85013 Return [] instead of null for empty result vectors.
12 years ago
Julius Volz 331be19af6 Fix broken retrieval tests.
12 years ago
Matt T. Proud f7704af4f8 Code Review: Formatting comments.
12 years ago
Matt T. Proud 06b4a40661 Represent targets in a tabular interface.
12 years ago
Matt T. Proud e20e6980e9 Completely extract response payload for decoding.
12 years ago
Julius Volz 9a48f57b66 Continue scraping old targets on SD fail.
12 years ago
juliusv 24715f0ee5 Merge pull request #322 from prometheus/refactor/client/new-model
12 years ago
Matt T. Proud b8c7fd8c34 Include Accept header for telemetry request.
12 years ago
Johannes 'fish' Ziemke 4bdf1adb6c Use github.com/miekg/dns for resolving SRV records
12 years ago
Matt T. Proud 30b1cf80b5 WIP - Snapshot of Moving to Client Model.
12 years ago
Julius Volz 91cf1e9a26 Fix DNS-SD target refresh condition.
12 years ago
Julius Volz d9b4f98b44 Integrate DNS-SD support for discovering job targets.
12 years ago
Julius Volz 1fe3d3b06b Remove obsolete argument from target handling code.
12 years ago
Julius Volz 558281890b Minor "go tool vet" cleanups
12 years ago
Matt T. Proud d4db3cf00b Code Review: Last replacement wins.
12 years ago
Matt T. Proud 9cde48754b Fix race conditions in TargetPool.
12 years ago
Julius Volz dcfd09c801 Prepend "exporter_" to labels that already exist in exported metrics.
12 years ago
Julius Volz 081191afb8 Remember and display last scrape errors in web UI.
12 years ago
Matt T. Proud 8f4c7ece92 Destroy naked returns in half of corpus.
12 years ago
Bernerd Schaefer 428d91c86f Rename test helper files to helpers_test.go
12 years ago
Matt T. Proud 244a4a9cdb Update to go1.1.
12 years ago
Julius Volz 9cea5d9df8 Convert the Prometheus configuration to protocol buffers.
12 years ago
Julius Volz d8110fcd9c Send sample arrays instead of single samples over channels.
12 years ago
Matt T. Proud 6fac20c8af Harden the tests against OOMs.
12 years ago
Bernerd Schaefer b8bc91d6c0 Target test uses correct telemetry headers
12 years ago
Bernerd Schaefer c98fc8a495 Merge pull request #196 from prometheus/fix/timeout-target-scrapes
12 years ago
Bernerd Schaefer b04cd28862 Merge pull request #192 from prometheus/feature/negotiate-telemetry-schema-through-mime-type
12 years ago
Bernerd Schaefer 3929582892 Target uses HTTP transport with deadlines
12 years ago
Matt T. Proud a48ab34dd0 Refresh Prometheus client API usage.
12 years ago
Bernerd Schaefer cf3e6ae084 Add LabelSet helper to fix go 1.0.3 build
12 years ago
Bernerd Schaefer dfd5c9ce28 Refactor processor for 0.0.2 schema
12 years ago
Bernerd Schaefer 7c3e04c546 Add version 0.0.2 processor
12 years ago
Bernerd Schaefer 76731c80c6 Use Content-Type data for telemetry versioning
12 years ago
Julius Volz d4ff85db5a Add instance label to health (up) timeseries.
12 years ago
Matt T. Proud f9e99bd08a Refresh SampleValue to 64-bit floating point.
12 years ago
Julius Volz ae316415fe Add missing argument to Printf call.
12 years ago
Julius Volz 8c9e9632a8 Record scrape health timeseries per target.
12 years ago
Julius Volz a0d311c9e6 Constantize job name label.
12 years ago
Julius Volz a1ba23038e Fix scrape timestamps to reduce sample time jitter.
12 years ago
Johannes 'fish' Ziemke 14407a076a Convert addresses pointing to localhost in status.
12 years ago