ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
get_service_samples_request Struct Reference

Request the latest heartbeat per (service_name, instance_id). More...

#include <service_samples_protocol.hpp>

Collaboration diagram for get_service_samples_request:
Collaboration graph

Public Types

using response_type = get_service_samples_response
 

Static Public Attributes

static constexpr std::string_view nats_subject
 

Detailed Description

Request the latest heartbeat per (service_name, instance_id).

Returns one service_sample per running instance, ordered arbitrarily. The client determines RAG status from the sampled_at timestamp.

Member Data Documentation

◆ nats_subject

constexpr std::string_view nats_subject
staticconstexpr
Initial value:
=
"telemetry.v1.services.list"