Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 3.3 KB

File metadata and controls

39 lines (30 loc) · 3.3 KB

Introduction

This repository contains various examples on how to setup io.Manager

Database

  • db-mongo - An example that demonstrates how to setup a io.Manager instance to use MongoDB
  • db-postgresql - An example that demonstrates how to setup a io.Manager instance to use PostgreSQL
  • db-mssql - An example that demonstrates how to setup a io.Manager instance to use MSSQL (SQL Server)

Authentication

  • auth-none - An example that demonstrates how to setup a io.Manager instance to use None authentication
  • auth-basic - An example that demonstrates how to setup a io.Manager instance to use Basic authentication
  • auth-auth0 - An example that demonstrates how to setup a io.Manager instance to use Auth0 authentication
  • auth-okta - An example that demonstrates how to setup a io.Manager instance to use Okta authentication
  • auth-custom - A custom io.Manager authentication example
  • auth-custom-advanced - An advanced custom io.Manager authentication example

OpenTelemetry

  • otel-basic - Basic example that shows how to use OpenTelemetry with io.Manager
  • otel-custom-logs-exporter - An example showing how to configure io.Manager to use a custom OpenTelemetry logs exporter
  • otel-custom-logs-processor - An example showing how to configure io.Manager to use a custom OpenTelemetry logs processor
  • otel-custom-metrics-exporter - An example showing how to configure io.Manager to use a custom OpenTelemetry metrics exporter
  • otel-custom-metrics-reader - An example showing how to configure io.Manager to use a custom OpenTelemetry metrics reader
  • otel-custom-trace-exporter - An example showing how to configure io.Manager to use a custom OpenTelemetry trace exporter
  • otel-custom-trace-processor - An example showing how to configure io.Manager to use a custom OpenTelemetry trace processor
  • otel-custom-trace-sampler - An example showing how to configure io.Manager to use a custom OpenTelemetry trace sampler
  • otel-sentry - An example that shows how to setup io.Manager to send OpenTelemetry traces to Sentry.

Other

  • custom-endpoints - An example that demonstrates how to implement custom endpoints to io.Manager.
  • node-esm - An example that demonstrates how to setup a io.Manager in a Node.js native ESM project.
  • custom-logging-config - An example that demonstrates how to pass custom logging configuration to io.Manager.
  • environment-variable-configuration - An example that demonstrates how to configure an io.Manager instance using environment variables.
  • docker-images - An example that demonstrates how to use the io.Manager Docker images to create an instance of io.Manager.
  • manager-template - A template for building and deploying io.Manager to your own infrastructure.