• Stars
    star
    116
  • Rank 294,788 (Top 6 %)
  • Language SCSS
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenTracing website

Build Status Join gitter channel

opentracing.io - ARCHIVED

The OpenTracing project is archived. Learn how to migrate to OpenTelemetry.

This repository contains the source code for http://opentracing.io website.

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

License

Copyright (c) 2016-present, The OpenTracing Authors.

Licensed under the Apache License, Version 2.0.

By contributing to opentracing.io, you agree that your contributions will be licensed under its Apache 2.0 License.

Updating the Docs

If you'd like to work on the website locally, first install Hugo and a fork this repository:

Once hugo is installed, you can build the website. First, open up a terminal, navigate to the directory you would like to work in, and clone your fork of this repository.

git clone https://github.com/YOUR_USERNAME/opentracing.io.git
cd opentracing.io

Build the website using make:

make

One the site is setup, you can start the site locally in development mode:

make serve

Navigate to http://localhost:1313/ to see the site. Any content changes you make will automatically appear.

That's it! Most articles can be found in the /content directory, and are written in Markdown. For basic changes, use the following flow:

  • edit the markdown files directly
  • commit and push to your fork
  • make a pull request

For larger structral changes, please see the Hugo Documentation.

More Repositories

1

opentracing-go

OpenTracing API for Go. πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
Go
3,489
star
2

opentracing-java

OpenTracing API for Java. πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
Java
1,679
star
3

specification

A place to document (and discuss) the OpenTracing specification. πŸ›‘ This project is DEPRECATED! https://github.com/opentracing/specification/issues/163
1,173
star
4

opentracing-javascript

OpenTracing API for Javascript (both Node and browser). πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
TypeScript
1,087
star
5

opentracing-python

OpenTracing API for Python. πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
Python
755
star
6

opentracing-csharp

OpenTracing API for C# (.NET). πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
C#
520
star
7

opentracing-php

OpenTracing API for PHP
PHP
505
star
8

opentracing-cpp

OpenTracing API for C++. πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
C++
319
star
9

opentracing-ruby

OpenTracing API for Ruby
Ruby
172
star
10

basictracer-go

Basic implementation of the OpenTracing API for Go. πŸ›‘ This library is DEPRECATED!
Go
81
star
11

opentracing-rust

OpenTracing API for Rust
Rust
77
star
12

opentracing-c

ANSI C API for OpenTracing
C
33
star
13

opentracing-lua

OpenTracing API for Lua
Lua
28
star
14

opentracing-objc

OpenTracing API for Objective-C. πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
Objective-C
28
star
15

basictracer-python

The Python implementation of the "BasicTracer" reference implementation. πŸ›‘ This library is DEPRECATED!
Python
26
star
16

opentracing-swift

This is a prototype OpenTracing API for the Swift language. This is intended to explore and validate decisions about implementing the OpenTracing API in Swift.
Swift
17
star
17

lua-bridge-tracer

Provides an implementation of the Lua OpenTracing API on top of the C++ API
C++
14
star
18

basictracer-csharp

Reference implementation of OpenTracing API in C#
12
star
19

documentation

Please see opentracing.io repo instead
7
star
20

basictracer-javascript

JavaScript
7
star
21

contrib

A place (or, really, a pointer) for community contributions to OpenTracing
5
star
22

opentracing-java-v030

Backwards compatibility layer for Java v0.30
Java
3
star
23

c-bridge-tracer

Experimental C binding for C++ tracers
1
star