Skip to content

Trace support in google functions #251

@SButterfly

Description

@SButterfly

Hello. I am struggling with how to add trace support to Google functions java SDK.

In my classpath I have added only functions-framework-api

    <dependency>
      <groupId>com.google.cloud.functions</groupId>
      <artifactId>functions-framework-api</artifactId>
    </dependency>

And implemented my custom function from HttpFunction interface.

But still, I don't see any traces in the trace-explorer.

Metadata

Metadata

Labels

P3questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions