Skip to content

Commit db1b3b1

Browse files
author
Hyunuk Lim
authored
fix: remove AttributeMessageType (#4020)
* fix: remove AttributeMessageType * add to CHANGELOG * fix: solve go fmt error
1 parent ad5b323 commit db1b3b1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
## 🛑 Breaking changes 🛑
66

7+
- Remove AttributeMessageType (#4020)
78
- Remove `mem-ballast-size-mib`, already deprecated and no-op (#4005).
89
- Remove `AttributeHTTPStatusText` const, replaced with `"http.status_text"` (#4015, contrib/#5182).
910

model/semconv/v1.5.0/nonstandard.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ const (
2323
OtelStatusCode = "otel.status_code"
2424
OtelStatusDescription = "otel.status_description"
2525
)
26-
27-
const (
28-
AttributeMessageType = "message.type"
29-
)

0 commit comments

Comments
 (0)