CMDB classes targeted in Service Graph Connector for OpenTelemetry
Summarize
Summary of CMDB Classes Targeted in Service Graph Connector for OpenTelemetry
The Service Graph Connector for OpenTelemetry enables ServiceNow customers to integrate with ServiceNow Cloud Observability, allowing periodic data pulls that populate various Configuration Management Database (CMDB) tables. This integration is essential as it helps maintain accurate and up-to-date configuration items.
Show less
Note that starting with the Australia release, this connector is being prepared for future deprecation; it will no longer be installed on new instances but will remain supported.
Key Features
- Calculated Application Service [cmdbciservicecalculated]:
- Attributes: servicepopulator, name, hidefromdashboard, operationalstatus, populatorstatus, type.
- Relationships: Connects with Kubernetes Deployment and Docker Container.
- Docker Container [cmdbcidockercontainer]:
- Attributes: containerid, installstatus, name.
- Kubernetes Cluster [cmdbcikubernetescluster]:
- Attributes: name, namespace, installstatus, k8suid.
- Relationships: Includes Kubernetes Node, Pod, Namespace, Service, and Cronjob.
- Kubernetes Cronjob [cmdbcikubernetescronjob]:
- Attributes: cluster, name, namespace, installstatus.
- Kubernetes DaemonSet [cmdbcikubernetesdaemonset]:
- Attributes: cluster, name, namespace, installstatus.
- Kubernetes Deployment [cmdbcikubernetesdeployment]:
- Attributes: cluster, name, namespace, installstatus.
- Relationships: Connects with Kubernetes Node and ReplicaSet.
- Kubernetes Job [cmdbcikubernetesjob]:
- Attributes: cluster, k8suid, name, namespace, installstatus.
- Kubernetes Namespace [cmdbcikubernetesnamespace]:
- Attributes: cluster, name, installstatus.
- Kubernetes Node [cmdbcikubernetesnode]:
- Attributes: k8suid, name, installstatus, namespace, cluster.
- Kubernetes Pod [cmdbcikubernetespod]:
- Attributes: name, installstatus, cluster, k8suid, namespace, ipaddress, startdate.
- Kubernetes ReplicaSet [cmdbcikubernetesreplicaset]:
- Attributes: k8suid, name, namespace, installstatus, cluster.
- Kubernetes Service [cmdbcikubernetesservice]:
- Attributes: name, namespace, installstatus.
- Kubernetes StatefulSet [cmdbcikubernetesstatefulset]:
- Attributes: name, cluster, namespace, installstatus.
- Server [cmdbciserver]:
- Attribute: name.
Key Outcomes
By utilizing the Service Graph Connector for OpenTelemetry, ServiceNow customers can enhance their CMDB by ensuring that critical data regarding cloud observability and Kubernetes resources are accurately captured and maintained. This integration allows for better visibility and management of services within the organization's IT infrastructure, ultimately supporting improved operational efficiency and decision-making.
When you complete setting up the connection, you can configure the integration to periodically pull data from ServiceNow Cloud Observability (formerly Lightstep). The data is saved in tables that extend from the Configuration item [cmdb_ci] table.
Calculated Application Service [cmdb_ci_service_calculated]
| Attribute label | Attribute name |
|---|---|
| Service Populator | service_populator |
| Name | name |
| Hide from dashboard | hide_from_dashboard |
| Operational status | operational_status |
| Service Populator Status | populator_status |
| Service Type | type |
| Parent class | Relationship type | Child class |
|---|---|---|
| Calculated Application Service [cmdb_ci_service_calculated] | Connects to::Connected by | Kubernetes Deployment [cmdb_ci_kubernetes_deployment] |
| Calculated Application Service [cmdb_ci_service_calculated] | Connects to::Connected by | Calculated Application Service [cmdb_ci_service_calculated] |
| Calculated Application Service [cmdb_ci_service_calculated] | Reference | Key Value [cmdb_key_value] |
Docker Container [cmdb_ci_docker_container]
| Attribute label | Attribute name |
|---|---|
| Container id | container_id |
| Install Status | install_status |
| Name | name |
Docker Image [cmdb_ci_docker_image]
| Attribute label | Attribute name |
|---|---|
| Image id | image_id |
| Install Status | install_status |
| Name | name |
Key Value [cmdb_key_value]
| Attribute label | Attribute name |
|---|---|
| Key | key |
| Value | value |
Kubernetes Cluster [cmdb_ci_kubernetes_cluster]
| Attribute label | Attribute name |
|---|---|
| Name | name |
| Namespace | namespace |
| Install Status | install_status |
| Kubernetes UID | k8s_uid |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Cluster of::Cluster | Kubernetes Node [cmdb_ci_kubernetes_node] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Contains::Contained by | Kubernetes Pod [cmdb_ci_kubernetes_pod] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Contains::Contained by | Kubernetes Namespace [cmdb_ci_kubernetes_namespace] |
| Kubernetes Cluster [cmdb_ci_kubernetes_cluster] | Contains::Contained by | Kubernetes Service [cmdb_ci_kubernetes_service] |
Kubernetes Cronjob [cmdb_ci_kubernetes_cronjob]
| Attribute label | Attribute name |
|---|---|
| Kubernetes Cluster | cluster |
| Name | name |
| Namespace | namespace |
| Install Status | install_status |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Cronjob [cmdb_ci_kubernetes_cronjob] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Cronjob [cmdb_ci_kubernetes_cronjob] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes DaemonSet [cmdb_ci_kubernetes_daemonset]
| Attribute label | Attribute name |
|---|---|
| Kubernetes Cluster | cluster |
| Name | name |
| Namespace | namespace |
| Install Status | install_status |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes DaemonSet [cmdb_ci_kubernetes_daemonset] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes DaemonSet [cmdb_ci_kubernetes_daemonset] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes Deployment [cmdb_ci_kubernetes_deployment]
| Attribute label | Attribute name |
|---|---|
| Kubernetes Cluster | cluster |
| Name | name |
| Namespace | namespace |
| Install Status | install_status |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Connects to::Connected by | Kubernetes Node [cmdb_ci_kubernetes_node] |
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Connects to::Connected by | Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] |
| Kubernetes Deployment [cmdb_ci_kubernetes_deployment] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes Job [cmdb_ci_kubernetes_job]
| Attribute label | Attribute name |
|---|---|
| Kubernetes Cluster | cluster |
| Kubernetes UID | k8s_uid |
| Name | name |
| Namespace | namespace |
| Install Status | install_status |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Job [cmdb_ci_kubernetes_job] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes Job [cmdb_ci_kubernetes_job] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes Namespace [cmdb_ci_kubernetes_namespace]
| Attribute label | Attribute name |
|---|---|
| Kubernetes Cluster | cluster |
| Name | name |
| Install Status | install_status |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Namespace [cmdb_ci_kubernetes_namespace] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes Node [cmdb_ci_kubernetes_node]
| Attribute label | Attribute name |
|---|---|
| Kubernetes UID | k8s_uid |
| Name | name |
| Install Status | install_status |
| Namespace | namespace |
| Kubernetes Cluster | cluster |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Node [cmdb_ci_kubernetes_node] | Hosted on::Hosts | Server [cmdb_ci_server] |
| Kubernetes Node [cmdb_ci_kubernetes_node] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes Pod [cmdb_ci_kubernetes_pod]
| Attribute label | Attribute name |
|---|---|
| Name | name |
| Install Status | install_status |
| Kubernetes Cluster | cluster |
| Kubernetes UID | k8s_uid |
| Namespace | namespace |
| IP Address | ip_address |
| Start date | start_date |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes Pod [cmdb_ci_kubernetes_pod] | Contains::Contained by | Docker Image [cmdb_ci_docker_image] |
| Kubernetes Pod [cmdb_ci_kubernetes_pod] | Contains::Contained by | Docker Container [cmdb_ci_docker_container] |
| Kubernetes Pod [cmdb_ci_kubernetes_pod] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset]
| Attribute label | Attribute name |
|---|---|
| Kubernetes UID | k8s_uid |
| Name | name |
| Namespace | namespace |
| Install Status | install_status |
| Kubernetes Cluster | cluster |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] | Connects to::Connected by | Kubernetes Node [cmdb_ci_kubernetes_node] |
| Kubernetes ReplicaSet [cmdb_ci_kubernetes_replicaset] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Kubernetes Service [cmdb_ci_kubernetes_service]
| Attribute label | Attribute name |
|---|---|
| Name | name |
| Namespace | namespace |
| Install Status | install_status |
Kubernetes StatefulSet [cmdb_ci_kubernetes_statefulset]
| Attribute label | Attribute name |
|---|---|
| Name | name |
| Kubernetes Cluster | cluster |
| Namespace | namespace |
| Install Status | install_status |
| Parent class | Relationship type | Child class |
|---|---|---|
| Kubernetes StatefulSet [cmdb_ci_kubernetes_statefulset] | Hosted on::Hosts | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
| Kubernetes StatefulSet [cmdb_ci_kubernetes_statefulset] | Reference | Kubernetes Cluster [cmdb_ci_kubernetes_cluster] |
Server [cmdb_ci_server]
| Attribute label | Attribute name |
|---|---|
| Name | name |