Skip to content

Commit e7a37be

Browse files
authored
chore: adjust category attributes for java elastic rest (#2617)
Changing the category attributes for elasticsearch rest client
1 parent bee8d9f commit e7a37be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

profiles/manifests/category-attributes.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1558,9 +1558,11 @@ spec:
15581558
value: "non-web"
15591559
"io.opentelemetry.elasticsearch-rest-7.0":
15601560
- new_attribute: "odigos.category"
1561-
value: "Search Engine"
1561+
value: "HTTP"
15621562
- new_attribute: "odigos.transaction.type"
1563-
value: "non-web"
1563+
value: "web"
1564+
- new_attribute: "odigos.sub_category"
1565+
from_field: "http.request.method"
15641566
"io.opentelemetry.elasticsearch-transport-5.0":
15651567
- new_attribute: "odigos.category"
15661568
value: "Search Engine"

0 commit comments

Comments
 (0)