@opentelemetry/resources
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

OpenTelemetry Resources Util

NPM Published Version Apache License

The OpenTelemetry Resource is an immutable representation of the entity producing telemetry. For example, a process producing telemetry that is running in a container on Kubernetes has a Pod name, it is in a namespace and possibly is part of a Deployment which also has a name. All three of these attributes can be included in the Resource.

This document defines standard attributes for resources which are accessible via @opentelemetry/semantic-conventions.

Installation

npm install --save @opentelemetry/resources

Usage

import { ATTR_SERVICE_NAME } from '@opentelemetry/semantic-conventions';
import { resourceFromAttributes } from '@opentelemetry/resources';

const resource = resourceFromAttributes({
    [ATTR_SERVICE_NAME]: 'api-service',
});

const anotherResource = resourceFromAttributes({
    'service.version': '2.0.0',
    'service.group': 'instrumentation-group'
});
const mergedResource = resource.merge(anotherResource);

Useful links

License

Apache 2.0 - See LICENSE for more information.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.1
3,353,487latest
1.8.038,841next
2.0.0-rc.1
143canary

Version History

VersionDownloads (Last 7 Days)Published
2.0.1
3,353,487
2.0.0
1,852,810
2.0.0-rc.1
143
2.0.0-dev.1
4
2.0.0-dev.0
4
1.30.1
6,054,101
1.30.0
376,579
1.29.0
321,148
1.28.0
294,061
1.27.0
661,200
1.26.01,187,371
1.25.11,596,409
1.25.0141,049
1.24.1359,129
1.24.059,500
1.23.0387,974
1.22.0261,739
1.21.0279,095
1.20.058,090
1.19.0196,328
1.18.1228,328
1.18.011,591
1.17.1213,409
1.17.0406,177
1.16.04,222
1.15.2703,162
1.15.117,427
1.15.045,384
1.14.071,785
1.13.0208,428
1.12.058,027
1.11.013,452
1.10.131,077
1.10.02,638
1.9.1113,519
1.9.012,270
1.8.038,841
1.7.062,395
1.6.012,939
1.5.034,737
1.4.06,097
1.3.18,793
1.3.02,917
1.2.08,858
1.1.11,488
1.1.0131
1.0.159,950
1.0.095,453
0.26.01,101
0.25.1-alpha.236
0.25.1-alpha.135
0.25.1-alpha.125
0.25.1-alpha.45
0.25.1-alpha.25
0.25.094,645
0.25.1-alpha.214
0.24.1-alpha.204
0.24.1-alpha.184
0.24.1-alpha.144
0.24.1-alpha.75
0.24.1-alpha.56
0.24.1-alpha.45
0.24.1-alpha.16
0.24.0105,083
0.24.1-alpha.3164
0.23.1-alpha.285
0.23.1-alpha.245
0.23.1-alpha.234
0.23.1-alpha.155
0.23.1-alpha.35
0.23.1-alpha.184
0.23.07,946
0.23.1-alpha.175
0.22.1-alpha.164
0.22.1-alpha.155
0.22.1-alpha.135
0.22.1-alpha.35
0.22.1-alpha.24
0.22.02,855
0.22.1-alpha.55
0.21.1-alpha.24
0.21.1-alpha.14
0.21.014
0.21.1-alpha.76
0.20.1-alpha.45
0.20.1-alpha.35
0.20.0489
0.20.1-alpha.494
0.19.1-alpha.437
0.19.1-alpha.384
0.19.1-alpha.334
0.19.1-alpha.314
0.19.1-alpha.264
0.19.1-alpha.255
0.19.1-alpha.215
0.19.1-alpha.195
0.19.1-alpha.124
0.19.1-alpha.114
0.19.1-alpha.94
0.19.1-alpha.75
0.19.1-alpha.396
0.19.1-alpha.375
0.19.0716
0.19.1-alpha.365
0.18.3-alpha.314
0.18.3-alpha.284
0.18.3-alpha.255
0.18.3-alpha.234
0.18.3-alpha.204
0.18.3-alpha.184
0.18.3-alpha.165
0.18.3-alpha.144
0.18.3-alpha.114
0.18.3-alpha.105
0.18.3-alpha.74
0.18.3-alpha.54
0.18.3-alpha.44
0.18.3-alpha.35
0.18.3-alpha.15
0.18.21,296
0.18.3-alpha.25
0.18.2-alpha.15
0.18.15
0.18.2-alpha.815
0.18.1-alpha.264
0.18.1-alpha.244
0.18.1-alpha.235
0.18.1-alpha.214
0.18.1-alpha.205
0.18.1-alpha.35
0.18.0270
0.18.1-alpha.124
0.17.1-alpha.104
0.17.1-alpha.85
0.17.1-alpha.56
0.17.1-alpha.25
0.17.1-alpha.216
0.17.0101
0.16.1-alpha.205
0.16.1-alpha.185
0.16.1-alpha.154
0.16.1-alpha.144
0.16.1-alpha.115
0.16.1-alpha.104
0.16.01,218
0.15.0534
0.14.01,413
0.13.07
0.12.1-alpha.76
0.12.03,684
0.12.1-alpha.544
0.11.1-alpha.535
0.11.1-alpha.444
0.11.1-alpha.364
0.11.1-alpha.354
0.11.1-alpha.155
0.11.02,513
0.11.1-alpha.485
0.10.3-alpha.415
0.10.3-alpha.404
0.10.3-alpha.355
0.10.3-alpha.345
0.10.3-alpha.284
0.10.3-canary.05
0.10.23,197
0.10.110
0.10.04
0.9.0466
0.8.3813
0.8.26
0.8.17
0.8.04
0.7.025
0.6.15
0.6.05
0.5.217
0.5.15
0.5.08

Package Sidebar

Install

npm i @opentelemetry/resources

Weekly Downloads

20,142,695

Version

2.0.1

License

Apache-2.0

Unpacked Size

547 kB

Total Files

327

Last publish

Collaborators

  • dyladan
  • pichlermarc