fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-08 09:50:21 +00:00
parent 4a67657b10
commit d5ffd321d5

View File

@ -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
*/