Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ssid (0.15 sec)

  1. common/scripts/tracing.sh

      # Always generate a new span ID
      local sid
      sid="$(tr -dc 'a-f0-9' < /dev/urandom | head -c 16)"
    
      # Execute the command they wanted with the propagation through TRACEPARENT
      if [[ $was_execution_trace == 1 ]]; then
        { set -x; } 2>/dev/null
      fi
    
      TRACEPARENT="00-${tid}-${sid}-01" "${@:2}"
      local result="$?"
      { set +x; } 2>/dev/null
    
      local end
    Shell Script
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Jul 28 15:25:47 GMT 2023
    - 4.1K bytes
    - Viewed (0)
  2. architecture/networking/pilot.md

            e-->ksi
            p-->kwi
        end
        subgraph ServiceEntry Controller
            se(ServiceEntry)
            we(WorkloadEntry)
            ssi(ServiceInstances)
            swi(WorkloadInstances)
            se-->ssi
            swi-->ssi
            we-->swi
        end
        kwi-->ssi
        swi-->ksi
    ```
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Feb 07 17:53:24 GMT 2024
    - 19.1K bytes
    - Viewed (0)
Back to top