Skip to content

seamlyapp/ex_correlation_vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Correlation Vector

CorrelationVector provides the Elixir implementation of the Microsoft CorrelationVector protocol for tracing and correlation of events through a distributed system.

This is a (partial) port of the JavaScript library provided by Microsoft.

Caveats

  • Only V2 is implemented
  • The Spin operation has not been implemented

Installation

If available in Hex, the package can be installed by adding ex_correlation_vector to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_correlation_vector, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_correlation_vector.

About

Port of Microsoft Correlation Vector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages