cls.proto cls go sdk Dec 2, 2021 cls_client.go add zstd 压缩算法 Apr 24, 2022 error.go cls go sdk Dec 2, 2021 error_code.go 支持access_token,增加user_agent Apr 13, 2022 go.mod add zstd 压缩算法 Apr 24, 2022 go.sum add
1 + package tencentcloud_cls_sdk_go 2 + 3 + import ( 4 + "sync" 5 + 6 + "github.com/klauspost/compress/zstd" 7 + ) 8 + 9 + const CompressionLevelDefault = -1000 10 + 11 + type ZstdEncoderParams struct { 12 + Level int 13 + } 14 + type ZstdDecod...
创建一个 Cls Client SDK 实例,SDK 支持以下格式创建:格式一(推荐):使用临时密钥进行日志上报。后端通过获取临时密钥给到前端,前端计算签名。import ClsClient from 'tencentcloud-cls-uploader-sdk' const clsClient = new ClsClient({ topicId: 'xxxx', region: 'ap-guangzhou', maxRetainDuration: 30, // ...
implementation(group: 'com.tencentcloudapi.cls', name: 'cls-network-diagnosis-reporter-android', version: '1.0.13') implementation(group: 'com.tencentcloudapi.cls', name: 'tencentcloud-cls-sdk-android', version: '1.0.13') 接入Android应用的网络数据所涉及的依赖包说明如下表所示。 tencentcloud-log...
tencentcloud_cls_sdk_dart 这是一个新的Flutter FFI插件项目。 使用步骤 1. 初始化插件 在使用插件之前,首先需要初始化Rust库。确保在main()函数中调用RustLib.init()。 awaitRustLib.init(); 2. 配置日志生产者 创建一个日志生产者实例,用于发送日志到腾讯云日志服务。以下是配置参数: ...
是否开启审计开关,默认不开启 开启集群审计后,会在日志服务CLS自动创建日志集和日志主题 也可以通过 cluster_audit_log_set_id、cluster_audit_log_topic_id 指定日志集 cluster_audit_log_set_id string 审计日志上传到的logset日志集 cluster_audit_log_topic_id ...
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cloudaudit v1.0.544 github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cls v1.0.860 github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.888 github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.624 github.co...
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/commonv1.0.949->v1.0.954 Warning Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Release Notes tencentcloud/tencentcloud-sdk-go (github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common) ...
codeboten deleted the renovate/github.com-tencentcloud-tencentcloud-sdk-go-tencentcloud-common-1.x branch August 20, 2024 16:50 github-actions bot added this to the next release milestone Aug 20, 2024 f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request...
mirrors_TencentCloud/tencentcloud-cls-sdk-java 代码Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 main 分支(8) 标签(16) 管理 管理 main feature/check_log_send_finished ...