We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efc031 commit de831e6Copy full SHA for de831e6
packages/opentelemetry-resources/src/types.ts
@@ -23,7 +23,7 @@ import { SpanAttributes } from '@opentelemetry/api';
23
* `Attributes` interface is added in api v1.1.0.
24
* To backward support older api (1.0.x), the deprecated `SpanAttributes` is used here.
25
*/
26
-export interface ResourceAttributes extends SpanAttributes {}
+export type ResourceAttributes = SpanAttributes;
27
28
/**
29
* Interface for a Resource Detector. In order to detect resources in parallel
0 commit comments