@opentelemetry/resource-detector-instana
Version:
OpenTelemetry SDK resource detector for Instana
13 lines • 510 B
TypeScript
import { ResourceDetector, DetectedResource } from '@opentelemetry/resources';
declare class InstanaAgentDetector implements ResourceDetector {
readonly INSTANA_AGENT_DEFAULT_HOST = "localhost";
readonly INSTANA_AGENT_DEFAULT_PORT = 42699;
detect(): DetectedResource;
private _gatherData;
private timeout;
private _retryHandler;
private _fetchAgentData;
}
export declare const instanaAgentDetector: InstanaAgentDetector;
export {};
//# sourceMappingURL=InstanaAgentDetector.d.ts.map