Skip to content

Azure Core Tracing Readme Issues #20674

Closed

Description

Section link:
image

Suggestion:
Import the NodeTracerProvider:

const { NodeTracerProvider } = require("@opentelemetry/node")

Section link:
image

Suggestion:
Import and create BlobClient.
Update the code as following:

import { BlobClient } from "@azure/storage-blob";
async function main() {
  const blobClient = new BlobClient(
    "<account connection string>",
    "<container name>",
    "<blob name>"
  );
  const result = await blobClient.exists({
    tracingOptions: {
      tracingContext: ctx,
    },
  });
}

main();

@xirzec, @jeremymeng for notification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Azure.CoreClientThis issue points to a problem in the data-plane of the library.help wantedThis issue is tracking work for which community contributions would be welcomed and appreciatedtest-manual-pass

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions