File: hw_attributes.h

package info (click to toggle)
opentelemetry-cpp 1.23.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,372 kB
  • sloc: cpp: 96,239; sh: 1,766; makefile: 36; python: 31
file content (394 lines) | stat: -rw-r--r-- 7,743 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

/*
 * DO NOT EDIT, this is an Auto-generated file from:
 * buildscripts/semantic-convention/templates/registry/semantic_attributes-h.j2
 */

#pragma once

#include "opentelemetry/common/macros.h"
#include "opentelemetry/version.h"

OPENTELEMETRY_BEGIN_NAMESPACE
namespace semconv
{
namespace hw
{

/**
  Design capacity in Watts-hours or Amper-hours
 */
static constexpr const char *kHwBatteryCapacity = "hw.battery.capacity";

/**
  Battery <a href="https://schemas.dmtf.org/wbem/cim-html/2.31.0/CIM_Battery.html">chemistry</a>,
  e.g. Lithium-Ion, Nickel-Cadmium, etc.
 */
static constexpr const char *kHwBatteryChemistry = "hw.battery.chemistry";

/**
  The current state of the battery
 */
static constexpr const char *kHwBatteryState = "hw.battery.state";

/**
  BIOS version of the hardware component
 */
static constexpr const char *kHwBiosVersion = "hw.bios_version";

/**
  Driver version for the hardware component
 */
static constexpr const char *kHwDriverVersion = "hw.driver_version";

/**
  Type of the enclosure (useful for modular systems)
 */
static constexpr const char *kHwEnclosureType = "hw.enclosure.type";

/**
  Firmware version of the hardware component
 */
static constexpr const char *kHwFirmwareVersion = "hw.firmware_version";

/**
  Type of task the GPU is performing
 */
static constexpr const char *kHwGpuTask = "hw.gpu.task";

/**
  An identifier for the hardware component, unique within the monitored host
 */
static constexpr const char *kHwId = "hw.id";

/**
  Type of limit for hardware components
 */
static constexpr const char *kHwLimitType = "hw.limit_type";

/**
  RAID Level of the logical disk
 */
static constexpr const char *kHwLogicalDiskRaidLevel = "hw.logical_disk.raid_level";

/**
  State of the logical disk space usage
 */
static constexpr const char *kHwLogicalDiskState = "hw.logical_disk.state";

/**
  Type of the memory module
 */
static constexpr const char *kHwMemoryType = "hw.memory.type";

/**
  Descriptive model name of the hardware component
 */
static constexpr const char *kHwModel = "hw.model";

/**
  An easily-recognizable name for the hardware component
 */
static constexpr const char *kHwName = "hw.name";

/**
  Logical addresses of the adapter (e.g. IP address, or WWPN)
 */
static constexpr const char *kHwNetworkLogicalAddresses = "hw.network.logical_addresses";

/**
  Physical address of the adapter (e.g. MAC address, or WWNN)
 */
static constexpr const char *kHwNetworkPhysicalAddress = "hw.network.physical_address";

/**
  Unique identifier of the parent component (typically the @code hw.id @endcode attribute of the
  enclosure, or disk controller)
 */
static constexpr const char *kHwParent = "hw.parent";

/**
  <a href="https://wikipedia.org/wiki/S.M.A.R.T.">S.M.A.R.T.</a> (Self-Monitoring, Analysis, and
  Reporting Technology) attribute of the physical disk
 */
static constexpr const char *kHwPhysicalDiskSmartAttribute = "hw.physical_disk.smart_attribute";

/**
  State of the physical disk endurance utilization
 */
static constexpr const char *kHwPhysicalDiskState = "hw.physical_disk.state";

/**
  Type of the physical disk
 */
static constexpr const char *kHwPhysicalDiskType = "hw.physical_disk.type";

/**
  Location of the sensor
 */
static constexpr const char *kHwSensorLocation = "hw.sensor_location";

/**
  Serial number of the hardware component
 */
static constexpr const char *kHwSerialNumber = "hw.serial_number";

/**
  The current state of the component
 */
static constexpr const char *kHwState = "hw.state";

/**
  Type of tape drive operation
 */
static constexpr const char *kHwTapeDriveOperationType = "hw.tape_drive.operation_type";

/**
  Type of the component
  <p>
  Describes the category of the hardware component for which @code hw.state @endcode is being
  reported. For example, @code hw.type=temperature @endcode along with @code hw.state=degraded
  @endcode would indicate that the temperature of the hardware component has been reported as @code
  degraded @endcode.
 */
static constexpr const char *kHwType = "hw.type";

/**
  Vendor name of the hardware component
 */
static constexpr const char *kHwVendor = "hw.vendor";

namespace HwBatteryStateValues
{
/**
  Charging
 */
static constexpr const char *kCharging = "charging";

/**
  Discharging
 */
static constexpr const char *kDischarging = "discharging";

}  // namespace HwBatteryStateValues

namespace HwGpuTaskValues
{
/**
  Decoder
 */
static constexpr const char *kDecoder = "decoder";

/**
  Encoder
 */
static constexpr const char *kEncoder = "encoder";

/**
  General
 */
static constexpr const char *kGeneral = "general";

}  // namespace HwGpuTaskValues

namespace HwLimitTypeValues
{
/**
  Critical
 */
static constexpr const char *kCritical = "critical";

/**
  Degraded
 */
static constexpr const char *kDegraded = "degraded";

/**
  High Critical
 */
static constexpr const char *kHighCritical = "high.critical";

/**
  High Degraded
 */
static constexpr const char *kHighDegraded = "high.degraded";

/**
  Low Critical
 */
static constexpr const char *kLowCritical = "low.critical";

/**
  Low Degraded
 */
static constexpr const char *kLowDegraded = "low.degraded";

/**
  Maximum
 */
static constexpr const char *kMax = "max";

/**
  Throttled
 */
static constexpr const char *kThrottled = "throttled";

/**
  Turbo
 */
static constexpr const char *kTurbo = "turbo";

}  // namespace HwLimitTypeValues

namespace HwLogicalDiskStateValues
{
/**
  Used
 */
static constexpr const char *kUsed = "used";

/**
  Free
 */
static constexpr const char *kFree = "free";

}  // namespace HwLogicalDiskStateValues

namespace HwPhysicalDiskStateValues
{
/**
  Remaining
 */
static constexpr const char *kRemaining = "remaining";

}  // namespace HwPhysicalDiskStateValues

namespace HwStateValues
{
/**
  Degraded
 */
static constexpr const char *kDegraded = "degraded";

/**
  Failed
 */
static constexpr const char *kFailed = "failed";

/**
  Needs Cleaning
 */
static constexpr const char *kNeedsCleaning = "needs_cleaning";

/**
  OK
 */
static constexpr const char *kOk = "ok";

/**
  Predicted Failure
 */
static constexpr const char *kPredictedFailure = "predicted_failure";

}  // namespace HwStateValues

namespace HwTapeDriveOperationTypeValues
{
/**
  Mount
 */
static constexpr const char *kMount = "mount";

/**
  Unmount
 */
static constexpr const char *kUnmount = "unmount";

/**
  Clean
 */
static constexpr const char *kClean = "clean";

}  // namespace HwTapeDriveOperationTypeValues

namespace HwTypeValues
{
/**
  Battery
 */
static constexpr const char *kBattery = "battery";

/**
  CPU
 */
static constexpr const char *kCpu = "cpu";

/**
  Disk controller
 */
static constexpr const char *kDiskController = "disk_controller";

/**
  Enclosure
 */
static constexpr const char *kEnclosure = "enclosure";

/**
  Fan
 */
static constexpr const char *kFan = "fan";

/**
  GPU
 */
static constexpr const char *kGpu = "gpu";

/**
  Logical disk
 */
static constexpr const char *kLogicalDisk = "logical_disk";

/**
  Memory
 */
static constexpr const char *kMemory = "memory";

/**
  Network
 */
static constexpr const char *kNetwork = "network";

/**
  Physical disk
 */
static constexpr const char *kPhysicalDisk = "physical_disk";

/**
  Power supply
 */
static constexpr const char *kPowerSupply = "power_supply";

/**
  Tape drive
 */
static constexpr const char *kTapeDrive = "tape_drive";

/**
  Temperature
 */
static constexpr const char *kTemperature = "temperature";

/**
  Voltage
 */
static constexpr const char *kVoltage = "voltage";

}  // namespace HwTypeValues

}  // namespace hw
}  // namespace semconv
OPENTELEMETRY_END_NAMESPACE