-
User story:
As an administrator, I'd like to easily know how much data transfer my client devices are consuming in my cloud environment to ensure the data transferred is sane.
-
- [x] Identify all the normative requirements, recommendations, and options [the specification] defines as comments to this issue
- [x] Ensure the [current metric SDK implementation] is compliant wit…
-
### Problem Statement
As with https://github.com/open-telemetry/opentelemetry-go/issues/1380, but for the metrics SDK.
### Proposed Solution
The types in `sdk/export/metric` will be moved int…
-
Shouldn't be too difficult with Django :)
Gonna look into it
-
- [x] Identify all the normative requirements, recommendations, and options [the specification] defines as comments to this issue
- [x] Ensure the [current metric SDK implementation] is compliant with…
-
### Problem Statement
Our current Profiling solution relies on the SDK creating and finishing transactions on its own. When using open telemetry these actions are performed by otel, and Sentry simply…
-
### Description
From my understanding of the docs that I could find on this, `NewWithExactDistribution` should produce a large amount of data when looking at the prometheus metrics endpoint on the …
-
### Description
Currently trying to instrument a go app by having multiple data examples for metrics.
One of the examples is a histogram. The vendor (otlp receiver) only accepts deltas for histo…
-
I custom a metric export bellow:
```
use core::fmt;
use std::fmt::{Debug, Formatter};
use async_trait::async_trait;
use opentelemetry::metrics::Result;
use opentelemetry_proto::tonic::colle…
-
Hello guys
I have IoT Devices that connect to a proprietary OEM Server and I need to get the telemetry data into IoT hub
The OEM server has the ability to send open a TCP socket connection per dev…