Sign inSign up

kalabox/metrics-rest

By kalabox

Updated about 10 years ago

REST service for receiving metrics from Kalabox.

Image
0

2.5K

kalabox/metrics-rest repository overview

Testing

  1. Build the image locally:

docker build -t kalabox/metrics-rest .

  1. Create environmental variables to hook it up to Bugsnag and Elasticsearch instances by saving a file "env" with credentials:
KALABOX_METRICS_ELASTIC={"host":"INSERT HOSET","index":"INDXE","type":"action"}
KALABOX_METRICS_BUGSNAG={"apiKey":"APIKEY"}
KALABOX_METRICS_PORT=80
  1. Run the container:

docker run -p 8080:80 --env-file=env kalabox/metrics-rest

  1. Run some test queries/insert test entries:

localhost:8080/status

Tag summary

Content type

Image

Digest

Size

110.7 MB

Last updated

about 10 years ago

docker pull kalabox/metrics-rest