Skip to content

Commit

Permalink
Update plugins/node/opentelemetry-plugin-mysql/src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <[email protected]>
  • Loading branch information
naseemkullah and dyladan authored Aug 8, 2020
1 parent efb93b3 commit c2dc696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-mysql/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import { Attributes } from '@opentelemetry/api';
import { AttributeNames } from './enums';
import { Query } from './types';
import { ConnectionConfig, PoolActualConfig } from 'mysql';
import type { ConnectionConfig, PoolActualConfig } from 'mysql';

/**
* Get a span name from a mysql query
Expand Down

0 comments on commit c2dc696

Please sign in to comment.