|
GRPC Core
0.11.0.0
|
#include "src/core/census/grpc_filter.h"#include <stdio.h>#include <string.h>#include "include/grpc/census.h"#include "src/core/channel/channel_stack.h"#include "src/core/channel/noop_filter.h"#include "src/core/statistics/census_interface.h"#include "src/core/statistics/census_rpc_stats.h"#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/slice.h>#include <grpc/support/time.h>Data Structures | |
| struct | call_data |
| struct | channel_data |
Typedefs | |
| typedef struct call_data | call_data |
| typedef struct channel_data | channel_data |
Variables | |
| const grpc_channel_filter | grpc_client_census_filter |
| const grpc_channel_filter | grpc_server_census_filter |
| typedef struct channel_data channel_data |
| const grpc_channel_filter grpc_client_census_filter |
| const grpc_channel_filter grpc_server_census_filter |
1.8.6