How to use the workit-core.JaegerTracerService function in workit-core

To help you get started, we’ve selected a few workit-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github VilledeMontreal / workit / packages / workit-camunda / sample / config.ts View on Github external
/*!
 * Copyright (c) 2019 Ville de Montreal. All rights reserved.
 * Licensed under the MIT license.
 * See LICENSE file in the project root for full license information.
 */

import { JaegerTracerService } from 'workit-core';

export const tracerService = new JaegerTracerService({
    serviceName: 'Workit DEMO',
    host: 'localhost',
    port: 6832,

});
tracerService.start();

workit-core

This package provides default and no-op implementations of the WorkIt types for client packages.

MIT
Latest version published 4 years ago

Package Health Score

51 / 100
Full package analysis