prometheus/retrieval
Julius Volz 3b970c5133 Add variable interpolation to notification messages.
This includes required refactorings to enable replacing the http client (for
testing) and moving the NotificationReq type definitions to the "notifications"
package, so that this package doesn't need to depend on "rules" anymore and
that it can instead use a representation of the required data which only
includes the necessary fields.
2013-08-12 12:29:08 +02:00
..
helpers_test.go Rename test helper files to helpers_test.go 2013-05-14 16:30:47 +02:00
instrumentation.go Refresh Prometheus client API usage. 2013-04-28 19:40:30 +02:00
interface_test.go Fix broken retrieval tests. 2013-07-25 12:15:00 +02:00
scheduler.go Represent targets in a tabular interface. 2013-07-15 15:12:01 +02:00
scheduler_test.go Fix broken retrieval tests. 2013-07-25 12:15:00 +02:00
target.go Add variable interpolation to notification messages. 2013-08-12 12:29:08 +02:00
target_provider.go Use github.com/miekg/dns for resolving SRV records 2013-06-26 16:04:25 +02:00
target_test.go Add variable interpolation to notification messages. 2013-08-12 12:29:08 +02:00
targetmanager.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
targetmanager_test.go Return [] instead of null for empty result vectors. 2013-07-25 12:16:32 +02:00
targetpool.go Represent targets in a tabular interface. 2013-07-15 15:12:01 +02:00
targetpool_test.go WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00