Skip to content

Commit 293d769

Browse files
authored
[chore] [receiver/splunkenterprise] Add missing stability level (#43946)
Add missing stability level to splunk.license.expiration.seconds_remaining metric to unblock core upgrade
1 parent 9784adc commit 293d769

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

receiver/splunkenterprisereceiver/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@ This is the overall status of the kvstore for the given deployment.
434434

435435
Gauge tracking the seconds remaining on any given Splunk License found via Splunk API. **Note:** This will only work on a Cluster Manager.
436436

437-
| Unit | Metric Type | Value Type |
438-
| ---- | ----------- | ---------- |
439-
| {seconds} | Gauge | Int |
437+
| Unit | Metric Type | Value Type | Stability |
438+
| ---- | ----------- | ---------- | --------- |
439+
| {seconds} | Gauge | Int | development |
440440

441441
#### Attributes
442442

receiver/splunkenterprisereceiver/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ metrics:
306306
attributes: [splunk.kvstore.storage.engine, splunk.kvstore.external, splunk.kvstore.status.value, splunk.splunkd.build, splunk.splunkd.version]
307307
splunk.license.expiration.seconds_remaining:
308308
enabled: false
309+
stability:
310+
level: development
309311
description: Gauge tracking the seconds remaining on any given Splunk License found via Splunk API. **Note:** This will only work on a Cluster Manager.
310312
unit: "{seconds}"
311313
gauge:

0 commit comments

Comments
 (0)