UNPKG
@dynatrace/opentelemetry-core
Version:
latest (1.337.2)
1.337.2
1.335.2
1.333.2
1.331.3
1.329.2
1.327.2
1.325.7
1.323.2
1.319.2
1.317.4
1.313.6
1.311.2
1.309.2
1.303.2
1.301.2
1.299.2
1.297.5
1.295.3
1.293.2
1.291.2
1.289.2
1.287.2
1.285.1
1.279.2
1.277.7
1.275.2
1.273.3
1.271.2
1.269.5
1.267.4
1.265.3
1.263.3
1.261.6
1.259.2
1.257.1
1.255.2
1.253.1
1.251.1
1.249.3
1.247.1
1.245.2
1.243.1
1.241.2
1.239.4
Dynatrace OpenTelemetry core package
www.dynatrace.com/technologies/nodejs-monitoring/
@dynatrace/opentelemetry-core
/
build
/
src
/
trace
/
Resource.d.ts
6 lines
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ Resource } from
"@opentelemetry/resources"
;
/** * Get all resources which are available at agent init time */
export
declare function
detectResource
()
: Resource;
//# sourceMappingURL=Resource.d.ts.map