| Constructor and Description |
|---|
GcpLogSink(String destinationProjectId,
Map<String,String> locationTags,
Map<String,String> customTags,
Long flushLimit)
Retrieves a single instance of GcpLogSink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes Cloud Logging Client.
|
void |
write(io.grpc.observabilitylog.v1.GrpcLogRecord logProto)
Writes logs to GCP Cloud Logging.
|