Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Addorder tocoder_agent'smetadata fields #8487

Closed
Assignees
mtojek
@matifali

Description

@matifali

Currently, they are sorted alphanumerically.
So to get a desired order, one can name thekey filed as,

metadata {display_name="CPU Usage"key="0_cpu_usage"script="coder stat cpu"interval=10timeout=1  }metadata {display_name="RAM Usage"key="1_ram_usage"script="coder stat mem"interval=10timeout=1  }...

This will then follow the order. With theorder field available, we can do so with

metadata {display_name="CPU Usage"key="cpu_usage"order=1script="coder stat cpu"interval=10timeout=1  }metadata {display_name="RAM Usage"key="ram_usage"order=2script="coder stat mem"interval=10timeout=1  }...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp