NGINX Management Suite Dimensions Catalog
    Information about all of the Dimensions collected by NGINX Agent
     
    
    
    acm_api_proxy_hostname
    
        
            
                | description | NGINX is commonly referred as Reverse Proxy, a proxy is configured with hostname to intercept traffic targeted at that hostname | 
            
                | type | string | 
        
    
    
    
    acm_api_proxy_name
    
        
            
                | description | NGINX is commonly referred as Reverse Proxy, a proxy is an abstraction to represent that NGINX proxy is configured with hostname and listeners to intercept traffic and follow routing instructions and proxy name identifies the proxy. | 
            
                | type | string | 
        
    
    
    
    acm_api_proxy_version
    
        
            
                | description | Proxy lifecycle is managed through versioning and the proxy version identifies a versioned proxy that is configured with hostname, listeners and routing instructions | 
            
                | type | string | 
        
    
    
    
    acm_environments_name
    
        
            
                | description | Environment is a logical grouping of proxies and associated physical infrastructure to host the proxies and environment name identifies the environment | 
            
                | type | string | 
        
    
    
    
    acm_environments_type
    
        
            
                | description | Type indicates usage of infrastructure in a production or non-production setting | 
            
                | type | string | 
        
    
    
    
    acm_infra_workspaces_name
    
        
            
                | description | Infrastructure represents physical infrastructure and an infra workspace is a logical concept introduced to segregate business units or teams and give ownership (BUs/LOBs) of their infrastructure | 
            
                | type | string | 
        
    
    
    
    acm_service_workspaces_name
    
        
            
                | description | Service represents an abstract networked function and a service workspace is a logical concept introduced to segregate business units or teams and give ownership (BUs/LOBs) of their services | 
            
                | type | string | 
        
    
    
    
    app
    
        
            
                | description | The UUID of an application. | 
            
                | type | string | 
        
    
    
    
    app_name
    
        
            
                | description | The name of the application. | 
            
                | type | string | 
        
    
    
    
    cache_zone
    
        
            
                | description | The name of the cache zone. | 
            
                | type | string | 
        
    
    
    
    component
    
        
            
                | description | The UUID of the component. | 
            
                | type | string | 
        
    
    
    
    component_name
    
        
            
                | description | The name of the component. | 
            
                | type | string | 
        
    
    
    
    deployment_uuid
    
        
            
                | description | “A unique identifier for each deployment of NGINX Config“ | 
            
                | type | string | 
        
    
    
    
    display_name
    
        
            
                | description | The display name of the NGINX instance | 
            
                | type | string | 
        
    
    
    
    environment
    
        
            
                | description | The UUID of the environment. | 
            
                | type | string | 
        
    
    
    
    environment_name
    
        
            
                | description | The name of the environment. | 
            
                | type | string | 
        
    
    
    
    error
    
        
            
                | description | “A string representation of error“ | 
            
                | type | string | 
        
    
    
    
    family
    
        
            
                | description | Showcases the family category of a given request, such as web or tcp-udp | 
            
                | type | string | 
        
    
    
    
    file_path
    
        
            
                | description | Path to a desired file. | 
            
                | type | string | 
        
    
    
    
    gateway
    
        
            
                | description | The UUID of the gateway. | 
            
                | type | string | 
        
    
    
    
    gateway_name
    
        
            
                | description | The name of the gateway. | 
            
                | type | string | 
        
    
    
    
    hostname
    
        
            
                | description | The hostname of the NGINX Plus instance. | 
            
                | type | string | 
        
    
    
    
    http.hostname
    
        
            
                | description | Hostname as provided in the 'Host' header field from client's request. | 
            
                | type | string | 
        
    
    
    
    http.request_method
    
        
            
                | description | The HTTP method of the request. For example, 'GET', 'POST', 'PUT'. | 
            
                | type | string | 
        
    
    
    
    http.response_code
    
        
            
                | description | The 3-digit HTTP response status code. For example, '200', '404', '302'. | 
            
                | type | string | 
        
    
    
    
    http.upstream_addr
    
        
            
                | description | The IP address and port, or the path to the UNIX-domain socket, of the upstream server. | 
            
                | type | string | 
        
    
    
    
    http.uri
    
        
            
                | description | The URI (path) section of the URL in a request. | 
            
                | type | string | 
        
    
    
    
    http.version_schema
    
        
            
                | description | The version of HTTP. | 
            
                | type | string | 
        
    
    
    
    instance
    
        
            
                | description | The name of the NGINX Plus instance. | 
            
                | type | string | 
        
    
    
    
    instance_group
    
        
            
                | description | The name of the NGINX instance group to manage set of instances that can be used for scaling and high availability. | 
            
                | type | string | 
        
    
    
    
    limit_conn_zone
    
        
            
                | description | The name of the Limit Connection zone. | 
            
                | type | string | 
        
    
    
    
    limit_req_zone
    
        
            
                | description | The name of the Limit Requests zone. | 
            
                | type | string | 
        
    
    
    
    location_zone
    
        
            
                | description | The name of an HTTP location zone. | 
            
                | type | string | 
        
    
    
    
    message
    
        
            
                | description | The transferred message with the event | 
            
                | type | string | 
        
    
    
    
    module
    
        
            
                | description | “A string representation of module which the events is generated“ | 
            
                | type | string | 
        
    
    
    
    mount_point
    
        
            
                | description | A filesystem mount point. | 
            
                | type | string | 
        
    
    
    
    network_interface
    
        
            
                | description | A server network interface. | 
            
                | type | string | 
        
    
    
    
    nginx_id
    
        
            
                | description | The unique identifier of the an nginx instance running on the dataplane. | 
            
                | type | string | 
        
    
    
    
    peer.address
    
        
            
                | description | The address of the peer server | 
            
                | type | string | 
        
    
    
    
    peer.name
    
        
            
                | description | The name of a peer in an Upstream. A peer name has the name of the server specified in server directive | 
            
                | type | string | 
        
    
    
    
    process_id
    
        
            
                | description | The ID of the worker process. | 
            
                | type | string | 
        
    
    
    
    proxied_protocol
    
        
            
                | description | The protocol the request used for proxying | 
            
                | type | string | 
        
    
    
    
    publication_uuid
    
        
            
                | description | “A unique identifier for each published NGINX Config“ | 
            
                | type | string | 
        
    
    
    
    server_zone
    
        
            
                | description | The name of an HTTP or Stream server zone. | 
            
                | type | string | 
        
    
    
    
    site
    
        
            
                | description | The UUID of the site. | 
            
                | type | string | 
        
    
    
    
    site_name
    
        
            
                | description | The name of the site. | 
            
                | type | string | 
        
    
    
    
    system.tags
    
        
            
                | description | System tags. | 
            
                | type | string | 
        
    
    
    
    system_id
    
        
            
                | description | The unique identifier of the the operating system where nginx-agent is running. | 
            
                | type | string | 
        
    
    
    
    upstream
    
        
            
                | description | The name of an HTTP or Stream upstream server group. | 
            
                | type | string | 
        
    
    
    
    upstream_zone
    
        
            
                | description | The name of the shared memory zone that keeps the groups configuration and run-time state | 
            
                | type | string | 
        
    
    
    
    zone
    
        
            
                | description | The name of the shared memory zone with slab allocator | 
            
                | type | string |