You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
In HealthReportEntry, I would like the data field to be populated even in a healthy case.
The Data field should be populated with the health check type & some additional meta data obtained from the options. At the same time other key OTEL information about db should be populated
When comparisons are occurring a threshold, both the current value and threshold should be returned.
the keys in the data properties should be following open telemetry semantic conventions with the key areas being:
event.name = database.healthcheck where name is constructed using {{eventCategory}}.{{eventType}}
healthcheck.name = the name of the healthcheck
healthcheck.task = online/ready
db.system = the name of the db provider as already defined in the semantic conventions
where possible we should also be setting
db.namespace
db.collection.name
db.query.text
server.address
server.port
client.address
network.protocol.name
network.protocol.version
network.transport
Why is this needed:
Allows for more contextual information about health checks to be recorded/captured
The text was updated successfully, but these errors were encountered:
thompson-tomo
changed the title
A healthy check should be returning more information
A healthy check should be utilising the data property
Jun 1, 2024
thompson-tomo
changed the title
A healthy check should be utilising the data property
The db healthy check should be utilising the data property to store key information
Jun 1, 2024
What would you like to be added:
In HealthReportEntry, I would like the data field to be populated even in a healthy case.
The Data field should be populated with the health check type & some additional meta data obtained from the options. At the same time other key OTEL information about db should be populated
When comparisons are occurring a threshold, both the current value and threshold should be returned.
the keys in the data properties should be following open telemetry semantic conventions with the key areas being:
where possible we should also be setting
Why is this needed:
Allows for more contextual information about health checks to be recorded/captured
Additional Information
Request for semantic conventions has been submitted via: open-telemetry/semantic-conventions#1106
The text was updated successfully, but these errors were encountered: