Skip to content

Commit

Permalink
Merge pull request #4 from criblio/initial-commit-cribl
Browse files Browse the repository at this point in the history
removed non-utf8 code
  • Loading branch information
amiracle authored Aug 16, 2023
2 parents d046b4e + 7cb3d93 commit b876511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cribl_stream/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ cribl.logstream.total.activeCxn,gauge,,,,Total active inbound TCP connections,,c
cribl.logstream.pipe.in_events,counter,,,,Inbound events per Pipeline,,cribl,pipe.in_events,
cribl.logstream.pipe.out_events,counter,,,,Outbound events per Pipeline,,cribl,pipe.out_events,
cribl.logstream.pipe.dropped_events,counter,,,,Dropped events per Pipeline,,cribl,pipe.dropped_events,
cribl.logstream.metrics_pool.num_metrics,gauge,,,,The total number of unique metrics that have been allocated into memory.,,cribl,metrics_pool.num_metrics,
cribl.logstream.collector_cache.size ,counter,,,,Each Collector function (default/cribl/collectors/<collector>/index.js) is loaded and initialized only once per job and then cached. This metric represents the current size of this cache.,,cribl,collector_cache.size ,
cribl.logstream.cluster.metrics.sender.inflight ,gauge,,,,Number of metric packets currently being sent from a Worker or Edge Node Process to the API Process through IPC (interprocess communication).,,cribl,cluster.metrics.sender.inflight,
cribl.logstream.metrics_pool.num_metrics,gauge,,,,The total number of unique metrics that have been allocated into memory.,,cribl,metrics_pool.num_metrics,
cribl.logstream.collector_cache.size ,counter,,,,Each Collector function (default/cribl/collectors/<collector>/index.js) is loaded and initialized only once per job and then cached. This metric represents the current size of this cache.,,cribl,collector_cache.size ,
cribl.logstream.cluster.metrics.sender.inflight ,gauge,,,,Number of metric packets currently being sent from a Worker or Edge Node Process to the API Process through IPC (interprocess communication).,,cribl,cluster.metrics.sender.inflight,
cribl.logstream.backpressure.outputs ,counter,,,,Destinations experiencing backpressure causing events to be either blocked or dropped.,,cribl,backpressure.outputs ,
cribl.logstream.blocked.outputs,counter,,,,Blocked Destinations. (This metric is more restrictive than the one listed just above.),,cribl,blocked.outputs,
cribl.logstream.pq.queue_size ,gauge,,,,Current queue size per Destination per Worker or Edge NodeProcess.,,cribl,pq.queue_size ,
Expand Down

0 comments on commit b876511

Please sign in to comment.