Stardust.Continuum.Client
2.0.1
See the version list below for details.
dotnet add package Stardust.Continuum.Client --version 2.0.1
NuGet\Install-Package Stardust.Continuum.Client -Version 2.0.1
<PackageReference Include="Stardust.Continuum.Client" Version="2.0.1" />
paket add Stardust.Continuum.Client --version 2.0.1
#r "nuget: Stardust.Continuum.Client, 2.0.1"
// Install Stardust.Continuum.Client as a Cake Addin #addin nuget:?package=Stardust.Continuum.Client&version=2.0.1 // Install Stardust.Continuum.Client as a Cake Tool #tool nuget:?package=Stardust.Continuum.Client&version=2.0.1
#Continuum
plural continuaplay -yü-ə\ also continuums
1: a coherent whole characterized as a collection, sequence, or progression of values or elements varying by minute degrees “good” and “bad” … stand at opposite ends of a continuum instead of describing the two halves of a line — Wayne Shumaker
2: the set of real numbers including both the rationals and the irrationals; broadly : a compact set which cannot be separated into two sets neither of which contains a limit point of the other
In modern SOA or micro services architectures we spread processing and handling of user request across multiple machines and instances making debugging and troubleshooting harder. This tool allows all instances to stream log entries to a centralized service. The developers can on their side connect to the Continuum UI and watch all entries flow through the system, pause if anything interesting happens to investigate further.
##Service setup:
Download the web deployment package here: Web Deploy Package
Follow the instructions: How to: Install a Deployment Package
Add your projects and environments in the web.config file.
- <add key="project.environment" value="apikey"/ >
Add Authentication
- <add key="authority" value="azure ad url or adfs 2016 url"/ >
- <add key="clientId" value="appId from IDP"/ >
##Usage:
Direct
LogStreamConfig.ApiKey = apiKeyFromConfig;//only once per app instance
await ProxyFactory.CreateInstance<ILogStream>(serviceUrl).AddAddStream(projectIdentifier, environmentName,new StreamItem{});
Wrapper client:
Initialization
//Initialization, can also be added in config AppSettings section (see trailing comment);
ContinuumClient.BaseUrl=serviceUrl; // <add key="continuum:apiUrl" value="https://http://continuumdemo.azurewebsites.net/"/>
ContinuumClient.Project=projectIdentifier; // <add key="continuum:project" value="test"/>
ContinuumClient.Environment=environmentName; // <add key="continuum:environment" value="test"/>
ContinuumClient.ApiKey=apiKeyFromConfig; // <add key="continuum:apiKey" value="test123"/>
Add to stream
//Write to log stream. This call does not block the execution of the main process.
ContinuumClient.AddStream(new StreamItem{ Message="this is a new log entry. added as a sample", LogLevel=LogLevels.Debug, UserName=User.Name, CorrelationToken=ActivityId});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Primitives (>= 2.0.0)
- Stardust.Interstellar.Rest (>= 3.0.0.4)
- Stardust.Interstellar.Rest.Annotations (>= 2.0.0.2)
- Stardust.Particles (>= 4.0.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Stardust.Continuum.Client:
Package | Downloads |
---|---|
Stardust.Continuum.Log4Net
log4net appender for the continuum live log stream tool |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.5.2 | 4,458 | 5/23/2022 |
3.0.1 | 3,590 | 2/24/2021 |
2.4.0 | 4,753 | 8/20/2019 |
2.3.1 | 535 | 8/19/2019 |
2.2.2 | 3,247 | 12/3/2018 |
2.2.1 | 2,187 | 10/1/2018 |
2.1.1 | 1,266 | 7/5/2018 |
2.1.0 | 986 | 6/27/2018 |
2.1.0-pre003 | 849 | 6/25/2018 |
2.1.0-pre001 | 889 | 4/10/2018 |
2.0.1 | 1,120 | 3/6/2018 |
2.0.1-pre0002 | 868 | 3/5/2018 |
2.0.1-pre0001 | 919 | 2/23/2018 |
2.0.0-pre | 916 | 12/13/2017 |
1.2.5 | 5,596 | 6/19/2017 |
1.2.3 | 4,303 | 5/22/2017 |
1.2.1 | 4,263 | 2/21/2017 |
1.2.0 | 998 | 2/20/2017 |
1.1.0 | 1,013 | 1/30/2017 |
1.0.0.3-alpha1 | 1,436 | 1/25/2017 |
1.0.0.2-alpha1 | 963 | 1/23/2017 |
netstandard version