Commit Graph

15 Commits

Author SHA1 Message Date
Patrick East 3b63e48d62 go mod tidy && go mod vendor
Signed-off-by: Patrick East <east.patrick@gmail.com>
2020-11-06 15:12:38 -05:00
Patrick East 423f2337cb go mod vendor
Re-vendor dependencies via the module subsystem

Signed-off-by: Patrick East <east.patrick@gmail.com>
2019-09-26 15:30:13 -07:00
Patrick East 49cebf8183 Un-glide OPA
Remove all the glide files and vendor directory

Signed-off-by: Patrick East <east.patrick@gmail.com>
2019-09-26 15:30:13 -07:00
arekkas ec505cc837 Introduce glob built-ins
This patch introduces built-ins `glob.match` and `glob.quote_meta`.

Closes #965

Signed-off-by: arekkas <aeneas@ory.am>
2018-10-29 09:37:34 -07:00
Teemu Koponen 5572feac54 Revendor OPA dependencies.
Signed-off-by: Teemu Koponen <koponen@styra.com>
2018-09-24 10:38:28 -07:00
Ross Guarino d69511349b Add basic out-of-band metrics collection
Collect Duration metrics form the http handlers. Instrument each handler
using the promhttp package. The metrics are partitioned on their status code,
the name of the handler serving the request and the HTTP method, as
"code", "handler" and "method" respectively.

To avoid unbounded cardinality an approximation of the request's url is
used as the "handler" dimension. The handlers roughly correspond to the
different api resource path & the api version.

Issue: #525

Signed-off-by: Ross Guarino <rssguar@gmail.com>
2018-02-04 15:17:16 -08:00
Tristan Swadell 35049d4a6f Revendor OPA dependencies 2018-01-11 08:59:28 -08:00
Matthew Mussomele 86e9114572 Update vendor 2017-06-29 13:10:36 -04:00
Torin Sandall 7d7d2912ae Replace glog with logrus 2017-03-12 12:04:35 -07:00
Torin Sandall 9d007d4e5f Vendoring: add github.com/ghodss/yaml 2016-11-25 12:59:59 -08:00
Torin Sandall d8f8a103da Vendoring: Add gopkg.in/fsnotify.v1 and update 2016-10-24 15:18:52 -07:00
Torin Sandall d1ac1d024d Vendoring: Add siphash and update dependencies 2016-07-11 15:32:38 -07:00
Torin Sandall be7aa19776 Add github.com/golang/glog dependency 2016-05-14 09:39:16 -07:00
Torin Sandall abb7639394 Add router dependency 2016-05-09 17:00:40 -07:00
Torin Sandall 52bc6ad2cb Add github.com/pkg/errors and update deps 2016-05-04 15:16:02 -07:00