代码拉取完成,页面将自动刷新
declare module '@sourcegraph/lightstep-tracer-webworker' {
import SpanImp from '@sourcegraph/lightstep-tracer-webworker/lib/imp/span_imp'
import * as opentracing from 'opentracing'
export interface TracerOptions {
/** the project access token */
access_token: string
/** the string identifier for the application, service, or process */
component_name: string
/**
* controls the level of logging to the console
*
* - 0 - the client library will never log to the console
* - 1 - error reporting will be throttled to the first error per minute
* - 2 - all errors are logged to the console
* - 3 - all errors, warnings, and info statements are logged to the console
* - 4 - all log statements, including debugging details
*
* @default 1
*/
verbosity?: number
/** custom collector hostname */
collector_host?: string
/** custom collector port */
collector_port?: number
/** custom collector base path (if served behind a reverse proxy) */
collector_path?: string
}
export class Tracer extends opentracing.Tracer {
constructor(options: TracerOptions)
public startSpan(name: string, options?: opentracing.SpanOptions): SpanImp
}
}
declare module '@sourcegraph/lightstep-tracer-webworker/lib/imp/span_imp' {
import * as opentracing from 'opentracing'
export default class SpanImp extends opentracing.Span {
public generateTraceURL(): string
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。