opentelemetry-java
                                
                                
                                
                                    opentelemetry-java copied to clipboard
                            
                            
                            
                        OpenTelemetry Java SDK
The [java default](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/aggregator/ExplicitBucketHistogramUtils.java#L24-L25) explicit bucket histogram bucket boundaries are: `[5, 10, 25, 50, 75, 100, 250, 500, 750, 1_000, 2_500, 5_000, 7_500, 10_000]` But according to the [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#explicit-bucket-histogram-aggregation) should be:...
**What are you trying to achieve?** (Java) I want to measure the results of an sql query every X minutes, to export as a metric. I have determined that one...
**Is your feature request related to a problem? Please describe.** Telemetry is sent to `localhost` by default. According to [the docs](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure#otlp-exporter-span-metric-and-log-exporters), changing this requires setting half a dozen different environment...
Add annotations `@Timed` and `@Counted` for automatically instrumenting method invocations. The annotations are similar to the annotations offered by Micrometer, MicroProfile metrics, and Dropwizard metrics. The default attributes **class**, **method**,...
While using the Go SDK I noticed an inconsistency in how `OTEL_RESOURCE_ATTRIBUTES` baggage values are encoded and decoded. This was due to a difference in the version of the W3C...
Motivation: 1. Currently, a meter(COUNTER/GAUGE/HISTOGRAM, etc.) could only have 2000 children, which means it couldn't cover some situations (such as there are 10000 topics in a broker, and they all...
This is a follow-up to https://github.com/open-telemetry/opentelemetry-java/pull/4487 to complete the metrics for span exporters story. I'm not sure if you like the distinct transport name for HTTP/JSON encoding in the `instrumentationScopeName`....
https://github.com/open-telemetry/opentelemetry-java/issues/4467 https://github.com/open-telemetry/opentelemetry-specification/issues/2543
The starting span name for spans that derive from HTTP requests is always `HTTP `, which is not very useful for sampling decisions. Using the http target if the name...
Use bnd plugin to add OSGi metdata to manifest files to allow them to be used within an OSGi framework