NATS C Client with JetStream and Streaming support
3.9.1
The nats.io C Client, Supported by Synadia Communications Inc.
|
#include <nats.h>
Public Attributes | |
const char * | Type |
Response type. Always "io.nats.micro.v1.stats_response" . More... | |
const char * | Name |
The name of the service. More... | |
const char * | Version |
The semantic version of the service. More... | |
const char * | Id |
The ID of the service instance responding to the request. More... | |
int64_t | Started |
The timestamp of when the service was started. More... | |
microEndpointStats * | Endpoints |
The stats for each endpoint of the service. More... | |
int | EndpointsLen |
The number of endpoints in the endpoints array. More... | |
The Microservice stats struct.
const char* micro_service_stats_s::Type |
const char* micro_service_stats_s::Name |
const char* micro_service_stats_s::Version |
const char* micro_service_stats_s::Id |
int64_t micro_service_stats_s::Started |
microEndpointStats* micro_service_stats_s::Endpoints |
int micro_service_stats_s::EndpointsLen |