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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 | 977 | 5/23/2022 |
3.0.1 | 1,734 | 2/24/2021 |
2.4.0 | 4,629 | 8/20/2019 |
2.3.1 | 428 | 8/19/2019 |
2.2.2 | 3,135 | 12/3/2018 |
2.2.1 | 1,906 | 10/1/2018 |
2.1.1 | 1,094 | 7/5/2018 |
2.1.0 | 834 | 6/27/2018 |
2.1.0-pre003 | 737 | 6/25/2018 |
2.1.0-pre001 | 774 | 4/10/2018 |
2.0.1 | 940 | 3/6/2018 |
2.0.1-pre0002 | 752 | 3/5/2018 |
2.0.1-pre0001 | 799 | 2/23/2018 |
2.0.0-pre | 780 | 12/13/2017 |
1.2.5 | 4,518 | 6/19/2017 |
1.2.3 | 3,644 | 5/22/2017 |
1.2.1 | 4,014 | 2/21/2017 |
1.2.0 | 863 | 2/20/2017 |
1.1.0 | 847 | 1/30/2017 |
1.0.0.3-alpha1 | 1,293 | 1/25/2017 |
1.0.0.2-alpha1 | 856 | 1/23/2017 |
netstandard version