Skip to content

YAML schemas: _extend #543

Description

@PaulRalnikov

Нужна поддержка технического поля _extend для схем.

Вид схемы:

<scheme-description>
_extend: <extend-scheme-path>

То есть берем схему и к ее полям докидываем схему, расположенную по пути <extend-scheme-path>.

Примеры:

type: swift
base_target: 20000ns
metrics_filters:
  cwnd: false

За счет дефолтвов работает и так:

type: tahoe
threshold: 5000ns
from: start-device
to: end-device
latency: 0ns
throughput: 100Gbps
ingress_buffer_size: 64KB
egress_buffer_size: 64KB
from: start-device-2
to: end-device-2
latency: 0ns
throughput: 100Gbps
ingress_buffer_size: 64KB
egress_buffer_size: 64KB

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions