Skip to content

StackdriverExporter for metrics #1263

@EricStG

Description

@EricStG

Issue with OpenTelemetry.Exporter.Stackdriver

List of all OpenTelemetry NuGet
packages
and version that you are
using (e.g. OpenTelemetry 1.3.2):

  • OpenTelemetry.Exporter.Console 1.5.1
  • OpenTelemetry.Exporter.Stackdriver 1.0.0-beta.4
  • OpenTelemetry.Extensions.Hosting 1.5.1
  • OpenTelemetry.Instrumentation.AspNetCore 1.0.0-rc9.14
  • OpenTelemetry.Instrumentation.Http" 1.0.0-rc9.14

Runtime version (e.g. net462, net48, net6.0, net7.0 etc. You can
find this information from the *.csproj file):

  • net7.0

Is this a feature request or a bug?

  • Feature Request
  • Bug

What is the expected behavior?

In order to export metrics to GCP, we're trying to setup metric exporting following the README:

var metricExporter = new StackdriverExporter(
    "YOUR-GOOGLE-PROJECT-ID",
    Stats.ViewManager);
metricExporter.Start();

and we should be able to see traces in GCP

What is the actual behavior?

StackdriverExporter doesn't seem to exists. I can't find it looking at the repository either, nor any exporters for metrics. The only one I can find is for traces.

Additional Context

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    comp:exporter.stackdriverThings related to OpenTelemetry.Exporter.Stackdriver

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions