https://github.com/interopio/manager-examples
https://github.com/interopio/manager-examples
docs-demos
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/interopio/manager-examples
- Owner: InteropIO
- Created: 2024-10-23T10:33:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-22T12:09:06.000Z (about 1 month ago)
- Last Synced: 2026-05-22T17:51:49.913Z (about 1 month ago)
- Topics: docs-demos
- Language: CSS
- Size: 1.41 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repository contains various examples on how to setup **io.Manager**
# Database
- [db-mongo](./db-mongo) - An example that demonstrates how to setup a **io.Manager** instance to use MongoDB
- [db-postgresql](./db-postgresql) - An example that demonstrates how to setup a **io.Manager** instance to use PostgreSQL
- [db-mssql](./db-mssql) - An example that demonstrates how to setup a **io.Manager** instance to use MSSQL (SQL Server)
# Authentication
- [auth-none](./auth-none) - An example that demonstrates how to setup a **io.Manager** instance to use None authentication
- [auth-basic](./auth-basic) - An example that demonstrates how to setup a **io.Manager** instance to use Basic authentication
- [auth-auth0](./auth-auth0) - An example that demonstrates how to setup a **io.Manager** instance to use Auth0 authentication
- [auth-okta](./auth-okta) - An example that demonstrates how to setup a **io.Manager** instance to use Okta authentication
- [auth-custom](./auth-custom) - A custom **io.Manager** authentication example
- [auth-custom-advanced](./auth-custom-advanced) - An advanced custom **io.Manager** authentication example
# OpenTelemetry
- [otel-basic](./otel-basic) - Basic example that shows how to use OpenTelemetry with **io.Manager**
- [otel-custom-logs-exporter](./otel-custom-logs-exporter) - An example showing how to configure **io.Manager** to use a custom OpenTelemetry logs exporter
- [otel-custom-logs-processor](./otel-custom-logs-processor) - An example showing how to configure **io.Manager** to use a custom OpenTelemetry logs processor
- [otel-custom-metrics-exporter](./otel-custom-metrics-exporter) - An example showing how to configure **io.Manager** to use a custom OpenTelemetry metrics exporter
- [otel-custom-metrics-reader](./otel-custom-metrics-reader) - An example showing how to configure **io.Manager** to use a custom OpenTelemetry metrics reader
- [otel-custom-trace-exporter](./otel-custom-trace-exporter) - An example showing how to configure **io.Manager** to use a custom OpenTelemetry trace exporter
- [otel-custom-trace-processor](./otel-custom-trace-processor) - An example showing how to configure **io.Manager** to use a custom OpenTelemetry trace processor
- [otel-custom-trace-sampler](./otel-custom-trace-sampler) - An example showing how to configure **io.Manager** to use a custom OpenTelemetry trace sampler
- [otel-sentry](./otel-sentry) - An example that shows how to setup **io.Manager** to send OpenTelemetry traces to Sentry.
# Other
- [custom-endpoints](./custom-endpoints) - An example that demonstrates how to implement custom endpoints to **io.Manager**.
- [node-esm](./node-esm) - An example that demonstrates how to setup a **io.Manager** in a Node.js native ESM project.
- [custom-logging-config](./custom-logging-config) - An example that demonstrates how to pass custom logging configuration to **io.Manager**.
- [environment-variable-configuration](./environment-variable-configuration) - An example that demonstrates how to configure an **io.Manager** instance using environment variables.
- [docker-images](./docker-images) - An example that demonstrates how to use the **io.Manager** Docker images to create an instance of **io.Manager**.
- [manager-template](./manager-template) - A template for building and deploying **io.Manager** to your own infrastructure.