File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" https://disznc.s3.amazonaws.com/Python-1-2017-06-29-at-22.34.00.png " />
3
3
</div >
4
4
5
- # Stan
5
+ # Instana
6
6
7
- The stan package provides Python metrics and traces (request, queue & cross-host) for [ Instana] ( https://www.instana.com/ ) .
7
+ The instana package provides Python metrics and traces (request, queue & cross-host) for [ Instana] ( https://www.instana.com/ ) .
8
8
9
9
## Note
10
10
@@ -14,11 +14,11 @@ Any and all feedback is welcome. Happy Python visibility.
14
14
15
15
## Installation
16
16
17
- $ pip install stan
17
+ $ pip install instana
18
18
19
19
## Usage
20
20
21
- The stan package is a zero configuration tool that will automatically collect key metrics from your Python processes. Just install and go.
21
+ The instana package is a zero configuration tool that will automatically collect key metrics from your Python processes. Just install and go.
22
22
23
23
## Tracing
24
24
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- setup (name = 'stan ' ,
3
+ setup (name = 'instana ' ,
4
4
version = '0.0.1' ,
5
5
url = 'https://github.com/instana/python-sensor' ,
6
6
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments