Skip to content

Commit

Permalink
Improve the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsn committed Aug 17, 2017
1 parent fd2efd3 commit dac7054
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# dd-trace-go

The Datadog go tracing package. Currently requires at least Go 1.7.

[![CircleCI](https://circleci.com/gh/DataDog/dd-trace-go/tree/master.svg?style=svg)](https://circleci.com/gh/DataDog/dd-trace-go/tree/master)
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/DataDog/dd-trace-go/tracer)

Sample code: https://godoc.org/github.com/DataDog/dd-trace-go/tracer#pkg-examples
The Datadog go tracing package. Currently requires at least Go 1.7.

Sample code: https://godoc.org/github.com/DataDog/dd-trace-go/tracer#pkg-examples
List of integrations: https://godoc.org/github.com/DataDog/dd-trace-go/tracer#pkg-subdirectories

## Directory structure

- [tracer](https://github.com/DataDog/dd-trace-go/tree/gabin/contributions/tracer): contains the low level API used to trace the different libraries.
- [tracer](https://github.com/DataDog/dd-trace-go/tree/master/tracer): contains the low level API used to trace the different libraries.

- [libs](https://github.com/DataDog/dd-trace-go/tree/gabin/contributions/libs): contains the different libraries supported by our APM solution. You just
- [libs](https://github.com/DataDog/dd-trace-go/tree/master/libs): contains the different libraries supported by our APM solution.
5 changes: 5 additions & 0 deletions tracer/contrib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [DEPRECATED] Libraries supported for tracing

This folder will be dropped on the medium-term.

The new folder is [here](https://github.com/DataDog/dd-trace-go/tree/master/libs).

0 comments on commit dac7054

Please sign in to comment.