Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloprestes committed Sep 11, 2023
1 parent 7c60446 commit b348406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ import { KoaInstrumentationConfig } from './types';
import { VERSION } from './version';
import { getMiddlewareMetadata, isLayerIgnored } from './utils';
import { getRPCMetadata, RPCType } from '@opentelemetry/core';
import { KoaMiddleware,
import {
KoaMiddleware,
KoaLayerType,
KoaContext,
kLayerPatched,
KoaPatchedMiddleware
KoaPatchedMiddleware,
} from './internal-types';

/** Koa instrumentation for OpenTelemetry */
Expand Down
4 changes: 1 addition & 3 deletions plugins/node/opentelemetry-instrumentation-koa/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import {
KoaInstrumentationConfig,
} from './types';
import { KoaInstrumentationConfig } from './types';
import { AttributeNames } from './enums/AttributeNames';
import { SpanAttributes } from '@opentelemetry/api';
import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
Expand Down

0 comments on commit b348406

Please sign in to comment.