@@ -375,7 +375,7 @@ release.
375375- Define syntax for escaping declarative configuration environment variable
376376 references.
377377 ([ #4375 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4375 ) )
378- - Resolve various declarative config TODOs .
378+ - Resolve various declarative config todos .
379379 ([ #4394 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4394 ) )
380380
381381## v1.41.0 (2025-01-21)
@@ -508,7 +508,7 @@ release.
508508 ([ #4203 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4203 ) )
509509 ([ #4221 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4221 ) )
510510- Introduce initial placeholder for the new user-facing Logs API, adding references
511- to existing API's informing of the coming changes while the definition is defined.
511+ to existing APIs informing of the coming changes while the definition is defined.
512512 ([ #4236 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4236 ) )
513513
514514### Common
@@ -709,7 +709,7 @@ release.
709709 ([ #4001 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4001 ) )
710710- Error out on invalid identifiers in environment variable substitution.
711711 ([ #4002 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4002 ) )
712- - Add end to end examples for file configuration
712+ - Add end-to- end examples for file configuration
713713 ([ #4018 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4018 ) )
714714- Clarify the schema for YAML configuration files
715715 ([ #3973 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3973 ) )
@@ -767,7 +767,7 @@ release.
767767 ([ #3945 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3945 ) )
768768- Prometheus: represent Prometheus Info, StateSet and Unknown-typed metrics in OTLP.
769769 ([ #3868 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3868 ) )
770- - Update and reorganize the prometheus sdk exporter specification.
770+ - Update and reorganize the prometheus SDK exporter specification.
771771 ([ #3872 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3872 ) )
772772
773773### SDK Configuration
@@ -918,7 +918,7 @@ release.
918918
919919### Traces
920920
921- - Update OpenTelemetry to Zipkin Transformation to handle attributes from older semantic conventions in a backwards compatible way.
921+ - Update OpenTelemetry to Zipkin Transformation to handle attributes from older semantic conventions in a backward compatible way.
922922 ([ #3794 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3794 ) )
923923
924924### Metrics
@@ -1076,7 +1076,7 @@ release.
10761076
10771077### Logs
10781078
1079- - Update two apache access logs mappings.
1079+ - Update two Apache access logs mappings.
10801080 ([ #3712 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3712 ) )
10811081
10821082### Resource
@@ -1545,7 +1545,7 @@ release.
15451545
15461546- Rename Logs API to Logs Bridge API to prevent confusion.
15471547 ([ #3197 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3197 ) )
1548- - Move event language from log README to event-api.
1548+ - Move event language from log readme to event-api.
15491549 ([ #3252 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3252 ) )
15501550
15511551### Resource
@@ -1646,10 +1646,10 @@ release.
16461646- Rename google openshift platform attribute from ` google_cloud_openshift ` to ` gcp_openshift `
16471647 to match the existing ` cloud.provider ` prefix.
16481648 ([ #3095 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3095 ) )
1649- - Changes http server span names from ` {http.route} ` to ` {http.method} {http.route} `
1649+ - Changes HTTP server span names from ` {http.route} ` to ` {http.method} {http.route} `
16501650 (when route is available), and from ` HTTP {http.method} ` to ` {http.method} ` (when
16511651 route is not available).
1652- Changes http client span names from ` HTTP {http.method} ` to ` {http.method} ` .
1652+ Changes HTTP client span names from ` HTTP {http.method} ` to ` {http.method} ` .
16531653 ([ #3165 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3165 ) )
16541654- Mark ` http.server.duration ` and ` http.client.duration ` metrics as required, and mark
16551655 all other HTTP metrics as optional.
@@ -1699,7 +1699,7 @@ release.
16991699
17001700- Clarify that the BatchSpanProcessor should export batches when the queue reaches the batch size
17011701 ([ #3024 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3024 ) )
1702- - Deprecate jaeger exporter, scheduled for spec removal in July 2023.
1702+ - Deprecate Jaeger exporter, scheduled for spec removal in July 2023.
17031703 [ #2858 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2858 )
17041704
17051705### Metrics
@@ -1906,7 +1906,7 @@ release.
19061906 ([ #2874 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2874 ) )
19071907- Add ` process.paging.faults ` metric to semantic conventions
19081908 ([ #2827 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2827 ) )
1909- - Define semantic conventions yaml for non-otlp conventions
1909+ - Define semantic conventions YAML for non-otlp conventions
19101910 ([ #2850 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2850 ) )
19111911- Add more semantic convetion attributes of Apache RocketMQ
19121912 ([ #2881 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2881 ) )
@@ -1958,7 +1958,7 @@ release.
19581958
19591959- Add environment variables for configuring the ` BatchLogRecordProcessor ` .
19601960 ([ #2785 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2785 ) )
1961- - Fix inconsistencies in log README
1961+ - Fix inconsistencies in log readme
19621962 ([ #2800 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2800 ) ).
19631963
19641964### Resource
@@ -1975,7 +1975,7 @@ release.
19751975 ([ #2819 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2819 ) )
19761976- Make context propagation requirements explicit for messaging semantic conventions
19771977 ([ #2750 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2750 ) ).
1978- - Update http metrics to use ` http.route ` instead of ` http.target ` for servers,
1978+ - Update HTTP metrics to use ` http.route ` instead of ` http.target ` for servers,
19791979 drop ` http.url ` for clients
19801980 ([ #2818 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2818 ) ).
19811981
@@ -2077,7 +2077,7 @@ release.
20772077- Add ` rpc.grpc.status_code ` to RPC metric semantic conventions
20782078 ([ #2604 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2604 ) )
20792079- Add ` http.*.*.size ` metric semantic conventions for tracking size of requests
2080- / responses for http servers / clients
2080+ / responses for HTTP servers / clients
20812081 ([ #2588 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2588 ) )
20822082- BREAKING: rename ` net.peer.ip ` to ` net.sock.peer.addr ` , ` net.host.ip ` to ` net.sock.host.addr ` ,
20832083 ` net.peer.name ` to ` net.sock.peer.name ` for socket-level instrumentation.
@@ -2087,7 +2087,7 @@ release.
20872087 ([ #2650 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2650 ) )
20882088- Improve the definition of ` state ` attribute for metric ` system.network.connections `
20892089 ([ #2663 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2663 ) )
2090- - Add ` process.parent_pid ` attribute for use in reporting parent process id (PID)
2090+ - Add ` process.parent_pid ` attribute for use in reporting parent process ID (PID)
20912091 ([ #2691 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2691 ) )
20922092- Add OpenSearch to db.system semantic conventions
20932093 ([ #2718 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2718 ) )
@@ -2174,7 +2174,7 @@ release.
21742174 ([ #2536 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2536 ) )
21752175- Add database connection pool metrics semantic conventions
21762176 ([ #2273 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2273 ) ).
2177- - Specify how to obtain a Ruby thread's id
2177+ - Specify how to obtain a Ruby thread's ID
21782178 ([ #2508 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2508 ) ).
21792179- Refactor jvm classes semantic conventions
21802180 ([ #2550 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2550 ) ).
@@ -2244,8 +2244,8 @@ release.
22442244### Semantic Conventions
22452245
22462246- Note added that ` net.peer.name ` SHOULD NOT be set if capturing it would require an
2247- extra reverse DNS lookup. And moved ` net.peer.name ` from common http attributes to
2248- just client http attributes.
2247+ extra reverse DNS lookup. And moved ` net.peer.name ` from common HTTP attributes to
2248+ just client HTTP attributes.
22492249 ([ #2446 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2446 ) )
22502250- Add ` net.host.name ` and ` net.host.ip ` conventions for rpc server spans.
22512251 ([ #2447 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2447 ) )
@@ -2484,7 +2484,7 @@ release.
24842484 ([ #2191 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2191 ) )
24852485- Add ` device.manufacturer ` to describe mobile device manufacturers.
24862486 ([ 2100] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2100 ) )
2487- - Change golang namespace to 'go', rather than 'gc'
2487+ - Change Go namespace to 'go', rather than 'gc'
24882488 ([ #2262 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2262 ) )
24892489- Add JVM memory runtime semantic
24902490 conventions. ([ #2272 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2272 ) )
@@ -2579,11 +2579,11 @@ release.
25792579 ([ #2004 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2004 ) )
25802580- Add Tencent Cloud as a cloud provider.
25812581 ([ #2006 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2006 ) )
2582- - Don't set Span.Status for 4xx http status codes for SERVER spans.
2582+ - Don't set Span.Status for 4xx HTTP status codes for SERVER spans.
25832583 ([ #1998 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1998 ) )
25842584- Add attributes for Apache RocketMQ.
25852585 ([ #1904 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1904 ) )
2586- - Define http tracing attributes provided at span creation time
2586+ - Define HTTP tracing attributes provided at span creation time
25872587 ([ #1916 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1916 ) )
25882588- Change meaning and discourage use of ` faas.trigger ` for FaaS clients (outgoing).
25892589 ([ #1921 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1921 ) )
@@ -2596,7 +2596,7 @@ release.
25962596
25972597### OpenTelemetry Protocol
25982598
2599- - Clarify default for OTLP endpoint should, not must, be https
2599+ - Clarify default for OTLP endpoint should, not must, be HTTPS
26002600 ([ #1997 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1997 ) )
26012601- Specify the behavior of the OTLP endpoint variables for OTLP/HTTP more strictly
26022602 ([ #1975 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1975 ) ,
@@ -2662,7 +2662,7 @@ Added telemetry schemas documents to the specification ([#2008](https://github.c
26622662- Update YAML definitions for events
26632663 ([ #1843 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1843 ) ):
26642664 - Mark exception as semconv type "event".
2665- - Add YAML definitions for grpc events.
2665+ - Add YAML definitions for gRPC events.
26662666- Add ` messaging.consumer_id ` to differentiate between message consumers.
26672667 ([ #1810 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1810 ) )
26682668- Clarifications for ` http.client_ip ` and ` http.host ` .
@@ -2874,14 +2874,14 @@ Added telemetry schemas documents to the specification ([#2008](https://github.c
28742874
28752875### Logs
28762876
2877- - Clarify "key/ value pair list" vs "map" in Log Data Model. ([ #1604 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1604 ) )
2877+ - Clarify "key- value pair list" vs "map" in Log Data Model. ([ #1604 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1604 ) )
28782878
28792879### Semantic Conventions
28802880
28812881- Fix the inconsistent formatting of semantic convention enums. ([ #1598 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1598/ ) )
28822882- Add details for filling resource for AWS Lambda. ([ #1610 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1610 ) )
28832883- Add already specified ` messaging.rabbitmq.routing_key ` span attribute key to the respective YAML file. ([ #1651 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1651 ) )
2884- - Clarify usage of "otel ." attribute namespace. ([ #1640 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1640 ) )
2884+ - Clarify usage of "OTel ." attribute namespace. ([ #1640 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1640 ) )
28852885- Add possibility to disable ` db.statement ` via instrumentation configuration. ([ #1659 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1659 ) )
28862886
28872887### Compatibility
@@ -3020,7 +3020,7 @@ Updates:
30203020- Resource attributes: lowerecased the allowed values of the ` aws.ecs.launchtype `
30213021 attribute
30223022 ([ #1339 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1339 ) )
3023- - Trace Exporters: Fix TODOs in Jaeger exporter spec
3023+ - Trace Exporters: Fix todos in Jaeger exporter spec
30243024 ([ #1374 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1374 ) )
30253025- Clarify that Jaeger/Zipkin exporters must rely on the default Resource to
30263026 get service.name if none was specified.
@@ -3077,7 +3077,7 @@ New:
30773077 [ #946 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/946 ) )
30783078- Allow samplers to modify tracestate
30793079 ([ #988 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/988/ ) )
3080- - Update the header name for otel baggage, and version date
3080+ - Update the header name for OTel baggage, and version date
30813081 ([ #981 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/981 ) )
30823082- Define PropagationOnly Span to simplify active Span logic in Context
30833083 ([ #994 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/994 ) )
@@ -3134,12 +3134,12 @@ Updates:
31343134 ([ #610 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/610 ) )
31353135- Rename ProbabilitySampler to TraceIdRatioBasedSampler and add requirements
31363136 ([ #611 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/611 ) )
3137- - Version attributes no longer have a prefix such as semver :
3137+ - Version attributes no longer have a prefix such as SemVer :
31383138 ([ #873 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/873 ) )
31393139- Add semantic conventions for process runtime
31403140 ([ #882 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/882 ) ,
31413141 [ #1137 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/1137 ) )
3142- - Use hex encoding for trace id and span id fields in OTLP JSON encoding:
3142+ - Use hex encoding for trace ID and span ID fields in OTLP JSON encoding:
31433143 ([ #911 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/911 ) )
31443144- Explicitly specify the SpanContext APIs IsValid and IsRemote as required
31453145 ([ #914 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/914 ) )
@@ -3185,7 +3185,7 @@ New:
31853185 ([ #650 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/650 ) )
31863186- Add conventions for naming of exporter packages
31873187 ([ #629 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/629 ) )
3188- - Add semantic conventions for container id
3188+ - Add semantic conventions for container ID
31893189 ([ #673 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/673 ) )
31903190- Add semantic conventions for HTTP content length
31913191 ([ #641 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/641 ) )
@@ -3224,7 +3224,7 @@ Updates:
32243224- Update api-metrics-user.md and api-metrics-meter.md with the latest metrics
32253225 API.
32263226- Normalize Instrumentation term for instrumentations.
3227- - Change w3c correlation context to custom header.
3227+ - Change W3C correlation context to custom header.
32283228
32293229## v0.4.0 (2020-05-12)
32303230
0 commit comments