Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/OpenShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NVIDIA/OpenShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pull-request/2647
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Aug 14, 2026

  1. feat(gateway): add installation name configuration

    Add a first-class operator-assigned gateway name with TOML, CLI, environment, and Helm configuration surfaces. Local gateways default to openshell, while Helm defaults to the chart fullname; operators sharing a collector across namespaces or clusters can set a globally distinct name.
    
    Signed-off-by: Kris Hicks <khicks@nvidia.com>
    krishicks committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    89e022e View commit details
    Browse the repository at this point in the history
  2. feat(gateway): identify gateways in exported traces

    Attach the configured gateway installation name and compute driver to the
    gateway OpenTelemetry resource so operators can filter traces from multiple
    installations that share a collector. Forward the gateway name and OTLP
    endpoint to managed external drivers so their distinct service resources carry
    the same installation identity.
    
    Keep service.name stable per process type, omit blank resource values, and
    leave per-span operation names and request attributes unchanged.
    
    Refs #2507
    
    Signed-off-by: Kris Hicks <khicks@nvidia.com>
    krishicks committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    fcc0678 View commit details
    Browse the repository at this point in the history
Loading