slnodejs 6.2.39 → 6.2.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1093,7 +1093,7 @@ var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, gene
1093
1093
  value: true
1094
1094
  });
1095
1095
  exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
1096
- exports.SL_AGENT_VERSION = '6.2.39';
1096
+ exports.SL_AGENT_VERSION = '6.2.43';
1097
1097
  exports.SL_AGENT_TYPE = 'browser';
1098
1098
  });
1099
1099
 
@@ -9661,6 +9661,14 @@ var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, gene
9661
9661
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9662
9662
  });
9663
9663
  };
9664
+ var __rest = this && this.__rest || function (s, e) {
9665
+ var t = {};
9666
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9667
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
9668
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
9669
+ }
9670
+ return t;
9671
+ };
9664
9672
  (function (factory) {
9665
9673
  if (typeof module === "object" && typeof module.exports === "object") {
9666
9674
  var v = factory(require, exports);
@@ -9918,13 +9926,18 @@ var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, gene
9918
9926
  buildName: this.cfg.build.value,
9919
9927
  labId: this.cfg.labId.value,
9920
9928
  testStage: this.cfg.testStage.value,
9921
- executionId: executionId
9929
+ executionId: executionId,
9930
+ startTime: (0, system_date_1.getSystemDateValueOfLocal)()
9922
9931
  };
9923
9932
  if (this.cfg.testGroupId.value) {
9924
9933
  request.testGroupId = this.cfg.testGroupId.value;
9925
9934
  }
9926
9935
  yield this.backendProxy.startColoredExecution(request);
9927
- this.currentExecution = Object.assign(Object.assign({}, request), {
9936
+ const {
9937
+ startTime: _startTime
9938
+ } = request,
9939
+ executionFields = __rest(request, ["startTime"]);
9940
+ this.currentExecution = Object.assign(Object.assign({}, executionFields), {
9928
9941
  buildSessionId: this.cfg.buildSessionId.value,
9929
9942
  status: StateTracker.EXECUTION_STATUS_CREATED
9930
9943
  });
@@ -22338,7 +22351,7 @@ Object.defineProperty(exports, "__esModule", {
22338
22351
  exports.DOTNET_GC_HEAP_GENERATION_VALUE_GEN1 = exports.DOTNET_GC_HEAP_GENERATION_VALUE_GEN0 = exports.ATTR_DOTNET_GC_HEAP_GENERATION = exports.DEPLOYMENT_ENVIRONMENT_NAME_VALUE_TEST = exports.DEPLOYMENT_ENVIRONMENT_NAME_VALUE_STAGING = exports.DEPLOYMENT_ENVIRONMENT_NAME_VALUE_PRODUCTION = exports.DEPLOYMENT_ENVIRONMENT_NAME_VALUE_DEVELOPMENT = exports.ATTR_DEPLOYMENT_ENVIRONMENT_NAME = exports.DB_SYSTEM_NAME_VALUE_POSTGRESQL = exports.DB_SYSTEM_NAME_VALUE_MYSQL = exports.DB_SYSTEM_NAME_VALUE_MICROSOFT_SQL_SERVER = exports.DB_SYSTEM_NAME_VALUE_MARIADB = exports.ATTR_DB_SYSTEM_NAME = exports.ATTR_DB_STORED_PROCEDURE_NAME = exports.ATTR_DB_RESPONSE_STATUS_CODE = exports.ATTR_DB_QUERY_TEXT = exports.ATTR_DB_QUERY_SUMMARY = exports.ATTR_DB_OPERATION_NAME = exports.ATTR_DB_OPERATION_BATCH_SIZE = exports.ATTR_DB_NAMESPACE = exports.ATTR_DB_COLLECTION_NAME = exports.ATTR_CONTAINER_IMAGE_TAGS = exports.ATTR_CONTAINER_IMAGE_REPO_DIGESTS = exports.ATTR_CONTAINER_IMAGE_NAME = exports.ATTR_CONTAINER_ID = exports.ATTR_CODE_STACKTRACE = exports.ATTR_CODE_LINE_NUMBER = exports.ATTR_CODE_FUNCTION_NAME = exports.ATTR_CODE_FILE_PATH = exports.ATTR_CODE_COLUMN_NUMBER = exports.ATTR_CLIENT_PORT = exports.ATTR_CLIENT_ADDRESS = exports.ATTR_ASPNETCORE_USER_IS_AUTHENTICATED = exports.ASPNETCORE_ROUTING_MATCH_STATUS_VALUE_SUCCESS = exports.ASPNETCORE_ROUTING_MATCH_STATUS_VALUE_FAILURE = exports.ATTR_ASPNETCORE_ROUTING_MATCH_STATUS = exports.ATTR_ASPNETCORE_ROUTING_IS_FALLBACK = exports.ATTR_ASPNETCORE_REQUEST_IS_UNHANDLED = exports.ASPNETCORE_RATE_LIMITING_RESULT_VALUE_REQUEST_CANCELED = exports.ASPNETCORE_RATE_LIMITING_RESULT_VALUE_GLOBAL_LIMITER = exports.ASPNETCORE_RATE_LIMITING_RESULT_VALUE_ENDPOINT_LIMITER = exports.ASPNETCORE_RATE_LIMITING_RESULT_VALUE_ACQUIRED = exports.ATTR_ASPNETCORE_RATE_LIMITING_RESULT = exports.ATTR_ASPNETCORE_RATE_LIMITING_POLICY = exports.ATTR_ASPNETCORE_DIAGNOSTICS_HANDLER_TYPE = exports.ASPNETCORE_DIAGNOSTICS_EXCEPTION_RESULT_VALUE_UNHANDLED = exports.ASPNETCORE_DIAGNOSTICS_EXCEPTION_RESULT_VALUE_SKIPPED = exports.ASPNETCORE_DIAGNOSTICS_EXCEPTION_RESULT_VALUE_HANDLED = exports.ASPNETCORE_DIAGNOSTICS_EXCEPTION_RESULT_VALUE_ABORTED = exports.ATTR_ASPNETCORE_DIAGNOSTICS_EXCEPTION_RESULT = void 0;
22339
22352
  exports.ATTR_K8S_DAEMONSET_LABEL = exports.ATTR_K8S_DAEMONSET_ANNOTATION = exports.ATTR_K8S_CRONJOB_UID = exports.ATTR_K8S_CRONJOB_NAME = exports.ATTR_K8S_CRONJOB_LABEL = exports.ATTR_K8S_CRONJOB_ANNOTATION = exports.ATTR_K8S_CONTAINER_RESTART_COUNT = exports.ATTR_K8S_CONTAINER_NAME = exports.ATTR_K8S_CLUSTER_UID = exports.ATTR_K8S_CLUSTER_NAME = exports.JVM_THREAD_STATE_VALUE_WAITING = exports.JVM_THREAD_STATE_VALUE_TIMED_WAITING = exports.JVM_THREAD_STATE_VALUE_TERMINATED = exports.JVM_THREAD_STATE_VALUE_RUNNABLE = exports.JVM_THREAD_STATE_VALUE_NEW = exports.JVM_THREAD_STATE_VALUE_BLOCKED = exports.ATTR_JVM_THREAD_STATE = exports.ATTR_JVM_THREAD_DAEMON = exports.JVM_MEMORY_TYPE_VALUE_NON_HEAP = exports.JVM_MEMORY_TYPE_VALUE_HEAP = exports.ATTR_JVM_MEMORY_TYPE = exports.ATTR_JVM_MEMORY_POOL_NAME = exports.ATTR_JVM_GC_NAME = exports.ATTR_JVM_GC_ACTION = exports.ATTR_HTTP_ROUTE = exports.ATTR_HTTP_RESPONSE_STATUS_CODE = exports.ATTR_HTTP_RESPONSE_HEADER = exports.ATTR_HTTP_REQUEST_RESEND_COUNT = exports.ATTR_HTTP_REQUEST_METHOD_ORIGINAL = exports.HTTP_REQUEST_METHOD_VALUE_TRACE = exports.HTTP_REQUEST_METHOD_VALUE_PUT = exports.HTTP_REQUEST_METHOD_VALUE_POST = exports.HTTP_REQUEST_METHOD_VALUE_PATCH = exports.HTTP_REQUEST_METHOD_VALUE_OPTIONS = exports.HTTP_REQUEST_METHOD_VALUE_HEAD = exports.HTTP_REQUEST_METHOD_VALUE_GET = exports.HTTP_REQUEST_METHOD_VALUE_DELETE = exports.HTTP_REQUEST_METHOD_VALUE_CONNECT = exports.HTTP_REQUEST_METHOD_VALUE_OTHER = exports.ATTR_HTTP_REQUEST_METHOD = exports.ATTR_HTTP_REQUEST_HEADER = exports.ATTR_EXCEPTION_TYPE = exports.ATTR_EXCEPTION_STACKTRACE = exports.ATTR_EXCEPTION_MESSAGE = exports.ATTR_EXCEPTION_ESCAPED = exports.ERROR_TYPE_VALUE_OTHER = exports.ATTR_ERROR_TYPE = exports.DOTNET_GC_HEAP_GENERATION_VALUE_POH = exports.DOTNET_GC_HEAP_GENERATION_VALUE_LOH = exports.DOTNET_GC_HEAP_GENERATION_VALUE_GEN2 = void 0;
22340
22353
  exports.ATTR_OTEL_SCOPE_VERSION = exports.ATTR_OTEL_SCOPE_NAME = exports.ATTR_OTEL_EVENT_NAME = exports.NETWORK_TYPE_VALUE_IPV6 = exports.NETWORK_TYPE_VALUE_IPV4 = exports.ATTR_NETWORK_TYPE = exports.NETWORK_TRANSPORT_VALUE_UNIX = exports.NETWORK_TRANSPORT_VALUE_UDP = exports.NETWORK_TRANSPORT_VALUE_TCP = exports.NETWORK_TRANSPORT_VALUE_QUIC = exports.NETWORK_TRANSPORT_VALUE_PIPE = exports.ATTR_NETWORK_TRANSPORT = exports.ATTR_NETWORK_PROTOCOL_VERSION = exports.ATTR_NETWORK_PROTOCOL_NAME = exports.ATTR_NETWORK_PEER_PORT = exports.ATTR_NETWORK_PEER_ADDRESS = exports.ATTR_NETWORK_LOCAL_PORT = exports.ATTR_NETWORK_LOCAL_ADDRESS = exports.ATTR_K8S_STATEFULSET_UID = exports.ATTR_K8S_STATEFULSET_NAME = exports.ATTR_K8S_STATEFULSET_LABEL = exports.ATTR_K8S_STATEFULSET_ANNOTATION = exports.ATTR_K8S_REPLICASET_UID = exports.ATTR_K8S_REPLICASET_NAME = exports.ATTR_K8S_REPLICASET_LABEL = exports.ATTR_K8S_REPLICASET_ANNOTATION = exports.ATTR_K8S_POD_UID = exports.ATTR_K8S_POD_START_TIME = exports.ATTR_K8S_POD_NAME = exports.ATTR_K8S_POD_LABEL = exports.ATTR_K8S_POD_IP = exports.ATTR_K8S_POD_HOSTNAME = exports.ATTR_K8S_POD_ANNOTATION = exports.ATTR_K8S_NODE_UID = exports.ATTR_K8S_NODE_NAME = exports.ATTR_K8S_NODE_LABEL = exports.ATTR_K8S_NODE_ANNOTATION = exports.ATTR_K8S_NAMESPACE_NAME = exports.ATTR_K8S_NAMESPACE_LABEL = exports.ATTR_K8S_NAMESPACE_ANNOTATION = exports.ATTR_K8S_JOB_UID = exports.ATTR_K8S_JOB_NAME = exports.ATTR_K8S_JOB_LABEL = exports.ATTR_K8S_JOB_ANNOTATION = exports.ATTR_K8S_DEPLOYMENT_UID = exports.ATTR_K8S_DEPLOYMENT_NAME = exports.ATTR_K8S_DEPLOYMENT_LABEL = exports.ATTR_K8S_DEPLOYMENT_ANNOTATION = exports.ATTR_K8S_DAEMONSET_UID = exports.ATTR_K8S_DAEMONSET_NAME = void 0;
22341
- exports.ATTR_USER_AGENT_ORIGINAL = exports.ATTR_URL_SCHEME = exports.ATTR_URL_QUERY = exports.ATTR_URL_PATH = exports.ATTR_URL_FULL = exports.ATTR_URL_FRAGMENT = exports.ATTR_TELEMETRY_SDK_VERSION = exports.ATTR_TELEMETRY_SDK_NAME = exports.TELEMETRY_SDK_LANGUAGE_VALUE_WEBJS = exports.TELEMETRY_SDK_LANGUAGE_VALUE_SWIFT = exports.TELEMETRY_SDK_LANGUAGE_VALUE_RUST = exports.TELEMETRY_SDK_LANGUAGE_VALUE_RUBY = exports.TELEMETRY_SDK_LANGUAGE_VALUE_PYTHON = exports.TELEMETRY_SDK_LANGUAGE_VALUE_PHP = exports.TELEMETRY_SDK_LANGUAGE_VALUE_NODEJS = exports.TELEMETRY_SDK_LANGUAGE_VALUE_JAVA = exports.TELEMETRY_SDK_LANGUAGE_VALUE_GO = exports.TELEMETRY_SDK_LANGUAGE_VALUE_ERLANG = exports.TELEMETRY_SDK_LANGUAGE_VALUE_DOTNET = exports.TELEMETRY_SDK_LANGUAGE_VALUE_CPP = exports.ATTR_TELEMETRY_SDK_LANGUAGE = exports.ATTR_TELEMETRY_DISTRO_VERSION = exports.ATTR_TELEMETRY_DISTRO_NAME = exports.SIGNALR_TRANSPORT_VALUE_WEB_SOCKETS = exports.SIGNALR_TRANSPORT_VALUE_SERVER_SENT_EVENTS = exports.SIGNALR_TRANSPORT_VALUE_LONG_POLLING = exports.ATTR_SIGNALR_TRANSPORT = exports.SIGNALR_CONNECTION_STATUS_VALUE_TIMEOUT = exports.SIGNALR_CONNECTION_STATUS_VALUE_NORMAL_CLOSURE = exports.SIGNALR_CONNECTION_STATUS_VALUE_APP_SHUTDOWN = exports.ATTR_SIGNALR_CONNECTION_STATUS = exports.ATTR_SERVICE_VERSION = exports.ATTR_SERVICE_NAMESPACE = exports.ATTR_SERVICE_NAME = exports.ATTR_SERVICE_INSTANCE_ID = exports.ATTR_SERVER_PORT = exports.ATTR_SERVER_ADDRESS = exports.ATTR_OTEL_STATUS_DESCRIPTION = exports.OTEL_STATUS_CODE_VALUE_OK = exports.OTEL_STATUS_CODE_VALUE_ERROR = exports.ATTR_OTEL_STATUS_CODE = void 0;
22354
+ exports.ATTR_USER_AGENT_ORIGINAL = exports.ATTR_URL_SCHEME = exports.ATTR_URL_QUERY = exports.ATTR_URL_PATH = exports.ATTR_URL_FULL = exports.ATTR_URL_FRAGMENT = exports.ATTR_TELEMETRY_SDK_VERSION = exports.ATTR_TELEMETRY_SDK_NAME = exports.TELEMETRY_SDK_LANGUAGE_VALUE_WEBJS = exports.TELEMETRY_SDK_LANGUAGE_VALUE_SWIFT = exports.TELEMETRY_SDK_LANGUAGE_VALUE_RUST = exports.TELEMETRY_SDK_LANGUAGE_VALUE_RUBY = exports.TELEMETRY_SDK_LANGUAGE_VALUE_PYTHON = exports.TELEMETRY_SDK_LANGUAGE_VALUE_PHP = exports.TELEMETRY_SDK_LANGUAGE_VALUE_NODEJS = exports.TELEMETRY_SDK_LANGUAGE_VALUE_KOTLIN = exports.TELEMETRY_SDK_LANGUAGE_VALUE_JAVA = exports.TELEMETRY_SDK_LANGUAGE_VALUE_GO = exports.TELEMETRY_SDK_LANGUAGE_VALUE_ERLANG = exports.TELEMETRY_SDK_LANGUAGE_VALUE_DOTNET = exports.TELEMETRY_SDK_LANGUAGE_VALUE_CPP = exports.ATTR_TELEMETRY_SDK_LANGUAGE = exports.ATTR_TELEMETRY_DISTRO_VERSION = exports.ATTR_TELEMETRY_DISTRO_NAME = exports.SIGNALR_TRANSPORT_VALUE_WEB_SOCKETS = exports.SIGNALR_TRANSPORT_VALUE_SERVER_SENT_EVENTS = exports.SIGNALR_TRANSPORT_VALUE_LONG_POLLING = exports.ATTR_SIGNALR_TRANSPORT = exports.SIGNALR_CONNECTION_STATUS_VALUE_TIMEOUT = exports.SIGNALR_CONNECTION_STATUS_VALUE_NORMAL_CLOSURE = exports.SIGNALR_CONNECTION_STATUS_VALUE_APP_SHUTDOWN = exports.ATTR_SIGNALR_CONNECTION_STATUS = exports.ATTR_SERVICE_VERSION = exports.ATTR_SERVICE_NAMESPACE = exports.ATTR_SERVICE_NAME = exports.ATTR_SERVICE_INSTANCE_ID = exports.ATTR_SERVER_PORT = exports.ATTR_SERVER_ADDRESS = exports.ATTR_OTEL_STATUS_DESCRIPTION = exports.OTEL_STATUS_CODE_VALUE_OK = exports.OTEL_STATUS_CODE_VALUE_ERROR = exports.ATTR_OTEL_STATUS_CODE = void 0;
22342
22355
  //----------------------------------------------------------------------------------------------------------
22343
22356
  // DO NOT EDIT, this is an Auto-generated file from scripts/semconv/templates/registry/stable/attributes.ts.j2
22344
22357
  //----------------------------------------------------------------------------------------------------------
@@ -22576,13 +22589,34 @@ exports.ATTR_DB_COLLECTION_NAME = 'db.collection.name';
22576
22589
  */
22577
22590
  exports.ATTR_DB_NAMESPACE = 'db.namespace';
22578
22591
  /**
22579
- * The number of queries included in a batch operation.
22592
+ * The number of database operations included in a batch operation.
22580
22593
  *
22581
22594
  * @example 2
22582
22595
  * @example 3
22583
22596
  * @example 4
22584
22597
  *
22585
- * @note Operations are only considered batches when they contain two or more operations, and so `db.operation.batch.size` **SHOULD** never be `1`.
22598
+ * @note Except for empty batch requests described below, a batch operation contains two
22599
+ * or more database operations explicitly submitted as separate operations in a single
22600
+ * client call, protocol message, or database command.
22601
+ *
22602
+ * Requests to batch APIs that contain only one operation **SHOULD** be modeled as single
22603
+ * operations, not as batch operations.
22604
+ *
22605
+ * A database call is not a batch operation solely because one operation accepts
22606
+ * multiple operands, such as keys, rows, documents, points, or other data elements,
22607
+ * including Redis [`MGET`](https://redis.io/docs/latest/commands/mget/) with
22608
+ * multiple keys.
22609
+ *
22610
+ * In batch APIs that execute the same parameterized operation with parameter sets,
22611
+ * each parameter set represents one database operation for determining whether the
22612
+ * request is a batch operation. Requests with only one parameter set **SHOULD** be modeled
22613
+ * as single operations, not as batch operations.
22614
+ *
22615
+ * `db.operation.batch.size` **SHOULD** be set to the number of operations in the batch.
22616
+ * It **SHOULD NOT** be set for non-batch operations.
22617
+ *
22618
+ * A request to execute a batch operation with no operations **SHOULD** also be treated
22619
+ * as a batch operation, and `db.operation.batch.size` **SHOULD** be set to `0`.
22586
22620
  */
22587
22621
  exports.ATTR_DB_OPERATION_BATCH_SIZE = 'db.operation.batch.size';
22588
22622
  /**
@@ -23220,9 +23254,9 @@ exports.ATTR_K8S_CRONJOB_UID = 'k8s.cronjob.uid';
23220
23254
  * @note
23221
23255
  * Examples:
23222
23256
  *
23223
- * - A label `replicas` with value `1` **SHOULD** be recorded
23257
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
23224
23258
  * as the `k8s.daemonset.annotation.replicas` attribute with value `"1"`.
23225
- * - A label `data` with empty string value **SHOULD** be recorded as
23259
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
23226
23260
  * the `k8s.daemonset.annotation.data` attribute with value `""`.
23227
23261
  */
23228
23262
  const ATTR_K8S_DAEMONSET_ANNOTATION = key => `k8s.daemonset.annotation.${key}`;
@@ -23238,7 +23272,7 @@ exports.ATTR_K8S_DAEMONSET_ANNOTATION = ATTR_K8S_DAEMONSET_ANNOTATION;
23238
23272
  *
23239
23273
  * - A label `app` with value `guestbook` **SHOULD** be recorded
23240
23274
  * as the `k8s.daemonset.label.app` attribute with value `"guestbook"`.
23241
- * - A label `data` with empty string value **SHOULD** be recorded as
23275
+ * - A label `injected` with empty string value **SHOULD** be recorded as
23242
23276
  * the `k8s.daemonset.label.injected` attribute with value `""`.
23243
23277
  */
23244
23278
  const ATTR_K8S_DAEMONSET_LABEL = key => `k8s.daemonset.label.${key}`;
@@ -23264,9 +23298,9 @@ exports.ATTR_K8S_DAEMONSET_UID = 'k8s.daemonset.uid';
23264
23298
  * @note
23265
23299
  * Examples:
23266
23300
  *
23267
- * - A label `replicas` with value `1` **SHOULD** be recorded
23301
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
23268
23302
  * as the `k8s.deployment.annotation.replicas` attribute with value `"1"`.
23269
- * - A label `data` with empty string value **SHOULD** be recorded as
23303
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
23270
23304
  * the `k8s.deployment.annotation.data` attribute with value `""`.
23271
23305
  */
23272
23306
  const ATTR_K8S_DEPLOYMENT_ANNOTATION = key => `k8s.deployment.annotation.${key}`;
@@ -23280,7 +23314,7 @@ exports.ATTR_K8S_DEPLOYMENT_ANNOTATION = ATTR_K8S_DEPLOYMENT_ANNOTATION;
23280
23314
  * @note
23281
23315
  * Examples:
23282
23316
  *
23283
- * - A label `replicas` with value `0` **SHOULD** be recorded
23317
+ * - A label `app` with value `guestbook` **SHOULD** be recorded
23284
23318
  * as the `k8s.deployment.label.app` attribute with value `"guestbook"`.
23285
23319
  * - A label `injected` with empty string value **SHOULD** be recorded as
23286
23320
  * the `k8s.deployment.label.injected` attribute with value `""`.
@@ -23308,9 +23342,9 @@ exports.ATTR_K8S_DEPLOYMENT_UID = 'k8s.deployment.uid';
23308
23342
  * @note
23309
23343
  * Examples:
23310
23344
  *
23311
- * - A label `number` with value `1` **SHOULD** be recorded
23345
+ * - An annotation `number` with value `1` **SHOULD** be recorded
23312
23346
  * as the `k8s.job.annotation.number` attribute with value `"1"`.
23313
- * - A label `data` with empty string value **SHOULD** be recorded as
23347
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
23314
23348
  * the `k8s.job.annotation.data` attribute with value `""`.
23315
23349
  */
23316
23350
  const ATTR_K8S_JOB_ANNOTATION = key => `k8s.job.annotation.${key}`;
@@ -23326,7 +23360,7 @@ exports.ATTR_K8S_JOB_ANNOTATION = ATTR_K8S_JOB_ANNOTATION;
23326
23360
  *
23327
23361
  * - A label `jobtype` with value `ci` **SHOULD** be recorded
23328
23362
  * as the `k8s.job.label.jobtype` attribute with value `"ci"`.
23329
- * - A label `data` with empty string value **SHOULD** be recorded as
23363
+ * - A label `automated` with empty string value **SHOULD** be recorded as
23330
23364
  * the `k8s.job.label.automated` attribute with value `""`.
23331
23365
  */
23332
23366
  const ATTR_K8S_JOB_LABEL = key => `k8s.job.label.${key}`;
@@ -23352,9 +23386,9 @@ exports.ATTR_K8S_JOB_UID = 'k8s.job.uid';
23352
23386
  * @note
23353
23387
  * Examples:
23354
23388
  *
23355
- * - A label `ttl` with value `0` **SHOULD** be recorded
23389
+ * - An annotation `ttl` with value `0` **SHOULD** be recorded
23356
23390
  * as the `k8s.namespace.annotation.ttl` attribute with value `"0"`.
23357
- * - A label `data` with empty string value **SHOULD** be recorded as
23391
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
23358
23392
  * the `k8s.namespace.annotation.data` attribute with value `""`.
23359
23393
  */
23360
23394
  const ATTR_K8S_NAMESPACE_ANNOTATION = key => `k8s.namespace.annotation.${key}`;
@@ -23515,9 +23549,9 @@ exports.ATTR_K8S_POD_UID = 'k8s.pod.uid';
23515
23549
  * @note
23516
23550
  * Examples:
23517
23551
  *
23518
- * - A label `replicas` with value `0` **SHOULD** be recorded
23552
+ * - An annotation `replicas` with value `0` **SHOULD** be recorded
23519
23553
  * as the `k8s.replicaset.annotation.replicas` attribute with value `"0"`.
23520
- * - A label `data` with empty string value **SHOULD** be recorded as
23554
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
23521
23555
  * the `k8s.replicaset.annotation.data` attribute with value `""`.
23522
23556
  */
23523
23557
  const ATTR_K8S_REPLICASET_ANNOTATION = key => `k8s.replicaset.annotation.${key}`;
@@ -23559,9 +23593,9 @@ exports.ATTR_K8S_REPLICASET_UID = 'k8s.replicaset.uid';
23559
23593
  * @note
23560
23594
  * Examples:
23561
23595
  *
23562
- * - A label `replicas` with value `1` **SHOULD** be recorded
23596
+ * - An annotation `replicas` with value `1` **SHOULD** be recorded
23563
23597
  * as the `k8s.statefulset.annotation.replicas` attribute with value `"1"`.
23564
- * - A label `data` with empty string value **SHOULD** be recorded as
23598
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
23565
23599
  * the `k8s.statefulset.annotation.data` attribute with value `""`.
23566
23600
  */
23567
23601
  const ATTR_K8S_STATEFULSET_ANNOTATION = key => `k8s.statefulset.annotation.${key}`;
@@ -23575,7 +23609,7 @@ exports.ATTR_K8S_STATEFULSET_ANNOTATION = ATTR_K8S_STATEFULSET_ANNOTATION;
23575
23609
  * @note
23576
23610
  * Examples:
23577
23611
  *
23578
- * - A label `replicas` with value `0` **SHOULD** be recorded
23612
+ * - A label `app` with value `guestbook` **SHOULD** be recorded
23579
23613
  * as the `k8s.statefulset.label.app` attribute with value `"guestbook"`.
23580
23614
  * - A label `injected` with empty string value **SHOULD** be recorded as
23581
23615
  * the `k8s.statefulset.label.injected` attribute with value `""`.
@@ -23912,6 +23946,10 @@ exports.TELEMETRY_SDK_LANGUAGE_VALUE_GO = "go";
23912
23946
  * Enum value "java" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
23913
23947
  */
23914
23948
  exports.TELEMETRY_SDK_LANGUAGE_VALUE_JAVA = "java";
23949
+ /**
23950
+ * Enum value "kotlin" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
23951
+ */
23952
+ exports.TELEMETRY_SDK_LANGUAGE_VALUE_KOTLIN = "kotlin";
23915
23953
  /**
23916
23954
  * Enum value "nodejs" for attribute {@link ATTR_TELEMETRY_SDK_LANGUAGE}.
23917
23955
  */
@@ -46444,6 +46482,9 @@ var g = typeof globalThis === 'undefined' ? global : globalThis;
46444
46482
  var typedArrays = availableTypedArrays();
46445
46483
  var $slice = callBound('String.prototype.slice');
46446
46484
 
46485
+ /** @import { BoundSet, BoundSlice, Cache, Getter } from './types' */
46486
+ /** @import { TypedArrayName } from '.' */
46487
+
46447
46488
  /** @type {<T = unknown>(array: readonly T[], value: unknown) => number} */
46448
46489
  var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) {
46449
46490
  for (var i = 0; i < array.length; i += 1) {
@@ -46454,8 +46495,7 @@ var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(ar
46454
46495
  return -1;
46455
46496
  };
46456
46497
 
46457
- /** @typedef {import('./types').Getter} Getter */
46458
- /** @type {import('./types').Cache} */
46498
+ /** @type {Cache} */
46459
46499
  var cache = {
46460
46500
  __proto__: null
46461
46501
  };
@@ -46473,7 +46513,8 @@ if (hasToStringTag && gOPD && getProto) {
46473
46513
  }
46474
46514
  if (descriptor && descriptor.get) {
46475
46515
  var bound = callBind(descriptor.get);
46476
- cache[(/** @type {`$${import('.').TypedArrayName}`} */'$' + typedArray)] = bound;
46516
+ cache[(/** @type {`$${TypedArrayName}`} */
46517
+ '$' + typedArray)] = bound;
46477
46518
  }
46478
46519
  }
46479
46520
  });
@@ -46482,55 +46523,63 @@ if (hasToStringTag && gOPD && getProto) {
46482
46523
  var arr = new g[typedArray]();
46483
46524
  var fn = arr.slice || arr.set;
46484
46525
  if (fn) {
46485
- var bound = /** @type {import('./types').BoundSlice | import('./types').BoundSet} */
46526
+ var bound = /** @type {BoundSlice | BoundSet} */
46486
46527
  // @ts-expect-error TODO FIXME
46487
46528
  callBind(fn);
46488
- cache[(/** @type {`$${import('.').TypedArrayName}`} */'$' + typedArray)] = bound;
46529
+ cache[(/** @type {`$${TypedArrayName}`} */
46530
+ '$' + typedArray)] = bound;
46489
46531
  }
46490
46532
  });
46491
46533
  }
46492
46534
 
46493
- /** @type {(value: object) => false | import('.').TypedArrayName} */
46494
- var tryTypedArrays = function tryAllTypedArrays(value) {
46495
- /** @type {ReturnType<typeof tryAllTypedArrays>} */var found = false;
46496
- forEach(/** @type {Record<`\$${import('.').TypedArrayName}`, Getter>} */cache, /** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */
46535
+ /** @type {(value: object) => false | TypedArrayName} */
46536
+ function tryTypedArrays(value) {
46537
+ /** @type {ReturnType<typeof tryTypedArrays>} */var found = false;
46538
+ forEach(/** @type {Record<`$${TypedArrayName}`, Getter>} */cache, /** @param {Getter} getter @param {`$${TypedArrayName}`} typedArray */
46497
46539
  function (getter, typedArray) {
46498
46540
  if (!found) {
46499
46541
  try {
46500
46542
  // @ts-expect-error a throw is fine here
46501
46543
  if ('$' + getter(value) === typedArray) {
46502
- found = /** @type {import('.').TypedArrayName} */$slice(typedArray, 1);
46544
+ found = /** @type {TypedArrayName} */$slice(typedArray, 1);
46503
46545
  }
46504
46546
  } catch (e) {/**/}
46505
46547
  }
46506
46548
  });
46507
46549
  return found;
46508
- };
46550
+ }
46509
46551
 
46510
- /** @type {(value: object) => false | import('.').TypedArrayName} */
46511
- var trySlices = function tryAllSlices(value) {
46512
- /** @type {ReturnType<typeof tryAllSlices>} */var found = false;
46513
- forEach(/** @type {Record<`\$${import('.').TypedArrayName}`, Getter>} */cache, /** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */function (getter, name) {
46552
+ /** @type {(value: object) => false | TypedArrayName} */
46553
+ function trySlices(value) {
46554
+ /** @type {ReturnType<typeof trySlices>} */var found = false;
46555
+ forEach(/** @type {Record<`$${TypedArrayName}`, Getter>} */cache, /** @param {Getter} getter @param {`$${TypedArrayName}`} name */function (getter, name) {
46514
46556
  if (!found) {
46515
46557
  try {
46516
46558
  // @ts-expect-error a throw is fine here
46517
46559
  getter(value);
46518
- found = /** @type {import('.').TypedArrayName} */$slice(name, 1);
46560
+ found = /** @type {TypedArrayName} */$slice(name, 1);
46519
46561
  } catch (e) {/**/}
46520
46562
  }
46521
46563
  });
46522
46564
  return found;
46523
- };
46565
+ }
46524
46566
 
46525
- /** @type {import('.')} */
46567
+ /** @type {(tag: unknown) => tag is typeof typedArrays[number]} */
46568
+ function isTATag(tag) {
46569
+ return $indexOf(typedArrays, tag) > -1;
46570
+ }
46571
+
46572
+ /**
46573
+ * @type {import('.')}
46574
+ * @param {unknown} value
46575
+ */
46526
46576
  module.exports = function whichTypedArray(value) {
46527
46577
  if (!value || typeof value !== 'object') {
46528
46578
  return false;
46529
46579
  }
46530
46580
  if (!hasToStringTag) {
46531
- /** @type {string} */
46532
46581
  var tag = $slice($toString(value), 8, -1);
46533
- if ($indexOf(typedArrays, tag) > -1) {
46582
+ if (isTATag(tag)) {
46534
46583
  return tag;
46535
46584
  }
46536
46585
  if (tag !== 'Object') {