From 28e6422b4060ae045307894eb5fea151a6ad1375 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 2 Dec 2021 08:37:30 +0000 Subject: [PATCH] test: synchronizing json specs --- tests/upstream/json-specs/span_types.json | 25 ++++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/tests/upstream/json-specs/span_types.json b/tests/upstream/json-specs/span_types.json index a77f2bd15..193489a7a 100644 --- a/tests/upstream/json-specs/span_types.json +++ b/tests/upstream/json-specs/span_types.json @@ -20,36 +20,40 @@ "java" ] }, + "internal": { + "__description": "Application generic internal span for controller/handler/processing delegation", + "__used_by": [ + ] + }, "controller": { - "__description": "Application controller actions", + "__description": "Deprecated: use app.internal instead", "__used_by": [ "ruby" ] }, "graphql": { - "__description": "Incoming GraphQL requests", + "__description": "Deprecated: use app.internal instead", "__used_by": [ "ruby" ] }, "mailer": { - "__description": "Application mailer actions", + "__description": "Deprecated: use app.internal instead", "__used_by": [ "ruby" ] }, "resource": { - "__description": "Application resource actions", + "__description": "Deprecated: use app.internal instead", "__used_by": [ "ruby" ] }, "handler": { - "__description": "Application handler", + "__description": "Deprecated: use app.internal instead", "__used_by": [ "java" ] - } } }, @@ -142,7 +146,8 @@ "mssql": { "__description": "Microsoft SQL Server", "__used_by": [ - "nodejs" + "nodejs", + "java" ] }, "mysql": { @@ -178,13 +183,13 @@ ] }, "sqlite3": { - "__description": "SQLite 3", + "__description": "Deprecated: use db/sqlite", "__used_by": [ "ruby" ] }, "sqlserver": { - "__description": "Microsoft SQL Server", + "__description": "Deprecated: use db/mssql", "__used_by": [ "java" ] @@ -224,7 +229,7 @@ } }, "json": { - "__description": "JSON parsing and generation", + "__description": "Deprecated: use app.internal instead", "subtypes": { "parse": { "__description": "JSON parsing"