JoseIvanHernandez / corvid-stackdriver-telemetry-adapter

Commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corvid by Wix Example: Site Monitoring Sink for Google Stackdriver on GAE

This project is a Node.js based example of an adapter for Google Stackdriver that lets you integrate Site monitoring with your Corvid enabled Wix site.

You can use this project as a basis for deploying your own adapter.

Build Status

Setup

Development

Install

Before you can run or deploy the sample you need to install:

npm i

Run tests

npm run test

Run locally

npm start

Deploy to App Engine

npm run deploy

Register for Site Monitoring

  • Once your service is up and running you can test it using /is_alive endpoint.
  • Register for Site Monitoring in your Wix Business Manager: Settings -> Site Monitoring -> Connect Monitoring Tools ->
    • Enter your service URL with /log

About

Commit

License:MIT License


Languages

Language:JavaScript 100.0%