diff --git a/metric-metadata/activedirectorydsreceiver.yaml b/metric-metadata/activedirectorydsreceiver.yaml index c98e0a4..57cff49 100644 --- a/metric-metadata/activedirectorydsreceiver.yaml +++ b/metric-metadata/activedirectorydsreceiver.yaml @@ -6,7 +6,7 @@ status: beta: [metrics] distributions: [contrib, observiq, sumo] codeowners: - active: [djaglowski, binaryfissiongames] + active: [djaglowski, BinaryFissionGames] attributes: direction: @@ -65,7 +65,7 @@ metrics: unit: By sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction, network_data_type] enabled: true @@ -74,7 +74,7 @@ metrics: unit: "{objects}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true active_directory.ds.replication.sync.request.count: @@ -82,7 +82,7 @@ metrics: unit: "{requests}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [sync_result] enabled: true @@ -91,7 +91,7 @@ metrics: unit: "{objects}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double attributes: [direction] enabled: true @@ -100,7 +100,7 @@ metrics: unit: "{properties}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double attributes: [direction] enabled: true @@ -109,7 +109,7 @@ metrics: unit: "{values}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double attributes: [direction, value_type] enabled: true @@ -118,7 +118,7 @@ metrics: unit: "{operations}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true active_directory.ds.operation.rate: @@ -126,7 +126,7 @@ metrics: unit: "{operations}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double attributes: [operation_type] enabled: true @@ -141,7 +141,7 @@ metrics: unit: "{notifications}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true active_directory.ds.security_descriptor_propagations_event.queued: @@ -149,7 +149,7 @@ metrics: unit: "{events}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true active_directory.ds.suboperation.rate: @@ -157,7 +157,7 @@ metrics: unit: "{suboperations}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double attributes: [suboperation_type] enabled: true @@ -166,7 +166,7 @@ metrics: unit: "{binds}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double attributes: [bind_type] enabled: true @@ -175,7 +175,7 @@ metrics: unit: "{threads}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true active_directory.ds.ldap.client.session.count: @@ -183,7 +183,7 @@ metrics: unit: "{sessions}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true active_directory.ds.ldap.bind.last_successful.time: @@ -197,7 +197,7 @@ metrics: unit: "{binds}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double enabled: true active_directory.ds.ldap.search.rate: @@ -205,6 +205,6 @@ metrics: unit: "{searches}/s" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: double enabled: true diff --git a/metric-metadata/aerospikereceiver.yaml b/metric-metadata/aerospikereceiver.yaml index 9795e1e..5561dcb 100644 --- a/metric-metadata/aerospikereceiver.yaml +++ b/metric-metadata/aerospikereceiver.yaml @@ -127,7 +127,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.node.connection.open: enabled: true description: Current number of open connections to the node @@ -138,7 +138,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative aerospike.node.query.tracked: enabled: true description: Number of queries tracked by the system. @@ -148,7 +148,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.memory.usage: enabled: true description: Memory currently used by each component of the namespace @@ -159,7 +159,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.memory.free: enabled: true description: Percentage of the namespace's memory which is still free @@ -185,7 +185,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.query.count: enabled: true description: Number of query operations performed on the namespace @@ -196,7 +196,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.geojson.region_query_cells: enabled: true description: Number of cell coverings for query region queried @@ -206,7 +206,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.geojson.region_query_false_positive: enabled: true description: Number of points outside the region. @@ -216,7 +216,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.geojson.region_query_points: enabled: true description: Number of points within the region. @@ -226,7 +226,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.geojson.region_query_requests: enabled: true description: Number of geojson queries on the system since the uptime of the node. @@ -236,7 +236,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative aerospike.namespace.transaction.count: enabled: true description: Number of transactions performed on the namespace @@ -247,4 +247,4 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative diff --git a/metric-metadata/apachereceiver.yaml b/metric-metadata/apachereceiver.yaml index abc1130..a5bec81 100644 --- a/metric-metadata/apachereceiver.yaml +++ b/metric-metadata/apachereceiver.yaml @@ -67,7 +67,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] apache.current_connections: enabled: true @@ -77,7 +77,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] apache.workers: enabled: true @@ -87,7 +87,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [workers_state] apache.requests: enabled: true @@ -97,7 +97,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] apache.traffic: enabled: true @@ -106,7 +106,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] apache.cpu.time: enabled: true @@ -116,7 +116,7 @@ metrics: value_type: double input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [cpu_level, cpu_mode] apache.cpu.load: enabled: true @@ -158,7 +158,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] apache.scoreboard: enabled: true @@ -171,5 +171,5 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [scoreboard_state] diff --git a/metric-metadata/apachesparkreceiver.yaml b/metric-metadata/apachesparkreceiver.yaml index 57e64d7..4e6dffc 100644 --- a/metric-metadata/apachesparkreceiver.yaml +++ b/metric-metadata/apachesparkreceiver.yaml @@ -125,7 +125,7 @@ metrics: enabled: true sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int unit: "{ status }" attributes: @@ -134,7 +134,7 @@ metrics: description: Number of active tasks in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ task }" @@ -143,7 +143,7 @@ metrics: description: Number of tasks with a specific result in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ task }" @@ -153,7 +153,7 @@ metrics: description: Amount of time spent by the executor in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ms @@ -162,7 +162,7 @@ metrics: description: CPU time spent by the executor in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ns @@ -171,7 +171,7 @@ metrics: description: The amount of data transmitted back to the driver by all the tasks in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -180,7 +180,7 @@ metrics: description: The amount of time the JVM spent on garbage collection in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ms @@ -189,7 +189,7 @@ metrics: description: The amount of memory moved to disk due to size constraints (spilled) in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -198,7 +198,7 @@ metrics: description: The amount of disk space used for storing portions of overly large data chunks that couldn't fit in memory in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -207,7 +207,7 @@ metrics: description: Peak memory used by internal data structures created during shuffles, aggregations and joins in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -216,7 +216,7 @@ metrics: description: Amount of data written and read at this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -226,7 +226,7 @@ metrics: description: Number of records written and read in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ record }" @@ -236,7 +236,7 @@ metrics: description: Number of blocks fetched in shuffle operations in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ block }" @@ -246,7 +246,7 @@ metrics: description: Time spent in this stage waiting for remote shuffle blocks. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ms @@ -255,7 +255,7 @@ metrics: description: Amount of data read to disk in shuffle operations (sometimes required for large blocks, as opposed to the default behavior of reading into memory). enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -264,7 +264,7 @@ metrics: description: Amount of data read in shuffle operations in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -274,7 +274,7 @@ metrics: description: Amount of data written in shuffle operations in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -284,7 +284,7 @@ metrics: description: Number of records written or read in shuffle operations in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ record }" @@ -294,7 +294,7 @@ metrics: description: Time spent blocking on writes to disk or buffer cache in this stage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ns @@ -304,7 +304,7 @@ metrics: description: Storage memory used by this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: bytes @@ -313,7 +313,7 @@ metrics: description: Disk space used by this executor for RDD storage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: bytes @@ -322,7 +322,7 @@ metrics: description: Maximum number of tasks that can run concurrently in this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ task }" @@ -331,7 +331,7 @@ metrics: description: Number of tasks currently running in this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ task }" @@ -340,7 +340,7 @@ metrics: description: Number of tasks with a specific result in this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ task }" @@ -349,7 +349,7 @@ metrics: description: Elapsed time the JVM spent executing tasks in this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ms @@ -358,7 +358,7 @@ metrics: description: Elapsed time the JVM spent in garbage collection in this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ms @@ -367,7 +367,7 @@ metrics: description: Amount of data input for this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -376,7 +376,7 @@ metrics: description: Amount of data written and read during shuffle operations for this executor. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: bytes @@ -385,7 +385,7 @@ metrics: description: The executor's storage memory usage. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: bytes @@ -395,7 +395,7 @@ metrics: description: Number of active tasks in this job. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ task }" @@ -404,7 +404,7 @@ metrics: description: Number of tasks with a specific result in this job. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ task }" @@ -413,7 +413,7 @@ metrics: description: Number of active stages in this job. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ task }" @@ -422,7 +422,7 @@ metrics: description: Number of stages with a specific result in this job. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ task }" @@ -432,7 +432,7 @@ metrics: description: Disk space used by the BlockManager. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: mb @@ -441,7 +441,7 @@ metrics: description: Memory usage for the driver's BlockManager. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: mb @@ -450,7 +450,7 @@ metrics: description: Number of file cache hits on the HiveExternalCatalog. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ hit }" @@ -459,7 +459,7 @@ metrics: description: Number of files discovered while listing the partitions of a table in the Hive metastore enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ file }" @@ -468,7 +468,7 @@ metrics: description: Number of calls to the underlying Hive Metastore client made by the Spark application. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ call }" @@ -477,7 +477,7 @@ metrics: description: Number of parallel listing jobs initiated by the HiveExternalCatalog when listing partitions of a table. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ listing_job }" @@ -486,7 +486,7 @@ metrics: description: Table partitions fetched by the HiveExternalCatalog. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ partition }" @@ -495,7 +495,7 @@ metrics: description: Number of source code compilation operations performed by the CodeGenerator. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ compilation }" @@ -511,7 +511,7 @@ metrics: description: Number of classes generated by the CodeGenerator. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ class }" @@ -527,7 +527,7 @@ metrics: description: Number of methods generated by the CodeGenerator. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ method }" @@ -543,7 +543,7 @@ metrics: description: Number of source code generation operations performed by the CodeGenerator. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ operation }" @@ -559,7 +559,7 @@ metrics: description: Number of active jobs currently being processed by the DAGScheduler. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ job }" @@ -568,7 +568,7 @@ metrics: description: Number of jobs that have been submitted to the DAGScheduler. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ job }" @@ -577,7 +577,7 @@ metrics: description: Number of failed stages run by the DAGScheduler. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ stage }" @@ -586,7 +586,7 @@ metrics: description: Number of stages the DAGScheduler is either running or needs to run. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ stage }" @@ -595,7 +595,7 @@ metrics: description: Number of events that have been posted on the LiveListenerBus. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ event }" @@ -611,7 +611,7 @@ metrics: description: Number of events that have been dropped by the LiveListenerBus. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ event }" @@ -620,7 +620,7 @@ metrics: description: Number of events currently waiting to be processed by the LiveListenerBus. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{ event }" @@ -629,7 +629,7 @@ metrics: description: Current CPU time taken by the Spark driver. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ns @@ -638,7 +638,7 @@ metrics: description: Amount of memory used by the driver's JVM. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: bytes @@ -647,7 +647,7 @@ metrics: description: Amount of execution memory currently used by the driver. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: bytes @@ -656,7 +656,7 @@ metrics: description: Amount of storage memory currently used by the driver. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: bytes @@ -665,7 +665,7 @@ metrics: description: Amount of pool memory currently used by the driver. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: bytes @@ -674,7 +674,7 @@ metrics: description: Number of garbage collection operations performed by the driver. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{ gc_operation }" @@ -683,7 +683,7 @@ metrics: description: Total elapsed time during garbage collection operations performed by the driver. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: ms diff --git a/metric-metadata/azuredataexplorerexporter.yaml b/metric-metadata/azuredataexplorerexporter.yaml index a39f4db..7b7c031 100644 --- a/metric-metadata/azuredataexplorerexporter.yaml +++ b/metric-metadata/azuredataexplorerexporter.yaml @@ -6,4 +6,4 @@ status: beta: [traces, metrics, logs] distributions: [contrib] codeowners: - active: [asaharan, ag-ramachandran] \ No newline at end of file + active: [asaharn, ag-ramachandran] \ No newline at end of file diff --git a/metric-metadata/basicauthextension.yaml b/metric-metadata/basicauthextension.yaml index c0527c6..4949c24 100644 --- a/metric-metadata/basicauthextension.yaml +++ b/metric-metadata/basicauthextension.yaml @@ -9,6 +9,7 @@ status: - grafana - observiq - redhat + - splunk - sumo codeowners: active: [jpkrohling, svrakitin, frzifus] diff --git a/metric-metadata/bigipreceiver.yaml b/metric-metadata/bigipreceiver.yaml index 4a137bf..cdd9a0e 100644 --- a/metric-metadata/bigipreceiver.yaml +++ b/metric-metadata/bigipreceiver.yaml @@ -74,7 +74,7 @@ metrics: unit: "By" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -83,7 +83,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.virtual_server.request.count: @@ -91,7 +91,7 @@ metrics: unit: "{requests}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.virtual_server.packet.count: @@ -99,7 +99,7 @@ metrics: unit: "{packets}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -122,7 +122,7 @@ metrics: unit: "By" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -131,7 +131,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.pool.request.count: @@ -139,7 +139,7 @@ metrics: unit: "{requests}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.pool.packet.count: @@ -147,7 +147,7 @@ metrics: unit: "{packets}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -156,7 +156,7 @@ metrics: unit: "{members}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [active.status] enabled: true @@ -179,7 +179,7 @@ metrics: unit: "By" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -188,7 +188,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.pool_member.request.count: @@ -196,7 +196,7 @@ metrics: unit: "{requests}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.pool_member.packet.count: @@ -204,7 +204,7 @@ metrics: unit: "{packets}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -213,7 +213,7 @@ metrics: unit: "{sessions}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.pool_member.availability: @@ -235,7 +235,7 @@ metrics: unit: "By" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -244,7 +244,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.node.request.count: @@ -252,7 +252,7 @@ metrics: unit: "{requests}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.node.packet.count: @@ -260,7 +260,7 @@ metrics: unit: "{packets}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -269,7 +269,7 @@ metrics: unit: "{sessions}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true bigip.node.availability: diff --git a/metric-metadata/coralogixexporter.yaml b/metric-metadata/coralogixexporter.yaml index 72220f8..4ef0015 100644 --- a/metric-metadata/coralogixexporter.yaml +++ b/metric-metadata/coralogixexporter.yaml @@ -7,4 +7,4 @@ status: alpha: [logs] distributions: [contrib, observiq] codeowners: - active: [oded-dd, povilasv, matej-g] + active: [povilasv, matej-g] diff --git a/metric-metadata/couchdbreceiver.yaml b/metric-metadata/couchdbreceiver.yaml index b58cf89..8e63276 100644 --- a/metric-metadata/couchdbreceiver.yaml +++ b/metric-metadata/couchdbreceiver.yaml @@ -45,7 +45,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative couchdb.httpd.requests: enabled: true description: The number of HTTP requests by method. @@ -53,7 +53,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [ http.method ] couchdb.httpd.responses: enabled: true @@ -62,7 +62,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [ http.status_code ] couchdb.httpd.views: enabled: true @@ -71,7 +71,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [ view ] couchdb.database.open: enabled: true @@ -80,7 +80,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative couchdb.file_descriptor.open: enabled: true description: The number of open file descriptors. @@ -88,7 +88,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative couchdb.database.operations: enabled: true description: The number of database operations. @@ -96,5 +96,5 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [ operation ] diff --git a/metric-metadata/cpuscraper.yaml b/metric-metadata/cpuscraper.yaml index 675cb7e..17de7eb 100644 --- a/metric-metadata/cpuscraper.yaml +++ b/metric-metadata/cpuscraper.yaml @@ -6,7 +6,7 @@ sem_conv_version: 1.9.0 attributes: cpu: - description: CPU number starting at 0. + description: Logical CPU number starting at 0. type: string state: @@ -17,18 +17,36 @@ attributes: metrics: system.cpu.time: enabled: true - description: Total CPU seconds broken down by different states. + description: Total seconds each logical CPU spent on each mode. unit: s sum: value_type: double - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [cpu, state] system.cpu.utilization: enabled: false - description: Percentage of CPU time broken down by different states. + description: Difference in system.cpu.time since the last measurement per logical CPU, divided by the elapsed time (value in interval [0,1]). unit: 1 gauge: value_type: double attributes: [cpu, state] + + system.cpu.physical.count: + enabled: false + description: Number of available physical CPUs. + unit: "{cpu}" + sum: + value_type: int + monotonic: false + aggregation_temporality: cumulative + + system.cpu.logical.count: + enabled: false + description: Number of available logical CPUs. + unit: "{cpu}" + sum: + value_type: int + monotonic: false + aggregation_temporality: cumulative diff --git a/metric-metadata/datadog.yaml b/metric-metadata/datadog.yaml new file mode 100644 index 0000000..29f8401 --- /dev/null +++ b/metric-metadata/datadog.yaml @@ -0,0 +1,3 @@ +status: + codeowners: + active: [mx-psi, gbbr, dineshg13] \ No newline at end of file diff --git a/metric-metadata/datadogconnector.yaml b/metric-metadata/datadogconnector.yaml new file mode 100644 index 0000000..abf6fc4 --- /dev/null +++ b/metric-metadata/datadogconnector.yaml @@ -0,0 +1,9 @@ +type: datadog + +status: + class: connector + stability: + alpha: [traces_to_metrics] + distributions: [] + codeowners: + active: [mx-psi, gbbr, dineshg13] diff --git a/metric-metadata/datadogexporter.yaml b/metric-metadata/datadogexporter.yaml index 7d9fad5..474bdca 100644 --- a/metric-metadata/datadogexporter.yaml +++ b/metric-metadata/datadogexporter.yaml @@ -7,4 +7,4 @@ status: beta: [traces, metrics] distributions: [contrib, aws, observiq] codeowners: - active: [mx-psi, gbbr, dineshg13, liustanley, songy23] + active: [mx-psi, gbbr, dineshg13, liustanley, songy23, mackjmr] diff --git a/metric-metadata/datadogprocessor.yaml b/metric-metadata/datadogprocessor.yaml index f48f725..80ff826 100644 --- a/metric-metadata/datadogprocessor.yaml +++ b/metric-metadata/datadogprocessor.yaml @@ -3,7 +3,7 @@ type: datadog status: class: processor stability: - beta: [traces] + deprecated: [traces] distributions: [contrib] codeowners: active: [mx-psi, gbbr, dineshg13] \ No newline at end of file diff --git a/metric-metadata/diskscraper.yaml b/metric-metadata/diskscraper.yaml index 91f0c60..c73e62e 100644 --- a/metric-metadata/diskscraper.yaml +++ b/metric-metadata/diskscraper.yaml @@ -21,7 +21,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] system.disk.operations: @@ -30,7 +30,7 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] @@ -40,7 +40,7 @@ metrics: unit: s sum: value_type: double - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device] system.disk.operation_time: @@ -49,7 +49,7 @@ metrics: unit: s sum: value_type: double - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] system.disk.weighted_io_time: @@ -58,7 +58,7 @@ metrics: unit: s sum: value_type: double - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device] @@ -68,7 +68,7 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [device] system.disk.merged: @@ -77,6 +77,6 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] diff --git a/metric-metadata/dockerstatsreceiver.yaml b/metric-metadata/dockerstatsreceiver.yaml index c3cbc9c..1cd8890 100644 --- a/metric-metadata/dockerstatsreceiver.yaml +++ b/metric-metadata/dockerstatsreceiver.yaml @@ -68,7 +68,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative container.cpu.usage.total: enabled: true description: "Total CPU time consumed." @@ -76,7 +76,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative container.cpu.usage.kernelmode: enabled: true description: >- @@ -86,7 +86,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative container.cpu.usage.usermode: enabled: true description: >- @@ -96,7 +96,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative container.cpu.usage.percpu: enabled: false description: "Per-core CPU usage by the container (Only available with cgroups v1)." @@ -104,7 +104,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - core container.cpu.throttling_data.periods: @@ -114,7 +114,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative container.cpu.throttling_data.throttled_periods: enabled: false description: "Number of periods when the container hits its throttling limit." @@ -122,7 +122,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative container.cpu.throttling_data.throttled_time: enabled: false description: "Aggregate time the container was throttled." @@ -130,7 +130,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative container.cpu.utilization: enabled: false description: "Percent of CPU used by the container." @@ -156,7 +156,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.usage.total: enabled: true @@ -164,7 +164,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.usage.max: enabled: false @@ -172,7 +172,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.percent: enabled: true @@ -186,7 +186,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.rss: enabled: false @@ -194,7 +194,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.rss_huge: enabled: false @@ -202,7 +202,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.dirty: enabled: false @@ -210,7 +210,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.writeback: enabled: false @@ -218,7 +218,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.mapped_file: enabled: false @@ -226,7 +226,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.pgpgin: enabled: false @@ -235,7 +235,7 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.pgpgout: enabled: false @@ -244,7 +244,7 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.pgfault: enabled: false @@ -252,7 +252,7 @@ metrics: unit: "{faults}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.pgmajfault: enabled: false @@ -260,7 +260,7 @@ metrics: unit: "{faults}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.inactive_anon: enabled: false @@ -268,7 +268,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.active_anon: enabled: false @@ -276,7 +276,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.inactive_file: enabled: false @@ -285,7 +285,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.active_file: enabled: false @@ -294,7 +294,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.unevictable: enabled: false @@ -302,7 +302,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.hierarchical_memory_limit: enabled: false @@ -310,7 +310,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.hierarchical_memsw_limit: enabled: false @@ -318,7 +318,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_cache: enabled: true @@ -326,7 +326,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_rss: enabled: false @@ -334,7 +334,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_rss_huge: enabled: false @@ -342,7 +342,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_dirty: enabled: false @@ -350,7 +350,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_writeback: enabled: false @@ -358,7 +358,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_mapped_file: enabled: false @@ -366,7 +366,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_pgpgin: enabled: false @@ -374,7 +374,7 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.total_pgpgout: enabled: false @@ -382,7 +382,7 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.total_pgfault: enabled: false @@ -390,7 +390,7 @@ metrics: unit: "{faults}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.total_pgmajfault: enabled: false @@ -398,7 +398,7 @@ metrics: unit: "{faults}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true container.memory.total_inactive_anon: enabled: false @@ -406,7 +406,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_active_anon: enabled: false @@ -414,7 +414,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_inactive_file: enabled: false @@ -423,7 +423,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_active_file: enabled: false @@ -432,7 +432,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.total_unevictable: enabled: false @@ -440,7 +440,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.anon: enabled: false @@ -449,7 +449,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.memory.file: enabled: true @@ -458,7 +458,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false @@ -471,7 +471,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -484,7 +484,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -500,7 +500,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -513,7 +513,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -526,7 +526,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -539,7 +539,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -552,7 +552,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -565,7 +565,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - device_major - device_minor @@ -579,7 +579,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface container.network.io.usage.tx_bytes: @@ -589,7 +589,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface container.network.io.usage.rx_dropped: @@ -599,7 +599,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface container.network.io.usage.tx_dropped: @@ -609,7 +609,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface container.network.io.usage.rx_errors: @@ -619,7 +619,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface container.network.io.usage.tx_errors: @@ -629,7 +629,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface container.network.io.usage.rx_packets: @@ -639,7 +639,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface container.network.io.usage.tx_packets: @@ -649,7 +649,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: - interface @@ -661,7 +661,7 @@ metrics: unit: "{pids}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false container.pids.limit: @@ -671,7 +671,7 @@ metrics: unit: "{pids}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false # Base diff --git a/metric-metadata/ecsobserver.yaml b/metric-metadata/ecsobserver.yaml index 3781b44..9f1e59f 100644 --- a/metric-metadata/ecsobserver.yaml +++ b/metric-metadata/ecsobserver.yaml @@ -6,4 +6,4 @@ status: beta: [extension] distributions: [contrib, aws, splunk, sumo] codeowners: - active: [dmitryax @rmfitzpatrick] + active: [dmitryax, rmfitzpatrick] diff --git a/metric-metadata/elasticsearchreceiver.yaml b/metric-metadata/elasticsearchreceiver.yaml index d535a0f..01ebcd1 100644 --- a/metric-metadata/elasticsearchreceiver.yaml +++ b/metric-metadata/elasticsearchreceiver.yaml @@ -6,7 +6,7 @@ status: beta: [metrics] distributions: [contrib, observiq, sumo] codeowners: - active: [djaglowski, binaryfissiongames] + active: [djaglowski, BinaryFissionGames] resource_attributes: elasticsearch.cluster.name: @@ -203,7 +203,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [circuit_breaker_name] enabled: true @@ -212,7 +212,7 @@ metrics: unit: 1 sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [circuit_breaker_name] enabled: true @@ -221,7 +221,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [cache_name] enabled: true @@ -230,7 +230,7 @@ metrics: unit: "{evictions}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [cache_name] enabled: true @@ -239,7 +239,7 @@ metrics: unit: "{count}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ query_cache_count_type ] enabled: true @@ -248,7 +248,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: false @@ -257,7 +257,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -266,7 +266,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -275,7 +275,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -289,7 +289,7 @@ metrics: unit: KiBy sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -303,7 +303,7 @@ metrics: unit: KiBy sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -312,7 +312,7 @@ metrics: unit: By sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [direction] enabled: true @@ -321,7 +321,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -330,7 +330,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -346,7 +346,7 @@ metrics: unit: "{operations}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [operation] enabled: true @@ -355,7 +355,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [operation] enabled: true @@ -364,7 +364,7 @@ metrics: unit: "{operations}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [get_result] enabled: false @@ -373,7 +373,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [get_result] enabled: false @@ -382,7 +382,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -391,7 +391,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -400,7 +400,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -409,7 +409,7 @@ metrics: unit: "{operations}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -418,7 +418,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -427,7 +427,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -436,7 +436,7 @@ metrics: unit: "{threads}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [thread_pool_name, thread_state] enabled: true @@ -445,7 +445,7 @@ metrics: unit: "{tasks}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [thread_pool_name] enabled: true @@ -454,7 +454,7 @@ metrics: unit: "{tasks}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [thread_pool_name, task_state] enabled: true @@ -463,7 +463,7 @@ metrics: unit: "{documents}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [document_state] enabled: true @@ -472,7 +472,7 @@ metrics: unit: "{files}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -490,7 +490,7 @@ metrics: unit: 1 sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [collector_name] enabled: true @@ -499,7 +499,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [collector_name] enabled: true @@ -572,7 +572,7 @@ metrics: unit: "{tasks}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -581,7 +581,7 @@ metrics: unit: "{fetches}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -591,7 +591,7 @@ metrics: unit: "{shards}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [shard_state] enabled: true @@ -600,7 +600,7 @@ metrics: unit: "{nodes}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -609,7 +609,7 @@ metrics: unit: "{nodes}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [] enabled: true @@ -623,7 +623,7 @@ metrics: unit: "{status}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [health_status] enabled: true @@ -667,7 +667,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ indexing_pressure_stage ] enabled: true @@ -676,7 +676,7 @@ metrics: unit: 1 sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -685,7 +685,7 @@ metrics: unit: 1 sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -701,7 +701,7 @@ metrics: unit: 1 sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ cluster_state_queue_state ] enabled: true @@ -710,7 +710,7 @@ metrics: unit: 1 sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -719,7 +719,7 @@ metrics: unit: 1 sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ cluster_published_difference_state ] enabled: true @@ -728,7 +728,7 @@ metrics: unit: 1 sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ cluster_state_update_state ] enabled: true @@ -737,7 +737,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ cluster_state_update_state, cluster_state_update_type ] enabled: true @@ -746,7 +746,7 @@ metrics: unit: "{evictions}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [cache_name] enabled: false @@ -755,7 +755,7 @@ metrics: unit: "{documents}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -764,7 +764,7 @@ metrics: unit: "{documents}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -773,7 +773,7 @@ metrics: unit: "{operation}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -782,7 +782,7 @@ metrics: unit: "{documents}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ingest_pipeline_name ] enabled: true @@ -791,7 +791,7 @@ metrics: unit: "{operation}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ingest_pipeline_name ] enabled: true @@ -800,7 +800,7 @@ metrics: unit: "{documents}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ingest_pipeline_name ] enabled: true @@ -809,7 +809,7 @@ metrics: unit: "{compilations}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -818,7 +818,7 @@ metrics: unit: 1 sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -827,7 +827,7 @@ metrics: unit: 1 sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: true @@ -836,7 +836,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [segments_memory_object_type] enabled: false @@ -846,7 +846,7 @@ metrics: unit: "{operations}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [operation, index_aggregation_type] enabled: true @@ -855,7 +855,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [operation, index_aggregation_type] enabled: true @@ -864,7 +864,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: true @@ -873,7 +873,7 @@ metrics: unit: By sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: false @@ -882,7 +882,7 @@ metrics: unit: "{documents}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: false @@ -891,7 +891,7 @@ metrics: unit: "{segments}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: false @@ -900,7 +900,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: false @@ -909,7 +909,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type, segments_memory_object_type] enabled: false @@ -918,7 +918,7 @@ metrics: unit: "{operations}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: false @@ -927,7 +927,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: false @@ -936,7 +936,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [cache_name, index_aggregation_type] enabled: false @@ -945,7 +945,7 @@ metrics: unit: 1 sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [index_aggregation_type] enabled: false @@ -954,7 +954,7 @@ metrics: unit: "{evictions}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [cache_name, index_aggregation_type] enabled: false @@ -963,7 +963,7 @@ metrics: unit: "{documents}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [document_state, index_aggregation_type] enabled: false @@ -979,7 +979,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: false @@ -988,7 +988,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [ ] enabled: false diff --git a/metric-metadata/expvarreceiver.yaml b/metric-metadata/expvarreceiver.yaml index 4eab433..7fad22e 100644 --- a/metric-metadata/expvarreceiver.yaml +++ b/metric-metadata/expvarreceiver.yaml @@ -17,7 +17,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.sys: enabled: true @@ -27,7 +27,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.lookups: enabled: false @@ -37,7 +37,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.mallocs: enabled: true @@ -47,7 +47,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.frees: enabled: true @@ -57,7 +57,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.heap_alloc: enabled: true @@ -67,7 +67,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.heap_sys: enabled: true @@ -77,7 +77,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.heap_idle: enabled: true @@ -87,7 +87,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.heap_inuse: enabled: true @@ -97,7 +97,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.heap_released: enabled: true @@ -107,7 +107,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.heap_objects: enabled: true @@ -117,7 +117,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.stack_inuse: enabled: true @@ -127,7 +127,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.stack_sys: enabled: true @@ -137,7 +137,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.mspan_inuse: enabled: true @@ -147,7 +147,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.mspan_sys: enabled: true @@ -157,7 +157,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.mcache_inuse: enabled: true @@ -167,7 +167,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.mcache_sys: enabled: true @@ -177,7 +177,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.buck_hash_sys: enabled: true @@ -187,7 +187,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.gc_sys: enabled: true @@ -197,7 +197,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.other_sys: enabled: true @@ -207,7 +207,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.next_gc: enabled: true @@ -217,7 +217,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.pause_total: enabled: true @@ -227,7 +227,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.last_pause: enabled: true @@ -245,7 +245,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.num_forced_gc: enabled: true @@ -255,7 +255,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative process.runtime.memstats.gc_cpu_fraction: enabled: true diff --git a/metric-metadata/filestatsreceiver.yaml b/metric-metadata/filestatsreceiver.yaml index 383d375..e3ac398 100644 --- a/metric-metadata/filestatsreceiver.yaml +++ b/metric-metadata/filestatsreceiver.yaml @@ -30,7 +30,7 @@ metrics: enabled: true sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int unit: "s" file.ctime: @@ -38,7 +38,7 @@ metrics: enabled: false sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int unit: "s" attributes: @@ -48,7 +48,7 @@ metrics: enabled: false sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int unit: "s" file.size: diff --git a/metric-metadata/filesystemscraper.yaml b/metric-metadata/filesystemscraper.yaml index 4b8f8e3..b8c3828 100644 --- a/metric-metadata/filesystemscraper.yaml +++ b/metric-metadata/filesystemscraper.yaml @@ -33,7 +33,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [device, mode, mountpoint, type, state] @@ -43,7 +43,7 @@ metrics: unit: "{inodes}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [device, mode, mountpoint, type, state] diff --git a/metric-metadata/flinkmetricsreceiver.yaml b/metric-metadata/flinkmetricsreceiver.yaml index 8405f25..116f848 100644 --- a/metric-metadata/flinkmetricsreceiver.yaml +++ b/metric-metadata/flinkmetricsreceiver.yaml @@ -6,7 +6,7 @@ status: alpha: [metrics] distributions: [contrib,observiq, sumo] codeowners: - active: [jonathanwamsley, djaglowski] + active: [JonathanWamsley, djaglowski] resource_attributes: # These resource attributes are Flinks system scope variables, which contains context information about metrics. These are required to uniquely identify incoming metrics as the same job can run multiple times concurrently. See https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/ops/metrics/#system-scope for more information. @@ -70,7 +70,7 @@ metrics: unit: ns sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -80,7 +80,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -90,7 +90,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -100,7 +100,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -110,7 +110,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -120,7 +120,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -130,7 +130,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -140,7 +140,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -150,7 +150,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -160,7 +160,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -170,7 +170,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -180,7 +180,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -190,7 +190,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -200,7 +200,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -210,7 +210,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -220,7 +220,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -230,7 +230,7 @@ metrics: unit: "{threads}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -240,7 +240,7 @@ metrics: unit: "{collections}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [ garbage_collector_name ] @@ -250,7 +250,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [ garbage_collector_name ] @@ -260,7 +260,7 @@ metrics: unit: "{classes}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -270,7 +270,7 @@ metrics: unit: "{restarts}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -288,7 +288,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -298,7 +298,7 @@ metrics: unit: "{checkpoints}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [ checkpoint ] @@ -308,7 +308,7 @@ metrics: unit: "{checkpoints}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -318,7 +318,7 @@ metrics: unit: "{records}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [ record ] @@ -328,7 +328,7 @@ metrics: unit: "{records}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [ operator_name, record ] @@ -338,7 +338,7 @@ metrics: unit: ms sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [ operator_name ] diff --git a/metric-metadata/gcp.yaml b/metric-metadata/gcp.yaml index 7644389..4cfe81b 100644 --- a/metric-metadata/gcp.yaml +++ b/metric-metadata/gcp.yaml @@ -58,4 +58,12 @@ resource_attributes: gcp.cloud_run.job.task_index: description: The Job execution task index type: string - enabled: true \ No newline at end of file + enabled: true + gcp.gce.instance.name: + description: The name of the GCE instance. + type: string + enabled: false + gcp.gce.instance.hostname: + description: The hostname of the GCE instance. + type: string + enabled: false diff --git a/metric-metadata/gitproviderreceiver.yaml b/metric-metadata/gitproviderreceiver.yaml new file mode 100644 index 0000000..a547813 --- /dev/null +++ b/metric-metadata/gitproviderreceiver.yaml @@ -0,0 +1,11 @@ +type: gitprovider + +sem_conv_version: 1.9.0 + +status: + class: receiver + stability: + development: [metrics] + distributions: [liatrio] + codeowners: + active: [adrielp, astencel-sumo] diff --git a/metric-metadata/haproxyreceiver.yaml b/metric-metadata/haproxyreceiver.yaml index 96e6735..a73a073 100644 --- a/metric-metadata/haproxyreceiver.yaml +++ b/metric-metadata/haproxyreceiver.yaml @@ -37,11 +37,13 @@ resource_attributes: description: load balancing algorithm enabled: true type: string - proxy_name: + haproxy.proxy_name: description: Proxy name + enabled: true type: string - service_name: + haproxy.service_name: description: Service name (FRONTEND for frontend, BACKEND for backend, any name for server/listener) + enabled: true type: string attributes: @@ -76,7 +78,7 @@ metrics: description: Cumulative number of connections (frontend). Corresponds to HAProxy's `conn_tot` metric. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -85,7 +87,7 @@ metrics: description: Number of times a server was selected, either for new sessions or when re-dispatching. Corresponds to HAProxy's `lbtot` metric. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -94,7 +96,7 @@ metrics: description: Bytes in. Corresponds to HAProxy's `bin` metric. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -103,7 +105,7 @@ metrics: description: Bytes out. Corresponds to HAProxy's `bout` metric. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -112,7 +114,7 @@ metrics: description: Number of data transfers aborted by the client. Corresponds to HAProxy's `cli_abrt` metric enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -121,7 +123,7 @@ metrics: description: Number of bytes that bypassed the HTTP compressor (CPU/BW limit). Corresponds to HAProxy's `comp_byp` metric. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -130,7 +132,7 @@ metrics: description: Number of HTTP response bytes fed to the compressor. Corresponds to HAProxy's `comp_in` metric. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -139,7 +141,7 @@ metrics: description: Number of HTTP response bytes emitted by the compressor. Corresponds to HAProxy's `comp_out` metric. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -148,7 +150,7 @@ metrics: description: Number of HTTP responses that were compressed. Corresponds to HAProxy's `comp_rsp` metric. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -157,7 +159,7 @@ metrics: description: Requests denied because of security concerns. Corresponds to HAProxy's `dreq` metric enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -166,7 +168,7 @@ metrics: description: Responses denied because of security concerns. Corresponds to HAProxy's `dresp` metric enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -175,7 +177,7 @@ metrics: description: Total downtime (in seconds). The value for the backend is the downtime for the whole backend, not the sum of the server downtime. Corresponds to HAProxy's `downtime` metric enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -184,7 +186,7 @@ metrics: description: Number of requests that encountered an error trying to connect to a backend server. The backend stat is the sum of the stat. Corresponds to HAProxy's `econ` metric enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -193,7 +195,7 @@ metrics: description: Cumulative number of request errors. Corresponds to HAProxy's `ereq` metric. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -202,7 +204,7 @@ metrics: description: Cumulative number of response errors. Corresponds to HAProxy's `eresp` metric, `srv_abrt` will be counted here also. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{errors}" @@ -210,7 +212,7 @@ metrics: description: Number of failed checks. (Only counts checks failed when the server is up). Corresponds to HAProxy's `chkfail` metric. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -219,7 +221,7 @@ metrics: description: Number of times a request was redispatched to another server. Corresponds to HAProxy's `wredis` metric. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -228,7 +230,7 @@ metrics: description: Total number of HTTP requests received. Corresponds to HAProxy's `req_tot`, `hrsp_1xx`, `hrsp_2xx`, `hrsp_3xx`, `hrsp_4xx`, `hrsp_5xx` and `hrsp_other` metrics. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -239,7 +241,7 @@ metrics: description: Number of times a connection to a server was retried. Corresponds to HAProxy's `wretr` metric. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -248,7 +250,7 @@ metrics: description: Cumulative number of sessions. Corresponds to HAProxy's `stot` metric. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -257,7 +259,7 @@ metrics: description: Current queued requests. For the backend this reports the number queued without a server assigned. Corresponds to HAProxy's `qcur` metric. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string diff --git a/metric-metadata/httpcheckreceiver.yaml b/metric-metadata/httpcheckreceiver.yaml index 0c272d0..d828bc5 100644 --- a/metric-metadata/httpcheckreceiver.yaml +++ b/metric-metadata/httpcheckreceiver.yaml @@ -34,7 +34,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false unit: 1 attributes: [http.url, http.status_code, http.method, http.status_class] @@ -50,7 +50,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false unit: "{error}" attributes: [http.url, error.message] diff --git a/metric-metadata/iisreceiver.yaml b/metric-metadata/iisreceiver.yaml index ac26f8a..3481f78 100644 --- a/metric-metadata/iisreceiver.yaml +++ b/metric-metadata/iisreceiver.yaml @@ -6,7 +6,7 @@ status: beta: [metrics] distributions: [contrib, observiq, sumo] codeowners: - active: [mrod1598, djaglowski] + active: [Mrod1598, djaglowski] resource_attributes: iis.site: @@ -43,7 +43,7 @@ metrics: unit: "{requests}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true attributes: [ request ] @@ -52,7 +52,7 @@ metrics: unit: "{requests}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true iis.request.queue.count: @@ -60,7 +60,7 @@ metrics: unit: "{requests}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true iis.request.queue.age.max: @@ -74,7 +74,7 @@ metrics: unit: "{files}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true attributes: [ direction ] @@ -83,7 +83,7 @@ metrics: unit: By sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true iis.network.io: @@ -91,7 +91,7 @@ metrics: unit: By sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true attributes: [ direction ] @@ -100,7 +100,7 @@ metrics: unit: "{attempts}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true iis.connection.active: @@ -108,7 +108,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true iis.connection.anonymous: @@ -116,7 +116,7 @@ metrics: unit: "{connections}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true iis.thread.active: @@ -124,7 +124,7 @@ metrics: unit: "{threads}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true iis.uptime: diff --git a/metric-metadata/k8sattributesprocessor.yaml b/metric-metadata/k8sattributesprocessor.yaml index 58c9b5d..03e8a38 100644 --- a/metric-metadata/k8sattributesprocessor.yaml +++ b/metric-metadata/k8sattributesprocessor.yaml @@ -4,11 +4,15 @@ status: class: processor stability: beta: [logs, metrics, traces] - distributions: [contrib, splunk, observiq, sumo, redhat] + distributions: [contrib, splunk, observiq, sumo, redhat, aws] codeowners: - active: [dmitryax, rmfitzpatrick, fatsheep9146] + active: [dmitryax, rmfitzpatrick, fatsheep9146, TylerHelmuth] # resource attributes are exposed through a different configuration interface (extract::metadata). resource_attributes: + k8s.cluster.uid: + description: Gives cluster uid identified with kube-system namespace + type: string + enabled: false k8s.namespace.name: description: The name of the namespace that the pod is running in. type: string diff --git a/metric-metadata/k8sclusterreceiver.yaml b/metric-metadata/k8sclusterreceiver.yaml index faf29b5..81261b1 100644 --- a/metric-metadata/k8sclusterreceiver.yaml +++ b/metric-metadata/k8sclusterreceiver.yaml @@ -7,7 +7,7 @@ status: development: [logs] distributions: [contrib, splunk, observiq, sumo] codeowners: - active: [dmitryax] + active: [dmitryax, TylerHelmuth] sem_conv_version: 1.18.0 @@ -357,67 +357,6 @@ metrics: gauge: value_type: int - k8s.node.condition_ready: - enabled: true - description: Whether this node is Ready (1), not Ready (0) or in an unknown state (-1) - unit: 1 - gauge: - value_type: int - k8s.node.condition_memory_pressure: - enabled: true - description: Whether this node is MemoryPressure (1), not MemoryPressure (0) or in an unknown state (-1) - unit: 1 - gauge: - value_type: int - k8s.node.condition_disk_pressure: - enabled: true - description: Whether this node is DiskPressure (1), not DiskPressure (0) or in an unknown state (-1) - unit: 1 - gauge: - value_type: int - k8s.node.condition_pid_pressure: - enabled: true - description: Whether this node is PidPressure (1), not PidPressure (0) or in an unknown state (-1) - unit: 1 - gauge: - value_type: int - k8s.node.condition_network_unavailable: - enabled: true - description: Whether this node is NetworkUnavailable (1), not NetworkUnavailable (0) or in an unknown state (-1) - unit: 1 - gauge: - value_type: int - k8s.node.allocatable_cpu: - enabled: true - description: How many CPU cores remaining that the node can allocate to pods - unit: "{cores}" - gauge: - value_type: double - k8s.node.allocatable_memory: - enabled: true - description: How many bytes of RAM memory remaining that the node can allocate to pods - unit: "By" - gauge: - value_type: int - k8s.node.allocatable_ephemeral_storage: - enabled: true - description: How many bytes of ephemeral storage remaining that the node can allocate to pods - unit: "By" - gauge: - value_type: int - k8s.node.allocatable_storage: - enabled: true - description: How many bytes of storage remaining that the node can allocate to pods - unit: "By" - gauge: - value_type: int - k8s.node.allocatable_pods: - enabled: true - description: How many pods remaining the node can allocate - unit: "{pods}" - gauge: - value_type: int - k8s.replicaset.desired: enabled: true description: Number of desired pods in this replicaset @@ -523,3 +462,9 @@ metrics: attributes: - k8s.namespace.name - resource + + # k8s.node.condition_* metrics (k8s.node.condition_ready, k8s.node.condition_memory_pressure, etc) are controlled + # by node_conditions_to_report config option. By default, only k8s.node.condition_ready is enabled. + + # k8s.node.allocatable_* metrics (k8s.node.allocatable_cpu, k8s.node.allocatable_memory, etc) are controlled + # by allocatable_types_to_report config option. By default, none of them are reported. diff --git a/metric-metadata/k8seventsreceiver.yaml b/metric-metadata/k8seventsreceiver.yaml index e6cb736..c8e1e10 100644 --- a/metric-metadata/k8seventsreceiver.yaml +++ b/metric-metadata/k8seventsreceiver.yaml @@ -6,4 +6,4 @@ status: alpha: [logs] distributions: [contrib, splunk, observiq, sumo] codeowners: - active: [dmitryax] + active: [dmitryax, TylerHelmuth] diff --git a/metric-metadata/k8sobjectsreceiver.yaml b/metric-metadata/k8sobjectsreceiver.yaml index dabdec4..bfd1c18 100644 --- a/metric-metadata/k8sobjectsreceiver.yaml +++ b/metric-metadata/k8sobjectsreceiver.yaml @@ -6,4 +6,4 @@ status: alpha: [logs] distributions: [contrib, splunk, sumo] codeowners: - active: [dmitryax, hvaghani221] + active: [dmitryax, hvaghani221, TylerHelmuth] diff --git a/metric-metadata/kafkametricsreceiver.yaml b/metric-metadata/kafkametricsreceiver.yaml index 1c5ea51..042d592 100644 --- a/metric-metadata/kafkametricsreceiver.yaml +++ b/metric-metadata/kafkametricsreceiver.yaml @@ -28,7 +28,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative # topics scraper kafka.topic.partitions: enabled: true @@ -37,7 +37,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [topic] kafka.partition.current_offset: enabled: true @@ -60,7 +60,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [topic, partition] kafka.partition.replicas_in_sync: enabled: true @@ -69,7 +69,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [topic, partition] # consumers scraper kafka.consumer_group.members: @@ -79,7 +79,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [group] kafka.consumer_group.offset: enabled: true diff --git a/metric-metadata/kubeletstatsreceiver.yaml b/metric-metadata/kubeletstatsreceiver.yaml index 51f4dc7..19169c2 100644 --- a/metric-metadata/kubeletstatsreceiver.yaml +++ b/metric-metadata/kubeletstatsreceiver.yaml @@ -6,7 +6,7 @@ status: beta: [metrics] distributions: [contrib, observiq, splunk, sumo] codeowners: - active: [dmitryax] + active: [dmitryax, TylerHelmuth] resource_attributes: k8s.node.name: @@ -95,7 +95,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] k8s.node.memory.available: enabled: true @@ -167,7 +167,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: ["interface", "direction"] k8s.node.network.errors: enabled: true @@ -176,8 +176,17 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: ["interface", "direction"] + k8s.node.uptime: + enabled: false + description: "The time since the node started" + unit: s + sum: + value_type: int + monotonic: true + aggregation_temporality: cumulative + attributes: [] k8s.pod.cpu.utilization: enabled: true description: "Pod CPU utilization" @@ -192,7 +201,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [ ] k8s.pod.memory.available: enabled: true @@ -264,7 +273,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: ["interface", "direction"] k8s.pod.network.errors: enabled: true @@ -273,8 +282,17 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: ["interface", "direction"] + k8s.pod.uptime: + enabled: false + description: "The time since the pod started" + unit: s + sum: + value_type: int + monotonic: true + aggregation_temporality: cumulative + attributes: [] container.cpu.utilization: enabled: true description: "Container CPU utilization" @@ -289,7 +307,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [ ] container.memory.available: enabled: true @@ -354,6 +372,15 @@ metrics: gauge: value_type: int attributes: [] + container.uptime: + enabled: false + description: "The time since the container started" + unit: s + sum: + value_type: int + monotonic: true + aggregation_temporality: cumulative + attributes: [] k8s.volume.available: enabled: true description: "The number of available bytes in the volume." diff --git a/metric-metadata/loadbalancingexporter.yaml b/metric-metadata/loadbalancingexporter.yaml index deae643..52635ae 100644 --- a/metric-metadata/loadbalancingexporter.yaml +++ b/metric-metadata/loadbalancingexporter.yaml @@ -9,5 +9,6 @@ status: - grafana - observiq - sumo + - aws codeowners: active: [jpkrohling] diff --git a/metric-metadata/memcachedreceiver.yaml b/metric-metadata/memcachedreceiver.yaml index 808ac68..ef4a6a2 100644 --- a/metric-metadata/memcachedreceiver.yaml +++ b/metric-metadata/memcachedreceiver.yaml @@ -58,7 +58,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] memcached.connections.total: enabled: true @@ -67,7 +67,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] memcached.commands: enabled: true @@ -76,7 +76,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [command] memcached.current_items: enabled: true @@ -85,7 +85,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] memcached.evictions: enabled: true @@ -94,7 +94,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] memcached.network: enabled: true @@ -103,7 +103,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [direction] memcached.operations: enabled: true @@ -112,7 +112,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [type,operation] memcached.operation_hit_ratio: enabled: true @@ -128,7 +128,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [state] memcached.threads: enabled: true @@ -137,5 +137,5 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] diff --git a/metric-metadata/memoryscraper.yaml b/metric-metadata/memoryscraper.yaml index b7596c8..68f4d14 100644 --- a/metric-metadata/memoryscraper.yaml +++ b/metric-metadata/memoryscraper.yaml @@ -17,7 +17,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [state] diff --git a/metric-metadata/mongodbatlasreceiver.yaml b/metric-metadata/mongodbatlasreceiver.yaml index 15bc144..79acdc2 100644 --- a/metric-metadata/mongodbatlasreceiver.yaml +++ b/metric-metadata/mongodbatlasreceiver.yaml @@ -258,7 +258,7 @@ metrics: sum: value_type: double monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative mongodbatlas.process.connections: enabled: true description: Number of current connections @@ -267,7 +267,7 @@ metrics: sum: value_type: double monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative mongodbatlas.process.cpu.usage.max: enabled: true description: CPU Usage (%) @@ -424,7 +424,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mongodbatlas.process.oplog.time: enabled: true description: Execution time by operation @@ -457,7 +457,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mongodbatlas.process.page_faults: enabled: true description: Page faults @@ -696,7 +696,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mongodbatlas.system.fts.disk.used: enabled: true description: Full text search disk usage diff --git a/metric-metadata/mongodbreceiver.yaml b/metric-metadata/mongodbreceiver.yaml index ffda9be..7b3185c 100644 --- a/metric-metadata/mongodbreceiver.yaml +++ b/metric-metadata/mongodbreceiver.yaml @@ -87,7 +87,7 @@ metrics: unit: "{operations}" enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: true attributes: [type] @@ -96,7 +96,7 @@ metrics: unit: "{collections}" enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: false attributes: [database] @@ -105,7 +105,7 @@ metrics: unit: By enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: false attributes: [database] @@ -115,7 +115,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [database, connection_type] mongodb.extent.count: @@ -123,7 +123,7 @@ metrics: unit: "{extents}" enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: false attributes: [database] @@ -132,7 +132,7 @@ metrics: unit: ms enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: true attributes: [] @@ -141,7 +141,7 @@ metrics: unit: "{indexes}" enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: false attributes: [database] @@ -150,7 +150,7 @@ metrics: unit: By enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: false attributes: [database] @@ -159,7 +159,7 @@ metrics: unit: By enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: false attributes: [database, memory_type] @@ -168,7 +168,7 @@ metrics: unit: "{objects}" enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: false attributes: [database] @@ -184,7 +184,7 @@ metrics: unit: "{operations}" enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: true attributes: [operation] @@ -193,7 +193,7 @@ metrics: unit: "{operations}" enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: true attributes: [ operation ] @@ -203,7 +203,7 @@ metrics: unit: By enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative value_type: int monotonic: true attributes: [database] @@ -213,7 +213,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [] mongodb.index.access.count: @@ -222,7 +222,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [database, collection] mongodb.document.operation.count: @@ -231,7 +231,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [database, operation] mongodb.network.io.receive: @@ -240,7 +240,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [] mongodb.network.io.transmit: @@ -249,7 +249,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [] mongodb.network.request.count: @@ -258,7 +258,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [] mongodb.operation.time: @@ -267,7 +267,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [operation] mongodb.session.count: @@ -276,7 +276,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [] mongodb.cursor.count: @@ -285,7 +285,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [] mongodb.cursor.timeout.count: @@ -294,7 +294,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [] mongodb.lock.acquire.count: @@ -303,7 +303,7 @@ metrics: enabled: false sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [database, lock_type, lock_mode] mongodb.lock.acquire.wait_count: @@ -312,7 +312,7 @@ metrics: enabled: false sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [database, lock_type, lock_mode] mongodb.lock.acquire.time: @@ -321,7 +321,7 @@ metrics: enabled: false sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [database, lock_type, lock_mode] mongodb.lock.deadlock.count: @@ -330,7 +330,7 @@ metrics: enabled: false sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [database, lock_type, lock_mode] mongodb.health: @@ -350,5 +350,5 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [ ] diff --git a/metric-metadata/mysqlreceiver.yaml b/metric-metadata/mysqlreceiver.yaml index 5befb33..93eea2a 100644 --- a/metric-metadata/mysqlreceiver.yaml +++ b/metric-metadata/mysqlreceiver.yaml @@ -176,7 +176,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [buffer_pool_pages] mysql.buffer_pool.data_pages: enabled: true @@ -185,7 +185,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [buffer_pool_data] mysql.buffer_pool.page_flushes: enabled: true @@ -195,7 +195,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mysql.buffer_pool.operations: enabled: true description: The number of operations on the InnoDB buffer pool. @@ -204,7 +204,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [buffer_pool_operations] mysql.buffer_pool.limit: enabled: true @@ -214,7 +214,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative mysql.buffer_pool.usage: enabled: true description: The number of bytes in the InnoDB buffer pool. @@ -222,7 +222,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [buffer_pool_data] mysql.prepared_statements: enabled: true @@ -232,7 +232,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [prepared_statements_command] mysql.commands: enabled: false @@ -242,7 +242,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [command] mysql.handlers: enabled: true @@ -252,7 +252,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [handler] mysql.double_writes: enabled: true @@ -262,7 +262,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [double_writes] mysql.log_operations: enabled: true @@ -272,7 +272,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [log_operations] mysql.operations: enabled: true @@ -282,7 +282,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [operations] mysql.page_operations: enabled: true @@ -292,7 +292,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [page_operations] mysql.table.io.wait.count: enabled: true @@ -301,7 +301,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [io_waits_operations, table_name, schema] mysql.table.io.wait.time: enabled: true @@ -310,7 +310,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [io_waits_operations, table_name, schema] mysql.index.io.wait.count: enabled: true @@ -319,7 +319,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [io_waits_operations, table_name, schema, index_name] mysql.index.io.wait.time: enabled: true @@ -328,7 +328,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [io_waits_operations, table_name, schema, index_name] mysql.row_locks: enabled: true @@ -338,7 +338,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [row_locks] mysql.row_operations: enabled: true @@ -348,7 +348,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [row_operations] mysql.locks: enabled: true @@ -358,7 +358,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [locks] mysql.sorts: enabled: true @@ -368,7 +368,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [sorts] mysql.threads: enabled: true @@ -378,7 +378,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [threads] mysql.client.network.io: enabled: false @@ -388,7 +388,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [direction] mysql.opened_resources: enabled: true @@ -398,7 +398,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [opened_resources] mysql.uptime: enabled: true @@ -408,7 +408,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mysql.table.lock_wait.read.count: enabled: false description: The total table lock wait read events. @@ -416,7 +416,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [schema, table_name, read_lock_type] mysql.table.lock_wait.read.time: enabled: false @@ -425,7 +425,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [schema, table_name, read_lock_type] mysql.table.lock_wait.write.count: enabled: false @@ -434,7 +434,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [schema, table_name, write_lock_type] mysql.table.lock_wait.write.time: enabled: false @@ -443,7 +443,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [schema, table_name, write_lock_type] mysql.connection.count: enabled: false @@ -453,7 +453,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mysql.connection.errors: enabled: false description: Errors that occur during the client connection process. @@ -462,7 +462,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [connection_error] mysql.mysqlx_connections: enabled: true @@ -473,7 +473,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [connection_status] mysql.joins: enabled: false @@ -483,7 +483,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [join_kind] mysql.tmp_resources: enabled: true @@ -493,7 +493,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [tmp_resource] mysql.replica.time_behind_source: enabled: false @@ -502,7 +502,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] mysql.replica.sql_delay: enabled: false @@ -511,7 +511,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] mysql.statement_event.count: enabled: false @@ -520,7 +520,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [schema, digest, digest_text, event_state] mysql.statement_event.wait.time: enabled: false @@ -529,7 +529,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [schema, digest, digest_text] mysql.mysqlx_worker_threads: enabled: false @@ -540,7 +540,7 @@ metrics: value_type: int input_type: string monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [mysqlx_threads] mysql.table_open_cache: enabled: false @@ -550,7 +550,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [cache_status] mysql.query.client.count: enabled: false @@ -560,7 +560,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mysql.query.count: enabled: false description: The number of statements executed by the server. @@ -569,7 +569,7 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative mysql.query.slow.count: enabled: false description: The number of slow queries. @@ -578,4 +578,4 @@ metrics: value_type: int input_type: string monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative diff --git a/metric-metadata/networkscraper.yaml b/metric-metadata/networkscraper.yaml index 4f02a2c..6fe353a 100644 --- a/metric-metadata/networkscraper.yaml +++ b/metric-metadata/networkscraper.yaml @@ -27,7 +27,7 @@ metrics: unit: "{packets}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] system.network.dropped: @@ -36,7 +36,7 @@ metrics: unit: "{packets}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] system.network.errors: @@ -45,7 +45,7 @@ metrics: unit: "{errors}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] system.network.io: @@ -54,7 +54,7 @@ metrics: unit: "By" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [device, direction] system.network.connections: @@ -63,7 +63,7 @@ metrics: unit: "{connections}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [protocol, state] system.network.conntrack.count: @@ -72,7 +72,7 @@ metrics: unit: "{entries}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false system.network.conntrack.max: enabled: false @@ -80,5 +80,5 @@ metrics: unit: "{entries}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false diff --git a/metric-metadata/nginxreceiver.yaml b/metric-metadata/nginxreceiver.yaml index eaec897..53e5861 100644 --- a/metric-metadata/nginxreceiver.yaml +++ b/metric-metadata/nginxreceiver.yaml @@ -26,7 +26,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] nginx.connections_accepted: enabled: true @@ -35,7 +35,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] nginx.connections_handled: enabled: true @@ -44,7 +44,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] nginx.connections_current: enabled: true @@ -53,7 +53,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [state] # Old version of metric, to be removed when featuregate is stable diff --git a/metric-metadata/nsxtreceiver.yaml b/metric-metadata/nsxtreceiver.yaml index b4a98d2..08ba878 100644 --- a/metric-metadata/nsxtreceiver.yaml +++ b/metric-metadata/nsxtreceiver.yaml @@ -61,7 +61,7 @@ metrics: unit: "By" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true attributes: [direction] @@ -70,7 +70,7 @@ metrics: unit: "{packets}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true attributes: [direction, packet.type] @@ -93,7 +93,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative enabled: true attributes: [disk_state] nsxt.node.memory.usage: @@ -102,7 +102,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative enabled: true nsxt.node.memory.cache.usage: description: The size of the node's memory cache. @@ -110,5 +110,5 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative enabled: true diff --git a/metric-metadata/opensearchexporter.yaml b/metric-metadata/opensearchexporter.yaml index 3adb266..da748b0 100644 --- a/metric-metadata/opensearchexporter.yaml +++ b/metric-metadata/opensearchexporter.yaml @@ -2,5 +2,7 @@ type: opensearch status: class: exporter + stability: + development: [traces] codeowners: active: [Aneurysm9, MitchellGale, MaxKsyunz, YANG-DB] \ No newline at end of file diff --git a/metric-metadata/oracledbreceiver.yaml b/metric-metadata/oracledbreceiver.yaml index 84c506d..ecb8b88 100644 --- a/metric-metadata/oracledbreceiver.yaml +++ b/metric-metadata/oracledbreceiver.yaml @@ -30,7 +30,7 @@ metrics: description: Cumulative CPU time, in seconds enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: double unit: s @@ -39,7 +39,7 @@ metrics: sessions. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -50,7 +50,7 @@ metrics: are the only operations that perform exchanges. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -59,7 +59,7 @@ metrics: description: Total number of calls (user and recursive) that executed SQL statements enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -68,7 +68,7 @@ metrics: description: Number of logical reads enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -77,7 +77,7 @@ metrics: description: Number of hard parses enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -86,7 +86,7 @@ metrics: description: Total number of parse calls. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -95,7 +95,7 @@ metrics: description: Session PGA (Program Global Area) memory enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -104,7 +104,7 @@ metrics: description: Number of physical reads enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -115,7 +115,7 @@ metrics: to disk. Commits often represent the closest thing to a user transaction rate. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -125,7 +125,7 @@ metrics: error occurs during a user's transactions enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -238,7 +238,7 @@ metrics: description: Number of times a current block was requested from the buffer cache. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string @@ -247,7 +247,7 @@ metrics: description: Number of times a consistent read was requested for a block from the buffer cache. enabled: false sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int input_type: string diff --git a/metric-metadata/pagingscraper.yaml b/metric-metadata/pagingscraper.yaml index 76e2de2..e496244 100644 --- a/metric-metadata/pagingscraper.yaml +++ b/metric-metadata/pagingscraper.yaml @@ -31,7 +31,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [device, state] @@ -41,7 +41,7 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [direction, type] @@ -51,7 +51,7 @@ metrics: unit: "{faults}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [type] diff --git a/metric-metadata/postgresqlreceiver.yaml b/metric-metadata/postgresqlreceiver.yaml index 641643e..14381ce 100644 --- a/metric-metadata/postgresqlreceiver.yaml +++ b/metric-metadata/postgresqlreceiver.yaml @@ -46,12 +46,6 @@ attributes: - sync - write name_override: type - database: - description: The name of the database. - type: string - table: - description: The schema name followed by the table name. - type: string source: description: The block read source type. type: string @@ -83,11 +77,10 @@ attributes: metrics: postgresql.bgwriter.buffers.allocated: - attributes: [] description: Number of buffers allocated. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{buffers}" @@ -97,7 +90,7 @@ metrics: description: Number of buffers written. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{buffers}" @@ -107,7 +100,7 @@ metrics: description: The number of checkpoints performed. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{checkpoints}" @@ -117,7 +110,7 @@ metrics: description: Total time spent writing and syncing files to disk by checkpoints. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: double unit: ms @@ -125,7 +118,7 @@ metrics: description: Number of times the background writer stopped a cleaning scan because it had written too many buffers. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: 1 @@ -136,8 +129,8 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative - attributes: [database, table, source] + aggregation_temporality: cumulative + attributes: [source] postgresql.commits: enabled: true description: The number of commits. @@ -145,14 +138,12 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative - attributes: [database] + aggregation_temporality: cumulative postgresql.database.count: - attributes: [] description: Number of user databases. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{databases}" @@ -163,8 +154,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative - attributes: [database] + aggregation_temporality: cumulative postgresql.backends: enabled: true description: The number of backends. @@ -172,8 +162,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative - attributes: [database] + aggregation_temporality: cumulative postgresql.connection.max: enabled: true description: Configured maximum number of client connections allowed @@ -187,19 +176,17 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative - attributes: [database, table, state] + aggregation_temporality: cumulative + attributes: [state] postgresql.index.scans: - attributes: [] description: The number of index scans on a table. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int unit: "{scans}" postgresql.index.size: - attributes: [] description: The size of the index on disk. enabled: true gauge: @@ -212,8 +199,8 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative - attributes: [database, table, operation] + aggregation_temporality: cumulative + attributes: [operation] postgresql.replication.data_delay: attributes: [replication_client] description: The amount of data delayed in replication. @@ -228,37 +215,56 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative - attributes: [database] + aggregation_temporality: cumulative + postgresql.deadlocks: + enabled: false + description: The number of deadlocks. + unit: "{deadlock}" + sum: + value_type: int + monotonic: true + aggregation_temporality: cumulative + postgresql.sequential_scans: + enabled: false + description: The number of sequential scans. + unit: "{sequential_scan}" + sum: + value_type: int + monotonic: true + aggregation_temporality: cumulative postgresql.table.count: - attributes: [] description: Number of user tables in a database. enabled: true sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int unit: "{table}" postgresql.table.size: - attributes: [] description: Disk space used by a table. enabled: true unit: By sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false value_type: int postgresql.table.vacuum.count: - attributes: [] description: Number of times a table has manually been vacuumed. enabled: true unit: "{vacuums}" sum: - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true value_type: int + postgresql.temp_files: + enabled: false + description: The number of temp files. + unit: "{temp_file}" + sum: + value_type: int + monotonic: true + aggregation_temporality: cumulative postgresql.wal.age: - attributes: [] description: Age of the oldest WAL file. extended_documentation: | This metric requires WAL to be enabled with at least one replica. diff --git a/metric-metadata/processesscraper.yaml b/metric-metadata/processesscraper.yaml index 008cdac..607a0c8 100644 --- a/metric-metadata/processesscraper.yaml +++ b/metric-metadata/processesscraper.yaml @@ -17,7 +17,7 @@ metrics: unit: "{processes}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true system.processes.count: @@ -26,6 +26,6 @@ metrics: unit: "{processes}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false attributes: [status] diff --git a/metric-metadata/processscraper.yaml b/metric-metadata/processscraper.yaml index 802739a..51fa89b 100644 --- a/metric-metadata/processscraper.yaml +++ b/metric-metadata/processscraper.yaml @@ -77,7 +77,7 @@ metrics: unit: s sum: value_type: double - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [state] @@ -98,7 +98,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false process.memory.virtual: @@ -107,7 +107,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false process.memory.utilization: @@ -123,7 +123,7 @@ metrics: unit: By sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [direction] @@ -134,7 +134,7 @@ metrics: unit: "{faults}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [paging_fault_type] @@ -145,7 +145,7 @@ metrics: unit: "{signals}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false process.threads: @@ -154,7 +154,7 @@ metrics: unit: "{threads}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false process.open_file_descriptors: @@ -164,7 +164,7 @@ metrics: unit: '{count}' sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false process.handles: @@ -174,7 +174,7 @@ metrics: unit: '{count}' sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false process.context_switches: @@ -184,7 +184,7 @@ metrics: unit: '{count}' sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [context_switch_type] @@ -194,6 +194,6 @@ metrics: unit: "{operations}" sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: true attributes: [direction] diff --git a/metric-metadata/rabbitmqreceiver.yaml b/metric-metadata/rabbitmqreceiver.yaml index 799ff4b..0b87708 100644 --- a/metric-metadata/rabbitmqreceiver.yaml +++ b/metric-metadata/rabbitmqreceiver.yaml @@ -36,7 +36,7 @@ metrics: unit: "{consumers}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true rabbitmq.message.delivered: @@ -44,7 +44,7 @@ metrics: unit: "{messages}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true rabbitmq.message.published: @@ -52,7 +52,7 @@ metrics: unit: "{messages}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true rabbitmq.message.acknowledged: @@ -60,7 +60,7 @@ metrics: unit: "{messages}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true rabbitmq.message.dropped: @@ -68,7 +68,7 @@ metrics: unit: "{messages}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true rabbitmq.message.current: @@ -76,7 +76,7 @@ metrics: unit: "{messages}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [message.state] enabled: true diff --git a/metric-metadata/redisreceiver.yaml b/metric-metadata/redisreceiver.yaml index 21b9139..64628fb 100644 --- a/metric-metadata/redisreceiver.yaml +++ b/metric-metadata/redisreceiver.yaml @@ -61,7 +61,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative attributes: [role] redis.cmd.calls: @@ -71,7 +71,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [cmd] redis.cmd.usec: @@ -81,7 +81,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [cmd] redis.uptime: @@ -91,7 +91,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.cpu.time: enabled: true @@ -100,7 +100,7 @@ metrics: sum: value_type: double monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative attributes: [state] redis.clients.connected: @@ -110,7 +110,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative redis.clients.max_input_buffer: enabled: true @@ -133,7 +133,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative redis.keys.expired: enabled: true @@ -142,7 +142,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.keys.evicted: @@ -152,7 +152,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.connections.received: enabled: true @@ -161,7 +161,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.connections.rejected: enabled: true @@ -170,7 +170,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.memory.used: enabled: true @@ -214,7 +214,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative redis.commands: enabled: true @@ -230,7 +230,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.net.input: enabled: true @@ -239,7 +239,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.net.output: enabled: true @@ -248,7 +248,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.keyspace.hits: enabled: true @@ -257,7 +257,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.keyspace.misses: enabled: true @@ -266,7 +266,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative redis.latest_fork: enabled: true @@ -282,7 +282,7 @@ metrics: sum: value_type: int monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative redis.replication.backlog_first_byte_offset: enabled: true diff --git a/metric-metadata/riakreceiver.yaml b/metric-metadata/riakreceiver.yaml index 73e911e..a199e91 100644 --- a/metric-metadata/riakreceiver.yaml +++ b/metric-metadata/riakreceiver.yaml @@ -35,7 +35,7 @@ metrics: unit: "{operation}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true attributes: [request] @@ -51,7 +51,7 @@ metrics: unit: "{read_repair}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true riak.memory.limit: @@ -59,7 +59,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true riak.vnode.operation.count: @@ -67,7 +67,7 @@ metrics: unit: "{operation}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int enabled: true attributes: [request] @@ -76,7 +76,7 @@ metrics: unit: "{operation}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int attributes: [operation] enabled: true diff --git a/metric-metadata/saphanareceiver.yaml b/metric-metadata/saphanareceiver.yaml index 8932f20..b5eb595 100644 --- a/metric-metadata/saphanareceiver.yaml +++ b/metric-metadata/saphanareceiver.yaml @@ -207,7 +207,7 @@ metrics: unit: '{connections}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [connection_status] @@ -217,7 +217,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [cpu_type] @@ -227,7 +227,7 @@ metrics: unit: '{alerts}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [alert_rating] @@ -237,7 +237,7 @@ metrics: unit: s sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [system, database] @@ -247,7 +247,7 @@ metrics: unit: us sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [primary_host, secondary_host, port, replication_mode] @@ -257,7 +257,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [primary_host, secondary_host, port, replication_mode] @@ -283,7 +283,7 @@ metrics: unit: '{transactions}' sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [transaction_type] @@ -293,7 +293,7 @@ metrics: unit: '{transactions}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -311,7 +311,7 @@ metrics: unit: '{licenses}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [system, product] @@ -321,7 +321,7 @@ metrics: unit: '{licenses}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [system, product] @@ -331,7 +331,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [memory_state_used_free] @@ -341,7 +341,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -351,7 +351,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -361,7 +361,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [] @@ -371,7 +371,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [memory_state_used_free] @@ -381,7 +381,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [host_swap_state] @@ -391,7 +391,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [column_memory_type, column_memory_subtype] @@ -401,7 +401,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [row_memory_type] @@ -411,7 +411,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [component] @@ -421,7 +421,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [schema, schema_memory_type] @@ -431,7 +431,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [schema] @@ -441,7 +441,7 @@ metrics: unit: '{records}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [schema, schema_record_type] @@ -451,7 +451,7 @@ metrics: unit: '{records}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [schema] @@ -461,7 +461,7 @@ metrics: unit: '{operations}' sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [schema, schema_operation_type] @@ -471,7 +471,7 @@ metrics: unit: '{services}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service_status] @@ -481,7 +481,7 @@ metrics: unit: '{threads}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [thread_status] @@ -491,7 +491,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service, service_memory_used_type] @@ -501,7 +501,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service] @@ -511,7 +511,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service] @@ -521,7 +521,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service, memory_state_used_free] @@ -531,7 +531,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service, memory_state_used_free] @@ -541,7 +541,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service] @@ -551,7 +551,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service] @@ -561,7 +561,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service] @@ -571,7 +571,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [service] @@ -581,7 +581,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [path, disk_usage_type, disk_state_used_free] @@ -591,7 +591,7 @@ metrics: unit: '{operations}' sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [path, disk_usage_type, volume_operation_type] @@ -601,7 +601,7 @@ metrics: unit: By sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [path, disk_usage_type, volume_operation_type] @@ -611,7 +611,7 @@ metrics: unit: ms sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [path, disk_usage_type, volume_operation_type] @@ -621,7 +621,7 @@ metrics: unit: '{requests}' sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [active_pending_request_state] @@ -631,7 +631,7 @@ metrics: unit: '{requests}' sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int input_type: string attributes: [internal_external_request_type] diff --git a/metric-metadata/sqlserverreceiver.yaml b/metric-metadata/sqlserverreceiver.yaml index 286c300..a8097c8 100644 --- a/metric-metadata/sqlserverreceiver.yaml +++ b/metric-metadata/sqlserverreceiver.yaml @@ -109,7 +109,7 @@ metrics: unit: "{growths}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int sqlserver.transaction_log.shrink.count: enabled: true @@ -117,7 +117,7 @@ metrics: unit: "{shrinks}" sum: monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative value_type: int sqlserver.transaction_log.usage: enabled: true diff --git a/metric-metadata/sshcheckreceiver.yaml b/metric-metadata/sshcheckreceiver.yaml index fef0244..ee1a963 100644 --- a/metric-metadata/sshcheckreceiver.yaml +++ b/metric-metadata/sshcheckreceiver.yaml @@ -24,7 +24,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false unit: 1 sshcheck.duration: @@ -38,7 +38,7 @@ metrics: enabled: true sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false unit: "{error}" attributes: [error.message] @@ -47,7 +47,7 @@ metrics: enabled: false sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false unit: 1 sshcheck.sftp_duration: @@ -61,7 +61,7 @@ metrics: enabled: false sum: value_type: int - aggregation: cumulative + aggregation_temporality: cumulative monotonic: false unit: "{error}" attributes: [error.message] diff --git a/metric-metadata/system.yaml b/metric-metadata/system.yaml index 943beea..f342043 100644 --- a/metric-metadata/system.yaml +++ b/metric-metadata/system.yaml @@ -11,6 +11,10 @@ resource_attributes: description: The host.id type: string enabled: false + os.description: + description: Human readable OS version information. + type: string + enabled: false os.type: description: The os.type type: string diff --git a/metric-metadata/tanzuobservabilityexporter.yaml b/metric-metadata/tanzuobservabilityexporter.yaml index 0f5dcb2..c934fb5 100644 --- a/metric-metadata/tanzuobservabilityexporter.yaml +++ b/metric-metadata/tanzuobservabilityexporter.yaml @@ -3,7 +3,7 @@ type: tanzuobservability status: class: exporter stability: - beta: [traces, metrics] + deprecated: [traces, metrics] distributions: [contrib] codeowners: active: [oppegard, thepeterstone, keep94] diff --git a/metric-metadata/vcenterreceiver.yaml b/metric-metadata/vcenterreceiver.yaml index c287f27..3bbaefd 100644 --- a/metric-metadata/vcenterreceiver.yaml +++ b/metric-metadata/vcenterreceiver.yaml @@ -21,6 +21,10 @@ resource_attributes: description: The name of the resource pool. enabled: true type: string + vcenter.resource_pool.inventory_path: + description: The inventory path of the resource pool. + enabled: true + type: string vcenter.datastore.name: description: The name of the vCenter datastore. enabled: true @@ -72,6 +76,10 @@ attributes: enum: - "on" - "off" + object_name: + name_override: object + description: The object on the virtual machine or host that is being reported on. + type: string metrics: vcenter.cluster.cpu.limit: @@ -81,7 +89,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.cluster.cpu.effective: enabled: true @@ -90,7 +98,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.cluster.memory.limit: enabled: true @@ -99,7 +107,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.cluster.memory.effective: enabled: true @@ -108,7 +116,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.cluster.memory.used: enabled: true @@ -117,7 +125,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.cluster.vm.count: enabled: true @@ -126,7 +134,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [vm_count_power_state] vcenter.cluster.host.count: enabled: true @@ -135,7 +143,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [host_effective] vcenter.datastore.disk.usage: enabled: true @@ -144,7 +152,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [disk_state] vcenter.datastore.disk.utilization: enabled: true @@ -167,7 +175,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.host.disk.throughput: enabled: true @@ -176,8 +184,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [disk_direction] + aggregation_temporality: cumulative + attributes: [disk_direction, object_name] extended_documentation: As measured over the most recent 20s interval. Aggregated disk I/O rate. Requires Performance Level 4. vcenter.host.disk.latency.avg: enabled: true @@ -185,7 +193,7 @@ metrics: unit: ms gauge: value_type: int - attributes: [disk_direction] + attributes: [disk_direction, object_name] extended_documentation: This latency is the sum of the device and kernel read and write latencies. Requires Performance Counter level 2 for metric to populate. vcenter.host.disk.latency.max: enabled: true @@ -193,7 +201,7 @@ metrics: unit: ms gauge: value_type: int - attributes: [] + attributes: [object_name] extended_documentation: As measured over the most recent 20s interval. Requires Performance Level 3. vcenter.host.memory.utilization: enabled: true @@ -209,7 +217,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.host.network.throughput: enabled: true @@ -218,8 +226,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [throughput_direction] + aggregation_temporality: cumulative + attributes: [throughput_direction, object_name] extended_documentation: As measured over the most recent 20s interval. vcenter.host.network.usage: enabled: true @@ -228,8 +236,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [] + aggregation_temporality: cumulative + attributes: [object_name] vcenter.host.network.packet.errors: enabled: true description: The summation of packet errors on the host network. @@ -237,8 +245,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [throughput_direction] + aggregation_temporality: cumulative + attributes: [throughput_direction, object_name] extended_documentation: As measured over the most recent 20s interval. vcenter.host.network.packet.count: enabled: true @@ -247,8 +255,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [throughput_direction] + aggregation_temporality: cumulative + attributes: [throughput_direction, object_name] vcenter.resource_pool.memory.usage: enabled: true description: The usage of the memory by the resource pool. @@ -256,7 +264,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.resource_pool.memory.shares: enabled: true @@ -265,7 +273,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.resource_pool.cpu.usage: enabled: true @@ -274,7 +282,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.resource_pool.cpu.shares: enabled: true @@ -283,7 +291,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.vm.memory.ballooned: enabled: true @@ -292,7 +300,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.vm.memory.usage: enabled: true @@ -301,7 +309,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.vm.memory.swapped: enabled: true @@ -310,7 +318,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.vm.memory.swapped_ssd: enabled: true @@ -319,7 +327,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.vm.disk.usage: enabled: true @@ -328,7 +336,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [disk_state] vcenter.vm.disk.utilization: enabled: true @@ -343,7 +351,7 @@ metrics: unit: ms gauge: value_type: int - attributes: [disk_direction, disk_type] + attributes: [disk_direction, disk_type, object_name] extended_documentation: Requires Performance Counter level 2 for metric to populate. As measured over the most recent 20s interval. vcenter.vm.disk.latency.max: enabled: true @@ -351,7 +359,7 @@ metrics: unit: ms gauge: value_type: int - attributes: [] + attributes: [object_name] vcenter.vm.disk.throughput: enabled: true description: The throughput of the virtual machine's disk. @@ -359,8 +367,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [] + aggregation_temporality: cumulative + attributes: [object_name] vcenter.vm.network.throughput: enabled: true description: The amount of data that was transmitted or received over the network of the virtual machine. @@ -368,8 +376,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [throughput_direction] + aggregation_temporality: cumulative + attributes: [throughput_direction, object_name] extended_documentation: As measured over the most recent 20s interval. vcenter.vm.network.packet.count: enabled: true @@ -378,8 +386,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [throughput_direction] + aggregation_temporality: cumulative + attributes: [throughput_direction, object_name] vcenter.vm.network.usage: enabled: true description: The network utilization combined transmit and receive rates during an interval. @@ -387,8 +395,8 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative - attributes: [] + aggregation_temporality: cumulative + attributes: [object_name] extended_documentation: As measured over the most recent 20s interval. vcenter.vm.cpu.utilization: enabled: true @@ -404,7 +412,7 @@ metrics: sum: monotonic: false value_type: int - aggregation: cumulative + aggregation_temporality: cumulative attributes: [] vcenter.vm.memory.utilization: enabled: false diff --git a/metric-metadata/winperfcounters.yaml b/metric-metadata/winperfcounters.yaml index 49f2050..10c8d02 100644 --- a/metric-metadata/winperfcounters.yaml +++ b/metric-metadata/winperfcounters.yaml @@ -1,3 +1,3 @@ status: codeowners: - active: [dashpole, mrod1598, binaryfissiongames] \ No newline at end of file + active: [dashpole, Mrod1598, BinaryFissionGames] \ No newline at end of file diff --git a/metric-metadata/zookeeperreceiver.yaml b/metric-metadata/zookeeperreceiver.yaml index 5e7985d..0020aa2 100644 --- a/metric-metadata/zookeeperreceiver.yaml +++ b/metric-metadata/zookeeperreceiver.yaml @@ -40,7 +40,7 @@ metrics: attributes: [state] sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.sync.pending: enabled: true @@ -48,7 +48,7 @@ metrics: unit: "{syncs}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.latency.avg: enabled: true @@ -74,7 +74,7 @@ metrics: unit: "{connections}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.request.active: enabled: true @@ -82,7 +82,7 @@ metrics: unit: "{requests}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.znode.count: enabled: true @@ -90,7 +90,7 @@ metrics: unit: "{znodes}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.watch.count: enabled: true @@ -98,7 +98,7 @@ metrics: unit: "{watches}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.data_tree.ephemeral_node.count: enabled: true @@ -106,7 +106,7 @@ metrics: unit: "{nodes}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.data_tree.size: enabled: true @@ -114,7 +114,7 @@ metrics: unit: By sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.file_descriptor.open: enabled: true @@ -122,7 +122,7 @@ metrics: unit: "{file_descriptors}" sum: monotonic: false - aggregation: cumulative + aggregation_temporality: cumulative value_type: int zookeeper.file_descriptor.limit: enabled: true @@ -138,7 +138,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative zookeeper.fsync.exceeded_threshold.count: enabled: true description: Number of times fsync duration has exceeded warning threshold. @@ -146,7 +146,7 @@ metrics: sum: value_type: int monotonic: true - aggregation: cumulative + aggregation_temporality: cumulative zookeeper.ruok: enabled: true description: Response from zookeeper ruok command