opentelemetry-cpp
opentelemetry-cpp copied to clipboard
The OpenTelemetry C++ Client
Fixes #3089 ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [ ] `CHANGELOG.md` updated...
Fixes #2453 ## Changes Added the following optional configuration options (booleans) to the prometheus exporter: - `without_units` : controls whether to add unit suffixes (e.g. `_seconds`) to the metric names....
**Describe your environment** Version 1.17.0 of this project. **Steps to reproduce** Use the `ElasticsearchLogRecordExporter` **What is the expected behavior?** The json sent should follow the [ECS guidelines](https://www.elastic.co/guide/en/ecs/current/ecs-guidelines.html) as much as...
## Changes Removed the out of date doc for ETW exporter. For significant contributions please make sure you have completed the following items: * [ ] `CHANGELOG.md` updated for non-trivial...
This issue lists areas that are good entry points to start contributing to opentelemetry-cpp. For each issue, see the issue comments for details. ## 1. Functional Typically, features touching a...
This option is useful to support platforms that do not support dynamic libraries and `dlopen`. Fixes # (issue) ## Changes Please provide a brief description of the changes here. For...
Semantic Convention tooling group is deprecating build-tools in favor of new code-generation tool - [weaver](https://github.com/open-telemetry/weaver), see https://github.com/open-telemetry/build-tools/issues/322 for the details. Build-tools are compatible with the latest version of semantic-convention (1.28.0),...
Upgrade to semconv 1.28.0 This may also require to migrate from build-tools to weaver. References: * https://github.com/open-telemetry/semantic-conventions/pull/1458 * https://github.com/open-telemetry/build-tools/issues/322 * https://github.com/open-telemetry/opentelemetry-rust/pull/2098
Before this change, consumers of the exported CMake targets had to know which dependencies are needed to get the transitive target dependencies like `absl::*`, `gRPC::grpc++`, or `protobuf::libprotobuf`. Fixes # (issue)...
hi i'm facing issue while exporting traces from nginx with open telemetry enable , and send it over grpc and TLS enable in NLB GRPC Exporter is failing to establish...