Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Fix(tsc-dsk): fix declare types (#109)
Browse files Browse the repository at this point in the history
* feat: log and trace sdk add

* feat: log and trace sdk add

* feat: add tsc log and metric sdk

* feat: add ignore file

* feat: model and api update

* feat: api update

* feat: test and update

* feat: names update

* chore: commonts update

* feat: name update

* feat: file rename

* feat: log and trace sdk add

* feat: log and trace sdk add

* feat: add tsc log and metric sdk

* feat: add ignore file

* feat: model and api update

* feat: api update

* feat: test and update

* feat: names update

* chore: commonts update

* feat: name update

* feat: file rename

* feat: change value can be null
  • Loading branch information
Qinyouzeng authored Jul 19, 2022
1 parent 511b45d commit e44383c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ValuesRequest
/// Match = "up", Lables=new string[]{ "instance=\"k8s-hz-001\"" }, last result is 'up{instance="k8s-hz-001"} for `Match`'
/// </summary>
[JsonIgnore]
public IEnumerable<string> Lables { get; set; }
public IEnumerable<string>? Lables { get; set; }

public DateTime Start { get; set; }

Expand Down

0 comments on commit e44383c

Please sign in to comment.