NATS C Client with JetStream and Streaming support  3.9.1
The nats.io C Client, Supported by Synadia Communications Inc.
micro_service_stats_s Struct Reference

#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...
 

Detailed Description

The Microservice stats struct.

Member Data Documentation

◆ Type

const char* micro_service_stats_s::Type

◆ Name

const char* micro_service_stats_s::Name

◆ Version

const char* micro_service_stats_s::Version

◆ Id

const char* micro_service_stats_s::Id

◆ Started

int64_t micro_service_stats_s::Started

◆ Endpoints

microEndpointStats* micro_service_stats_s::Endpoints

◆ EndpointsLen

int micro_service_stats_s::EndpointsLen

The documentation for this struct was generated from the following file: