Skip to content

Commit

Permalink
Merge pull request #66 from splunk/metadata-update-2024-12-01
Browse files Browse the repository at this point in the history
Merge metadata-update-2024-12-01 into main
  • Loading branch information
aurbiztondo-splunk authored Dec 1, 2024
2 parents 94e40bf + 9c02014 commit ad9168f
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 39 deletions.
3 changes: 2 additions & 1 deletion metric-metadata/awsemfexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion metric-metadata/azuredataexplorerexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions metric-metadata/k8sattributesprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status:
class: processor
stability:
beta: [logs, metrics, traces]
development: [profiles]
distributions: [contrib, k8s]
codeowners:
active: [dmitryax, fatsheep9146, TylerHelmuth]
Expand Down Expand Up @@ -113,6 +114,7 @@ resource_attributes:

tests:
config:
skip_lifecycle: true
goleak:
skip: true

Expand Down
3 changes: 2 additions & 1 deletion metric-metadata/kineticaexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion metric-metadata/opensearchexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions metric-metadata/otelarrow.yaml
Original file line number Diff line number Diff line change
@@ -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
26 changes: 0 additions & 26 deletions metric-metadata/otelarrowreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions metric-metadata/resourcedetectionprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status:
class: processor
stability:
beta: [traces, metrics, logs]
development: [profiles]
distributions: [contrib, k8s]
codeowners:
active: [Aneurysm9, dashpole]
37 changes: 29 additions & 8 deletions metric-metadata/splunkenterprisereceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion metric-metadata/tencentcloudlogserviceexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad9168f

Please sign in to comment.