Commit Graph

126 Commits (e681a57d73eb3c68c2458c582bfcb8c0dae58dd1)

Author SHA1 Message Date
Fabian Reinartz 36184f3530 Show correct error on wrong DNS response.
10 years ago
beorn7 fa1935a644 Remove /api/targets call and do not show job and instance labels on status.
10 years ago
beorn7 be11cb2b07 Remove the sample ingestion channel.
10 years ago
Julius Volz 140eede5e0 Rename UNREACHABLE to UNHEALTHY.
10 years ago
Sergiusz 'q3k' Bazański 0d0bb3c030 Change instance identifiers to be host:port
10 years ago
Sergiusz 'q3k' Bazański bb69a3d284 Hide HTTP auth parts from URL
10 years ago
Julius Volz af627bb2b9 Copy vendored deps manually instead of using Godeps.
10 years ago
beorn7 11b3c2387c Improvements after review.
10 years ago
beorn7 0f191629c6 Next try to deal with backed-up ingestion.
10 years ago
beorn7 16a1a6d324 Add another check for stopped scraper.
10 years ago
beorn7 5678a86924 Throttle scraping if a scrape took longer than the configured interval.
10 years ago
Bjoern Rabenstein 5859b74f1b Clean up license issues.
10 years ago
Bjoern Rabenstein b09453af1d Adjust to new client_golang API.
10 years ago
Julius Volz d6b9e97655 Remove extraction.Result type, simplify code.
10 years ago
juliusv 917acb6baf Merge pull request #429 from brian-brazil/scrape-time
10 years ago
Brian Brazil e56786b221 Have scrape time as a pseudovariable, not a prometheus variable.
10 years ago
Brian Brazil 89c43dd0d7 Sort targets on the status page.
10 years ago
Johannes 'fish' Ziemke ff95a52b0f Rename Address to URL
10 years ago
Bjoern Rabenstein b1e4956142 Apply a giant code cleanup.
10 years ago
Bjoern Rabenstein 89bb376bce Reduce lock-protected area during scrape.
10 years ago
Bjoern Rabenstein fee88a7a77 Remove the remaining races, new and old.
10 years ago
Bjoern Rabenstein 14bda4180c Changes after pair code review.
10 years ago
Bjoern Rabenstein a2feed343a Convert another occurrence from chan bool to chan struct{}.
10 years ago
Bjoern Rabenstein 74c143c4c9 Improve scraper shutdown time.
10 years ago
Bjoern Rabenstein 92156ee89d Drain the newBaseLabels channel upon shutdown.
10 years ago
Bjoern Rabenstein 6b37e47f9e Remove unused metrics.
10 years ago
Bjoern Rabenstein 4fc8ad6677 Fix retrieval unit tests.
10 years ago
Bjoern Rabenstein b3ed9aa7a2 Clean up start-up and shut-down.
10 years ago
Bjoern Rabenstein 4447708c9f Fix a race in target.go.
10 years ago
Bjoern Rabenstein 38fc24d0ed Fix targetpool_test.go and other tests.
10 years ago
Julius Volz 7f5d3c2c29 Fix and improve the fp locker.
10 years ago
Bjoern Rabenstein e0a6cb281e Fix the accept header.
10 years ago
Brian Brazil 5edf689133 Stagger scrapes to spread out load.
10 years ago
Bjoern Rabenstein 1909686789 Make metrics exported by the Prometheus server itself more consistent.
10 years ago
Brian Brazil 4a2b96f848 Remove backoff on scrape failure.
10 years ago
Julius Volz 1bb7074fec Fix HTTP connection leak upon non-OK status.
10 years ago
Bjoern Rabenstein bacc31d5cc Remove work-around that required copying all bytes of a scrape.
10 years ago
Bjoern Rabenstein 8956faeccb Migrate to new client_golang.
10 years ago
Bjoern Rabenstein 814e479723 Treat non-200 HTTP response as error.
10 years ago
Bjoern Rabenstein ca6a4fccef Weed out our homegrown test.Tester.
11 years ago
Brian Brazil 23255f1499 Fix negative Next Retrieval on status page.
11 years ago
Bjoern Rabenstein 64811caaec Make Prometheus announce its new super-power: text format!
11 years ago
Julius Volz 84df022025 Cleanup server address handling, support IPv6.
11 years ago
Julius Volz b382e8b7bd Remove overly verbose DNS-SD logging line.
11 years ago
Julius Volz 0378c2ca1f Nonexistent labels in BY-clauses shouldn't propagate to result.
11 years ago
Stuart Nelson 48a6326d25 Added DNS-SD lookup counter for successful/unsuccessful lookups
11 years ago
Julius Volz fb44580110 Cleanup/fix program termination sequence.
11 years ago
Julius Volz 740d448983 Use custom timestamp type for sample timestamps and related code.
11 years ago
Johannes 'fish' Ziemke 8c08a5031f Add search domain support to SRV lookups
11 years ago
Julius Volz 274934bcd3 Revert "Revert "Merge pull request #317 from prometheus/fix/miekg-dns-for-srv""
11 years ago