@@ -90,7 +90,7 @@ void emptyRepository() {
9090                        .hasParent (trace .getSpan (0 ))
9191                        .hasAttributesSatisfyingExactly (
9292                            equalTo (
93-                                 DB_SYSTEM ,
93+                                 maybeStable ( DB_SYSTEM ) ,
9494                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
9595                            equalTo (maybeStable (DB_OPERATION ), "SearchAction" ),
9696                            equalTo (stringKey ("elasticsearch.action" ), "SearchAction" ),
@@ -124,7 +124,7 @@ void crud() {
124124                        .hasParent (trace .getSpan (0 ))
125125                        .hasAttributesSatisfyingExactly (
126126                            equalTo (
127-                                 DB_SYSTEM ,
127+                                 maybeStable ( DB_SYSTEM ) ,
128128                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
129129                            equalTo (maybeStable (DB_OPERATION ), "IndexAction" ),
130130                            equalTo (stringKey ("elasticsearch.action" ), "IndexAction" ),
@@ -142,7 +142,7 @@ void crud() {
142142                        .hasParent (trace .getSpan (0 ))
143143                        .hasAttributesSatisfyingExactly (
144144                            equalTo (
145-                                 DB_SYSTEM ,
145+                                 maybeStable ( DB_SYSTEM ) ,
146146                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
147147                            equalTo (maybeStable (DB_OPERATION ), "RefreshAction" ),
148148                            equalTo (stringKey ("elasticsearch.action" ), "RefreshAction" ),
@@ -173,7 +173,7 @@ void crud() {
173173                        .hasParent (trace .getSpan (0 ))
174174                        .hasAttributesSatisfyingExactly (
175175                            equalTo (
176-                                 DB_SYSTEM ,
176+                                 maybeStable ( DB_SYSTEM ) ,
177177                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
178178                            equalTo (maybeStable (DB_OPERATION ), "GetAction" ),
179179                            equalTo (stringKey ("elasticsearch.action" ), "GetAction" ),
@@ -207,7 +207,7 @@ void crud() {
207207                        .hasParent (trace .getSpan (0 ))
208208                        .hasAttributesSatisfyingExactly (
209209                            equalTo (
210-                                 DB_SYSTEM ,
210+                                 maybeStable ( DB_SYSTEM ) ,
211211                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
212212                            equalTo (maybeStable (DB_OPERATION ), "IndexAction" ),
213213                            equalTo (stringKey ("elasticsearch.action" ), "IndexAction" ),
@@ -225,7 +225,7 @@ void crud() {
225225                        .hasParent (trace .getSpan (0 ))
226226                        .hasAttributesSatisfyingExactly (
227227                            equalTo (
228-                                 DB_SYSTEM ,
228+                                 maybeStable ( DB_SYSTEM ) ,
229229                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
230230                            equalTo (maybeStable (DB_OPERATION ), "RefreshAction" ),
231231                            equalTo (stringKey ("elasticsearch.action" ), "RefreshAction" ),
@@ -251,7 +251,7 @@ void crud() {
251251                        .hasParent (trace .getSpan (0 ))
252252                        .hasAttributesSatisfyingExactly (
253253                            equalTo (
254-                                 DB_SYSTEM ,
254+                                 maybeStable ( DB_SYSTEM ) ,
255255                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
256256                            equalTo (maybeStable (DB_OPERATION ), "GetAction" ),
257257                            equalTo (stringKey ("elasticsearch.action" ), "GetAction" ),
@@ -283,7 +283,7 @@ void crud() {
283283                        .hasParent (trace .getSpan (0 ))
284284                        .hasAttributesSatisfyingExactly (
285285                            equalTo (
286-                                 DB_SYSTEM ,
286+                                 maybeStable ( DB_SYSTEM ) ,
287287                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
288288                            equalTo (maybeStable (DB_OPERATION ), "DeleteAction" ),
289289                            equalTo (stringKey ("elasticsearch.action" ), "DeleteAction" ),
@@ -300,7 +300,7 @@ void crud() {
300300                        .hasParent (trace .getSpan (0 ))
301301                        .hasAttributesSatisfyingExactly (
302302                            equalTo (
303-                                 DB_SYSTEM ,
303+                                 maybeStable ( DB_SYSTEM ) ,
304304                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
305305                            equalTo (maybeStable (DB_OPERATION ), "RefreshAction" ),
306306                            equalTo (stringKey ("elasticsearch.action" ), "RefreshAction" ),
@@ -326,7 +326,7 @@ void crud() {
326326                        .hasParent (trace .getSpan (0 ))
327327                        .hasAttributesSatisfyingExactly (
328328                            equalTo (
329-                                 DB_SYSTEM ,
329+                                 maybeStable ( DB_SYSTEM ) ,
330330                                DbIncubatingAttributes .DbSystemIncubatingValues .ELASTICSEARCH ),
331331                            equalTo (maybeStable (DB_OPERATION ), "SearchAction" ),
332332                            equalTo (stringKey ("elasticsearch.action" ), "SearchAction" ),
0 commit comments