Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 711 Bytes

File metadata and controls

33 lines (17 loc) · 711 Bytes

Introduction

Basic example that shows how to use OpenTelemetry with io.Manager

Prerequisites

Database

io.Manager requires a database to connect to - this example uses MongoDB, but you can use any other of the supported databases. You will need to either have a local instance or setup a remote database to connect to. For more information visit our Documentation page on the subject: https://docs.interop.io/manager/databases/overview/index.html

License

io.Manager requires a license key to operate. To acquire a license key, contact us at sales@interop.io.

How to run

  • Install npm packages
npm install

npm audit fix
  • Start the server
npm run start