FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for api - open-telemetry/opentelemetry-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
open-telemetry
/
opentelemetry-java
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
2.4k
Code
Issues
146
Pull requests
32
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
opentelemetry-java
api
on
main
User selector
Datepicker
Commit history
Commits on Aug 24, 2026
Require explanations for suppressed warnings in logging OTLP (#8741)
noor-ahmadi
authored
49fdc8d
View commit details
Copy full SHA for 49fdc8d
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
Fix BaggageBuilder.put() silently accepting empty string keys (#8660)
Show description for 35636ae
itsmehotpants
and
jack-berg
authored
35636ae
View commit details
Copy full SHA for 35636ae
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
Fix ExtendedLongCounter class javadoc to link LongCounter (#8692)
thswlsqls
authored
fe97891
View commit details
Copy full SHA for fe97891
View code at this point
Browse repository at this point
Commits on Aug 19, 2026
Wire api/incubator test suites into check (#8691)
thswlsqls
authored
0ae8f33
View commit details
Copy full SHA for 0ae8f33
View code at this point
Browse repository at this point
Fix copy-paste leftovers in public API javadoc (#8693)
thswlsqls
authored
2a0feca
View commit details
Copy full SHA for 2a0feca
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
Fix invalid javadoc reference on the remote flag in SpanContext (#8694)
thswlsqls
authored
ef948f4
View commit details
Copy full SHA for ef948f4
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
Fix Handle null context in Baggage.fromContext() and Baggage.fromContextOrNull() (#8667)
NithinU2802
authored
38ec5bd
View commit details
Copy full SHA for 38ec5bd
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
Solve experimental properties on stable APIs in declarative config generated pojos (#8654)
Show description for c9c1400
jack-berg
and
jaydeluca
authored
c9c1400
View commit details
Copy full SHA for c9c1400
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Fix spelling typos in API and metrics test code (#8689)
thswlsqls
authored
bab29df
View commit details
Copy full SHA for bab29df
View code at this point
Browse repository at this point
Rename double-remove TraceState tests and exercise a non-first entry (#8672)
thswlsqls
authored
b8eb770
View commit details
Copy full SHA for b8eb770
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Fix To Ignore empty baggage keys in ImmutableBaggage.put (#8658)
NithinU2802
authored
ff91c02
View commit details
Copy full SHA for ff91c02
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
Bound instruments (#8527)
jack-berg
authored
6328897
View commit details
Copy full SHA for 6328897
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
Fix ReadOnlyArrayMap.containsValue to handle null (#8652)
NithinU2802
authored
a83f263
View commit details
Copy full SHA for a83f263
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice (#8613)
thswlsqls
authored
1ab326a
View commit details
Copy full SHA for 1ab326a
View code at this point
Browse repository at this point
Fix stale Javadoc references in api/incubator (#8615)
thswlsqls
authored
538be53
View commit details
Copy full SHA for 538be53
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Assert buildObserver on counter and up-down-counter in shared default meter test (#8611)
thswlsqls
authored
6a38cd6
View commit details
Copy full SHA for 6a38cd6
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
Use NumberFormatException in baggage decoder (#8593)
ADITYA-CODE-SOURCE
authored
b86f040
View commit details
Copy full SHA for b86f040
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
Assert String-key setAttribute overloads in shared default logger test (#8567)
thswlsqls
authored
096043a
View commit details
Copy full SHA for 096043a
View code at this point
Browse repository at this point
Fix Tracer manual context propagation Javadoc example (#8571)
thswlsqls
authored
2c83278
View commit details
Copy full SHA for 2c83278
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
Remove duplicate declarative config resolver (#8579)
Show description for e29f345
Develop-KIM
authored
e29f345
View commit details
Copy full SHA for e29f345
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
Fix W3CBaggagePropagator to allow empty baggage values per W3C spec (#8468)
Show description for 048bbf5
dahyvuun
and
jaydeluca
authored
048bbf5
View commit details
Copy full SHA for 048bbf5
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
Consistent json property (#8563)
jack-berg
authored
4d974ba
View commit details
Copy full SHA for 4d974ba
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
Align env carrier docs with latest spec (#8555)
pellared
authored
9778f90
View commit details
Copy full SHA for 9778f90
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
More suppress test loggers (#8547)
jack-berg
authored
9b57914
View commit details
Copy full SHA for 9b57914
View code at this point
Browse repository at this point
Suppress more test logs (#8536)
jack-berg
authored
8f41449
View commit details
Copy full SHA for 8f41449
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Remove deprecated InstrumentationConfigUtil.peerServiceMapping (#8542)
jack-berg
authored
39161cd
View commit details
Copy full SHA for 39161cd
View code at this point
Browse repository at this point
EnvironmentGetter and EnvironmentSetter empty name normalization (#8481)
pellared
authored
2f7dc91
View commit details
Copy full SHA for 2f7dc91
View code at this point
Browse repository at this point
Fix baggage parsing for invalid percent-encoded members (#8480)
Vcode2407
authored
12d81ae
View commit details
Copy full SHA for 12d81ae
View code at this point
Browse repository at this point
Move declarative config experimental types to internal package (#8530)
jack-berg
authored
104d56e
View commit details
Copy full SHA for 104d56e
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
Assert single-arg Logger.isEnabled overload in shared default logger test (#8483)
thswlsqls
authored
27319a4
View commit details
Copy full SHA for 27319a4
View code at this point
Browse repository at this point
Fix incorrect Javadoc in DeclarativeConfigProperties (#8484)
thswlsqls
authored
c0a18d3
View commit details
Copy full SHA for c0a18d3
View code at this point
Browse repository at this point
fix: stray LIRInstruction token in SpanBuilder Javadoc (#8482)
thswlsqls
authored
598ce87
View commit details
Copy full SHA for 598ce87
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
Fix Value Javadoc typo (#8479)
Vcode2407
authored
1ec8bce
View commit details
Copy full SHA for 1ec8bce
View code at this point
Browse repository at this point
Do not attempt to enumerate or normalize entries from carrier (#8474)
Show description for 4c4e8ec
jack-berg
and
jaydeluca
authored
4c4e8ec
View commit details
Copy full SHA for 4c4e8ec
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
Change all parameterized tests to name test cases (#8471)
jack-berg
authored
327f564
View commit details
Copy full SHA for 327f564
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL