Add otel webserver module to registry. (#1414)

This commit is contained in:
Severin Neumann 2022-06-10 16:03:21 +02:00 committed by GitHub
parent d3cbefb60f
commit 17bd2d8256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
title: OpenTelemetry Webserver Module
registryType: instrumentation
isThirdParty: false
language: cpp
tags:
- c++
- instrumentation
- apache
- nginx
- webserver
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/otel-webserver-module
license: Apache 2.0
description: The OTEL webserver module comprises only Apache webserver module currently. Further support for Nginx webserver would be added in future.
authors: OpenTelemetry Authors
otVersion: latest
---