Skip to content

Commit 1986bd1

Browse files
committed
First draft for a repo README
1 parent 1fa6863 commit 1986bd1

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# python-sensor
1+
<div align="center">
2+
<img src="https://disznc.s3.amazonaws.com/Python-1-2017-06-29-at-22.34.00.png"/>
3+
</div>
4+
5+
# Instana
6+
7+
The Instana package provides Python metrics and traces (request, queue & cross-host) for [Instana](https://www.instana.com/).
8+
9+
## Note
10+
11+
This package supports Python 2.7 or greater.
12+
13+
Any and all feedback is welcome. Happy Python visibility.
14+
15+
## Installation
16+
17+
$ pip install instana
18+
19+
## Usage
20+
21+
The instana package is a zero configuration tool that will automatically collect key metrics from your Python processes. Just install and go.
22+
23+
## Tracing
24+
25+
This Python package supports [OpenTracing](http://opentracing.io/).
26+
27+
## Documentation
28+
29+
You can find more documentation covering supported components and minimum versions in the Instana [documentation portal](https://instana.atlassian.net/wiki/display/DOCS/Python).
30+
31+
## Contributing
32+
33+
Bug reports and pull requests are welcome on GitHub at https://github.com/instana/python-sensor.
34+
35+
## More
36+
37+
Want to instrument other languages? See our [Nodejs instrumentation](https://github.com/instana/nodejs-sensor), [Go instrumentation](https://github.com/instana/golang-sensor), [Ruby instrumentation](https://github.com/instana/ruby-sensor) or [many other supported technologies](https://www.instana.com/supported-technologies/).

0 commit comments

Comments
 (0)