rename EtwManifestCache ->EtwManifestsCache

This commit is contained in:
Jason Gilbertson 2021-05-28 07:34:48 -04:00
Родитель a42ee209b5
Коммит aa2b8fc999
4 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -11,7 +11,7 @@
"ContainerFilter": null,
"DeleteCache": false,
"EndTimeStamp": null,
"EtwManifestCache": "./manifests",
"EtwManifestsCache": "./manifests",
"FileUris": [],
"GatherType": "trace",
"KustoCluster": null,

Просмотреть файл

@ -38,7 +38,7 @@ namespace CollectSFData.Common
public DateTimeOffset EndTimeUtc { get; set; }
public string EtwManifestCache { get; set; } = "./manifests";
public string EtwManifestsCache { get; set; } = Constants.EtwDefaultManifestsCache;
public bool Examples { get; private set; }

Просмотреть файл

@ -24,11 +24,13 @@ namespace CollectSFData.Common
public const string DtrZipExtension = ".dtr.zip";
public const string DumpExtension = ".dmp";
public const string EtlExtension = ".etl";
public const string EtwDefaultManifestsCache = "./manifests";
public const string EtwManifestExtension = ".man";
public const string EtwManifestsUrlIndex = "https://raw.githubusercontent.com/jagilber/CollectServiceFabricData/etlreader/manifests/index.json"; //"https://raw.githubusercontent.com/microsoft/CollectServiceFabricData/master/manifests/index.json";
public const string FalseStringPattern = @"(false|0|off|null)";
public const string JsonExtension = ".json";
public const string KustoUrlPattern = "https://(?<ingest>ingest-){1}(?<clusterName>.+?)\\.(?<location>.+?){0,1}\\.(?<domainName>.+?)/(?<databaseName>.+?){1}(/|$)";
public const string ManagementAzureCom = "https://management.azure.com";
public const string ManifestExtension = ".man";
public const int MaxCsvTransmitBytes = 1024 * 1024 * 100;
public const int MaxJsonTransmitBytes = 1024 * 1024 * 25;
public const int MaxResults = 5000;

Просмотреть файл

@ -297,7 +297,7 @@ namespace CollectSFData.DataFile.Tests
EndTimeStamp = DateTime.Now.ToString("O"),
GatherType = FileTypesEnum.trace.ToString(),
CacheLocation = tempPath,
EtwManifestCache = manifestPath,
EtwManifestsCache = manifestPath,
FileUris = new string[]
{
inputFile