Metadata-Version: 1.2
Name: fast-trace
Version: 3.0.59
Summary: FAST Python Agent
Home-page: http://doc.mypaas.com.cn/fast/03_%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%8E%A2%E9%92%88%E9%9B%86%E6%88%90/%E7%AE%80%E4%BB%8B.html
Author: FAST
Author-email: yangzy02@mingyuanyun.com
License: Apache-2.0
Description: ======================
        天眼Python探针
        ======================
        
        
        "fast_tracker" base on Apache SkyWalking Python agent and Newrelic Python:
        
        https://github.com/newrelic/newrelic-python-agent
        
        https://github.com/apache/skywalking-python
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install fast-tracker
        
        Usage
        -----
        
        1. 配置好配置文件FastTracker.json.
        
        
        
        2. Validate the agent configuration and test the connection to our data collector service.
        
           .. code:: bash
        
              $ FAST_CONFIG_FILE=FastTracker.json fast-admin run-program $YOUR_COMMAND_OPTIONS
        
           Examples:
        
           .. code:: bash
        
              $ FAST_CONFIG_FILE=FastTracker.json FAST_STARTUP_DEBUG=true  fast-admin run-program hug -f app.py
        
        
        License
        -------
        
        FAST for Python is free-to-use, proprietary software. Please see the LICENSE file in the distribution for details on the FAST License agreement and the licenses of its dependencies.
        
        Copyright
        ---------
        
        Copyright (c) 2019-2020 FAST, Inc. All rights reserved.
Platform: UNKNOWN
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
