cdp monitoring python sdk
Project description
cdp-monitoring
fastapi prometheus + opentelemetry sdk
Install package
VERSION=0.1.0
pip install git+https://github.daumkakao.com/cdpdev/cdp-monitoring.git#${VERSION}
Usage
1. Tempo url 을 환경변수로 설정
설정되어 있지 않은 경우 모니터링도 비활성화
export TEMPO_URL=""
2. 모니터링 대상 FastAPI 앱을 init_monitoring 함수의 인자로 전달
# app 생성
from fastapi import FastAPI
app = FastAPI(title="My FastAPI App")
# 모니터링 설정 적용
from cdp_monitoring import init_monitoring
init_monitoring(app)
Uninstall package
pip uninstall cdp-monitoring
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdp_monitoring-0.2.0.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file cdp_monitoring-0.2.0.tar.gz
.
File metadata
- Download URL: cdp_monitoring-0.2.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac293abf48f854b165dcde43bfe41f7e9b1f67e6bf01be4446ff2c674f125ca6 |
|
MD5 | 6b78fb60146e4123efa8d4debd90f897 |
|
BLAKE2b-256 | f596083deefa0e85956abe17f2d52b52eba20385accc0a5908bae2789c2d06a2 |
File details
Details for the file cdp_monitoring-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: cdp_monitoring-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f248a6500180d3ecc456f862b119a760c5d2d50407e315bf3076a4c33d096dd4 |
|
MD5 | 2af5b7cbe0f3414c8c9ba89e320c8d64 |
|
BLAKE2b-256 | da5a112560d219f57f0435faab0eed10cbf5a5501747073b37c529a89ef8086c |