feat: add pub & sub item for federation chart
This commit is contained in:
parent
65be8daa15
commit
a28daf7f44
5 changed files with 49 additions and 14 deletions
|
|
@ -8,6 +8,7 @@ export const schema = {
|
|||
'stalled': { uniqueIncrement: true, range: 'small' },
|
||||
'sub': { accumulate: true, range: 'small' },
|
||||
'pub': { accumulate: true, range: 'small' },
|
||||
'pubsub': { accumulate: true, range: 'small' },
|
||||
} as const;
|
||||
|
||||
export const entity = Chart.schemaToEntity(name, schema);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue