ayewo/highlight-php-sdk-test
最新稳定版本:v0.1.0-alpha
Composer 安装命令:
composer require ayewo/highlight-php-sdk-test
包简介
Highlight's OpenTelemetry SDK for PHP.
README 文档
README
Docs - Community (Support & Feedback) - Feature request - Bug report
highlight.io: The open-source, fullstack monitoring platform.
highlight.io is a monitoring tool for the next generation of developers (like you!). Unlike the age-old, outdated tools out there, we aim to build a cohesive, modern and fully-featured monitoring solution, something we wished WE had. And it's all open source :)
At a high level, highlight.io's feature set is:
We strive to make highlight.io as easy to install as a few lines of code in any environment.
Read more about our features, values and mission below, and get started at https://highlight.io today!
Highlight PHP SDK
Below are some examples demonstrating usage of the PHP SDK:
use Highlight\SDK\Common\HighlightOptions; use Highlight\SDK\Highlight; $projectId = '1jdkeo52'; // Use only a projectId to bootstrap Highlight if (!Highlight::isInitialized()) { Highlight::init($projectId); } // Use a HighlightOptions instance to bootstrap Highlight $options = HighlightOptions::builder($projectId)->build(); if (!Highlight::isInitialized()) { Highlight::initWithOptions($options); } // Use a HighlightOptions instance prepped with a serviceName to bootstrap Highlight $options = HighlightOptions::builder($projectId)->serviceName('test-service-01')->build(); if (!Highlight::isInitialized()) { Highlight::initWithOptions($options); }
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2024-02-17
