fix(core): update
This commit is contained in:
parent
4a67657b10
commit
d5ffd321d5
@ -62,6 +62,11 @@ export interface ILogCorrelation {
|
||||
* the type of this log
|
||||
*/
|
||||
type: 'none' | 'service' | 'build' | 'infrastructure' | 'cdn';
|
||||
/**
|
||||
* the instance on which the log is created
|
||||
* use it for pinning logs to a certain instance in a cluster
|
||||
*/
|
||||
instance?: string;
|
||||
/**
|
||||
* a series of logs
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user