diff --git a/metric-metadata/awsemfexporter.yaml b/metric-metadata/awsemfexporter.yaml index fe81230..78a4139 100644 --- a/metric-metadata/awsemfexporter.yaml +++ b/metric-metadata/awsemfexporter.yaml @@ -6,7 +6,8 @@ status: beta: [metrics] distributions: [contrib] codeowners: - active: [Aneurysm9, shaochengwang, mxiamxia, bryan-aguilar] + active: [Aneurysm9, mxiamxia, bryan-aguilar] + emeritus: [shaochengwang] tests: config: diff --git a/metric-metadata/azuredataexplorerexporter.yaml b/metric-metadata/azuredataexplorerexporter.yaml index 18d4b97..9f3a63b 100644 --- a/metric-metadata/azuredataexplorerexporter.yaml +++ b/metric-metadata/azuredataexplorerexporter.yaml @@ -6,7 +6,8 @@ status: beta: [traces, metrics, logs] distributions: [contrib] codeowners: - active: [asaharn, ag-ramachandran] + active: [ag-ramachandran] + emeritus: [asaharn] # TODO: Update the exporter to pass the tests tests: diff --git a/metric-metadata/k8sattributesprocessor.yaml b/metric-metadata/k8sattributesprocessor.yaml index dd129a0..edfb8bb 100644 --- a/metric-metadata/k8sattributesprocessor.yaml +++ b/metric-metadata/k8sattributesprocessor.yaml @@ -4,6 +4,7 @@ status: class: processor stability: beta: [logs, metrics, traces] + development: [profiles] distributions: [contrib, k8s] codeowners: active: [dmitryax, fatsheep9146, TylerHelmuth] @@ -113,6 +114,7 @@ resource_attributes: tests: config: + skip_lifecycle: true goleak: skip: true diff --git a/metric-metadata/kineticaexporter.yaml b/metric-metadata/kineticaexporter.yaml index c54a055..2ba679f 100644 --- a/metric-metadata/kineticaexporter.yaml +++ b/metric-metadata/kineticaexporter.yaml @@ -6,7 +6,8 @@ status: development: [metrics, traces, logs] distributions: [] codeowners: - active: [am-kinetica, TylerHelmuth] + active: [TylerHelmuth] + emeritus: [am-kinetica] # TODO: Update the exporter to pass the tests diff --git a/metric-metadata/opensearchexporter.yaml b/metric-metadata/opensearchexporter.yaml index 0e251ae..04d160f 100644 --- a/metric-metadata/opensearchexporter.yaml +++ b/metric-metadata/opensearchexporter.yaml @@ -6,7 +6,8 @@ status: unmaintained: [traces, logs] distributions: [contrib] codeowners: - active: [Aneurysm9, MitchellGale, MaxKsyunz, YANG-DB] + active: [Aneurysm9] + emeritus: [MitchellGale, MaxKsyunz, YANG-DB] tests: expect_consumer_error: true diff --git a/metric-metadata/otelarrow.yaml b/metric-metadata/otelarrow.yaml index 0bd3137..56966ea 100644 --- a/metric-metadata/otelarrow.yaml +++ b/metric-metadata/otelarrow.yaml @@ -1,3 +1,28 @@ +type: otelarrow + status: + class: pkg + stability: + beta: [traces, metrics, logs] codeowners: active: [jmacd, moh-osman3] + +telemetry: + metrics: + otelarrow_admission_in_flight_bytes: + description: Number of bytes that have started processing but are not finished. + unit: By + enabled: true + sum: + monotonic: false + value_type: int + async: true + + otelarrow_admission_waiting_bytes: + description: Number of items waiting to start processing. + enabled: true + unit: By + sum: + monotonic: false + value_type: int + async: true diff --git a/metric-metadata/otelarrowreceiver.yaml b/metric-metadata/otelarrowreceiver.yaml index ab229b2..b9b3b23 100644 --- a/metric-metadata/otelarrowreceiver.yaml +++ b/metric-metadata/otelarrowreceiver.yaml @@ -7,29 +7,3 @@ status: distributions: [contrib, k8s] codeowners: active: [jmacd, moh-osman3] - -telemetry: - metrics: - otel_arrow_receiver_in_flight_bytes: - description: Number of bytes in flight - unit: By - enabled: true - sum: - monotonic: false - value_type: int - - otel_arrow_receiver_in_flight_items: - description: Number of items in flight - enabled: true - unit: "1" - sum: - monotonic: false - value_type: int - - otel_arrow_receiver_in_flight_requests: - description: Number of requests in flight - enabled: true - unit: "1" - sum: - monotonic: false - value_type: int diff --git a/metric-metadata/resourcedetectionprocessor.yaml b/metric-metadata/resourcedetectionprocessor.yaml index fee99b0..9e98d1f 100644 --- a/metric-metadata/resourcedetectionprocessor.yaml +++ b/metric-metadata/resourcedetectionprocessor.yaml @@ -4,6 +4,7 @@ status: class: processor stability: beta: [traces, metrics, logs] + development: [profiles] distributions: [contrib, k8s] codeowners: active: [Aneurysm9, dashpole] diff --git a/metric-metadata/splunkenterprisereceiver.yaml b/metric-metadata/splunkenterprisereceiver.yaml index e6329f5..6ead19f 100644 --- a/metric-metadata/splunkenterprisereceiver.yaml +++ b/metric-metadata/splunkenterprisereceiver.yaml @@ -31,10 +31,13 @@ attributes: description: The string value of the status returned when reporting on KV store using the introspection endpoint type: string splunk.kvstore.external: - description: Value denoting if the KV store is using an external service. + description: Value denoting if the KV store is using an external service type: string splunk.kvstore.storage.engine: - description: The backend storage used by the KV store. + description: The backend storage used by the KV store + type: string + splunk.searchartifacts.cache.type: + description: The search artifacts cache type type: string metrics: @@ -272,7 +275,7 @@ metrics: #'services/server/status/dispatch-artifacts' splunk.server.searchartifacts.adhoc: enabled: false - description: Gauge tracking number of ad hoc search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. + description: Gauge tracking number of ad hoc search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+. unit: "{search_artifacts}" gauge: monotonic: false @@ -281,7 +284,7 @@ metrics: attributes: [splunk.host] splunk.server.searchartifacts.scheduled: enabled: false - description: Gauge tracking number of scheduled search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. + description: Gauge tracking number of scheduled search artifacts currently on disk. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+. unit: "{search_artifacts}" gauge: monotonic: false @@ -290,7 +293,7 @@ metrics: attributes: [splunk.host] splunk.server.searchartifacts.completed: enabled: false - description: Gauge tracking number of artifacts currently on disk that belong to finished searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. + description: Gauge tracking number of artifacts currently on disk that belong to finished searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+. unit: "{search_artifacts}" gauge: monotonic: false @@ -299,7 +302,7 @@ metrics: attributes: [splunk.host] splunk.server.searchartifacts.incomplete: enabled: false - description: Gauge tracking number of artifacts currently on disk that belong to unfinished/running searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. + description: Gauge tracking number of artifacts currently on disk that belong to unfinished/running searches. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+. unit: "{search_artifacts}" gauge: monotonic: false @@ -308,7 +311,7 @@ metrics: attributes: [splunk.host] splunk.server.searchartifacts.invalid: enabled: false - description: Gauge tracking number of artifacts currently on disk that are not in a valid state, such as missing info.csv file, etc. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. + description: Gauge tracking number of artifacts currently on disk that are not in a valid state, such as missing info.csv file, etc. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+. unit: "{search_artifacts}" gauge: monotonic: false @@ -317,7 +320,25 @@ metrics: attributes: [splunk.host] splunk.server.searchartifacts.savedsearches: enabled: false - description: Gauge tracking, for the `splunk.server.searchartifacts.scheduled` number of scheduled search artifacts, how many different saved-searches they belong to. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. + description: Gauge tracking, for the `splunk.server.searchartifacts.scheduled` number of scheduled search artifacts, how many different saved-searches they belong to. Note:* Must be pointed at specific Search Head endpoint and gathers metrics from only that Search Head. Available in builds 9.1.2312.207+ and 9.3.x+. + unit: "{search_artifacts}" + gauge: + monotonic: false + aggregation_temporality: cumulative + value_type: int + attributes: [splunk.host] + splunk.server.searchartifacts.job.cache.size: + enabled: false + description: Gauge tracking, in megabytes, memory used to cache job status and job info of all search artifacts, available in builds 9.1.2312.207+ and 9.3.x+. + unit: "{mb}" + gauge: + monotonic: false + aggregation_temporality: cumulative + value_type: int + attributes: [splunk.host, splunk.searchartifacts.cache.type] + splunk.server.searchartifacts.job.cache.count: + enabled: false + description: Gauge tracking number search artifacts metadata stored in memory, available in builds 9.1.2312.207+ and 9.3.x+. unit: "{search_artifacts}" gauge: monotonic: false diff --git a/metric-metadata/tencentcloudlogserviceexporter.yaml b/metric-metadata/tencentcloudlogserviceexporter.yaml index e177cec..b63ded8 100644 --- a/metric-metadata/tencentcloudlogserviceexporter.yaml +++ b/metric-metadata/tencentcloudlogserviceexporter.yaml @@ -6,7 +6,8 @@ status: beta: [logs] distributions: [contrib] codeowners: - active: [wgliang, yiyang5055] + active: [wgliang] + emeritus: [yiyang5055] # TODO: Update the exporter to pass the tests tests: