Skip to content

Commit

Permalink
Metada update 2024-05-07
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed May 7, 2024
1 parent 7a448fa commit dc84934
Show file tree
Hide file tree
Showing 15 changed files with 115 additions and 22 deletions.
2 changes: 1 addition & 1 deletion metric-metadata/elasticsearchexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status:
beta: [traces, logs]
distributions: [contrib]
codeowners:
active: [JaredTan95, ycombinator]
active: [JaredTan95, ycombinator, carsonip]

tests:
config:
Expand Down
7 changes: 6 additions & 1 deletion metric-metadata/groupbytraceprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ status:
tests:
config:
goleak:
skip: true
ignore:
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
top: go.opencensus.io/stats/view.(*worker).start
# TODO: Regarding doWithTimeout ignore: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32572
any: github.com/open-telemetry/opentelemetry-collector-contrib/processor/groupbytraceprocessor.doWithTimeout.func1

9 changes: 9 additions & 0 deletions metric-metadata/healthcheckv2extension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: healthcheckv2

status:
class: extension
stability:
development: [extension]
distributions: []
codeowners:
active: [jpkrohling, mwear]
2 changes: 1 addition & 1 deletion metric-metadata/intervalprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ status:
distributions: []
warnings: [Statefulness]
codeowners:
active: [RichieSams]
active: [RichieSams, sh0rez]
tests:
config:
2 changes: 1 addition & 1 deletion metric-metadata/jaegerencodingextension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scope_name: otelcol/jaegerencoding
status:
class: extension
stability:
development: [extension]
alpha: [extension]
distributions: []
codeowners:
active: [MovieStoreGuy, atoulme]
Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/otlpencodingextension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scope_name: otelcol/otlpencoding
status:
class: extension
stability:
development: [ extension ]
alpha: [ extension ]
distributions: [ ]
codeowners:
active: [ dao-jun, VihasMakwana ]
Expand Down
2 changes: 0 additions & 2 deletions metric-metadata/remotetapprocessor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ status:

tests:
config:
goleak:
skip: true
13 changes: 13 additions & 0 deletions metric-metadata/roundrobinconnector.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
type: roundrobin
scope_name: otelcol/roundrobinconnector

status:
class: connector
stability:
beta: [traces_to_traces, metrics_to_metrics, logs_to_logs]
distributions: [contrib]
codeowners:
active: [bogdandrutu]

tests:
config:
19 changes: 19 additions & 0 deletions metric-metadata/sqlserverreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ attributes:
description: The page operation types.
type: string
enum: [read, write]
physical_filename:
description: The physical filename of the file being monitored.
type: string
logical_filename:
description: The logical filename of the file being monitored.
type: string
file_type:
description: The type of file being monitored.
type: string

metrics:
sqlserver.user.connection.count:
Expand Down Expand Up @@ -158,6 +167,16 @@ metrics:
unit: "{transactions}/s"
gauge:
value_type: double
sqlserver.database.io.read_latency:
enabled: false
description: Total time that the users waited for reads issued on this file.
unit: "s"
sum:
monotonic: true
aggregation_temporality: cumulative
value_type: double
attributes: [physical_filename, logical_filename, file_type]
extended_documentation: This metric is only available when the receiver is configured to directly connect to SQL Server.

tests:
config:
Expand Down
1 change: 0 additions & 1 deletion metric-metadata/sshcheckreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ status:
distributions: [contrib]
codeowners:
active: [nslaughter, codeboten]
unsupported_platforms: [windows]

resource_attributes:
ssh.endpoint:
Expand Down
5 changes: 5 additions & 0 deletions metric-metadata/sumologicexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ status:
# TODO: Update the exporter to pass the tests
tests:
skip_lifecycle: true
goleak:
ignore:
top:
# See https://github.com/census-instrumentation/opencensus-go/issues/1191 for more information.
- "go.opencensus.io/stats/view.(*worker).start"
66 changes: 55 additions & 11 deletions metric-metadata/vcenterreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ status:
alpha: [metrics]
distributions: [contrib]
codeowners:
active: [djaglowski, schmikei]
active: [djaglowski, schmikei, StefanKurek]
seeking_new: true

resource_attributes:
resource_attributes:
vcenter.datacenter.name:
description: The name of the vCenter datacenter.
enabled: false
type: string
warnings:
if_enabled_not_set: "this attribute will be enabled by default starting in release v0.101.0"
vcenter.cluster.name:
description: The name of the vCenter Cluster.
enabled: true
Expand All @@ -27,6 +33,18 @@ resource_attributes:
description: The inventory path of the resource pool.
enabled: true
type: string
vcenter.virtual_app.name:
description: The name of the vApp.
enabled: false
type: string
warnings:
if_enabled_not_set: "this attribute will be enabled by default starting in release v0.101.0"
vcenter.virtual_app.inventory_path:
description: The inventory path of the vApp.
enabled: false
type: string
warnings:
if_enabled_not_set: "this attribute will be enabled by default starting in release v0.101.0"
vcenter.datastore.name:
description: The name of the vCenter datastore.
enabled: true
Expand All @@ -39,6 +57,18 @@ resource_attributes:
description: The instance UUID of the virtual machine.
enabled: true
type: string
vcenter.vm_template.name:
description: The name of the virtual machine template.
enabled: false
type: string
warnings:
if_enabled_not_set: "this attribute will be enabled by default starting in release v0.101.0"
vcenter.vm_template.id:
description: The instance UUID of the virtual machine template.
enabled: false
type: string
warnings:
if_enabled_not_set: "this attribute will be enabled by default starting in release v0.101.0"

attributes:
disk_state:
Expand Down Expand Up @@ -73,11 +103,12 @@ attributes:
- received
vm_count_power_state:
name_override: power_state
description: Whether the virtual machines are powered on or off.
description: The current power state of the virtual machine.
type: string
enum:
- "on"
- "off"
- "suspended"
object_name:
name_override: object
description: The object on the virtual machine or host that is being reported on.
Expand Down Expand Up @@ -113,13 +144,14 @@ metrics:
attributes: []
vcenter.cluster.memory.effective:
enabled: true
description: The effective memory of the cluster. This value excludes memory from hosts in maintenance mode or are unresponsive.
description: The effective available memory of the cluster.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
extended_documentation: This value excludes memory from hosts that are either in maintenance mode or are unresponsive. It also excludes memory used by the VMware Service Console.
vcenter.cluster.memory.used:
enabled: true
description: The memory that is currently used by the cluster.
Expand All @@ -129,15 +161,28 @@ metrics:
value_type: int
aggregation_temporality: cumulative
attributes: []
warnings:
if_configured: this metric is unimplemented & will be removed starting in release v0.101.0
vcenter.cluster.vm.count:
enabled: true
description: the number of virtual machines in the cluster.
description: The number of virtual machines in the cluster.
unit: "{virtual_machines}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [vm_count_power_state]
vcenter.cluster.vm_template.count:
enabled: false
description: The number of virtual machine templates in the cluster.
unit: "{virtual_machine_templates}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
warnings:
if_enabled_not_set: "this metric will be enabled by default starting in release v0.101.0"
vcenter.cluster.host.count:
enabled: true
description: The number of hosts in the cluster.
Expand Down Expand Up @@ -364,13 +409,12 @@ metrics:
attributes: [object_name]
vcenter.vm.disk.throughput:
enabled: true
description: The throughput of the virtual machine's disk.
unit: By/sec
sum:
monotonic: false
description: Average number of kilobytes read from or written to the virtual disk each second.
unit: "{KiBy/s}"
gauge:
value_type: int
aggregation_temporality: cumulative
attributes: [object_name]
attributes: [disk_direction, object_name]
extended_documentation: As measured over the most recent 20s interval. Requires Performance Level 2.
vcenter.vm.network.throughput:
enabled: true
description: The amount of data that was transmitted or received over the network of the virtual machine.
Expand Down
3 changes: 2 additions & 1 deletion metric-metadata/windowsperfcountersreceiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ status:
beta: [metrics]
distributions: [contrib]
codeowners:
active: [dashpole]
active: [dashpole, alxbl]
seeking_new: true
unsupported_platforms: [darwin, linux]

tests:
Expand Down
2 changes: 1 addition & 1 deletion metric-metadata/winperfcounters.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
status:
codeowners:
active: [dashpole, Mrod1598, BinaryFissionGames]
active: [dashpole, Mrod1598, BinaryFissionGames, alxbl]
2 changes: 1 addition & 1 deletion metric-metadata/zipkinencodingextension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scope_name: otelcol/zipkinencoding
status:
class: extension
stability:
development: [extension]
alpha: [extension]
distributions: []
codeowners:
active: [MovieStoreGuy, dao-jun]
Expand Down

0 comments on commit dc84934

Please sign in to comment.