Add otel webserver module to registry. (#1414)
This commit is contained in:
parent
d3cbefb60f
commit
17bd2d8256
|
|
@ -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
|
||||
---
|
||||
Loading…
Reference in New Issue