Skip to content

Commit

Permalink
Add new access, grpc, consensus metrics to the allowlist filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Germanavicius committed Jul 13, 2023
1 parent d0d1aff commit 8765e6b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
20 changes: 19 additions & 1 deletion configs/flow.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pefEndpoints:{{ range .PEFEndpoints }}
- consensus_compliance_finalized_blocks_total
- consensus_compliance_finalized_height
- consensus_compliance_finalized_payload_total
- consensus_compliance_last_epoch_transition_height
- consensus_compliance_sealed_blocks_total
- consensus_compliance_sealed_height
- consensus_compliance_sealed_payload_total
Expand Down Expand Up @@ -142,7 +143,24 @@ pefEndpoints:{{ range .PEFEndpoints }}
- verification_storage_latest_chunk_size_bytes
- verification_verifier_result_approvals_total
- verification_verifier_verifiable_chunk_received_total
- access_connection_pool_connection_reused
- access_connection_pool_connection_added
- access_connection_pool_connection_invalidated
- access_connection_pool_connection_evicted
- access_connection_pool_connections_in_pool
- access_connection_pool_connection_established
- access_connection_pool_connection_updated
- access_ingestion_max_receipt_height
- access_ingestion_last_full_finalized_block_height
- access_rest_api_inflight_requests
- access_rest_api_http_inflight_requests
- access_rest_api_http_request_total
- access_rest_api_http_request_duration
- access_rest_api_http_response_size
- access_transaction_submission_transaction_submission
- access_transaction_timing_time_to_executed_seconds
- access_transaction_timing_time_to_finalized_executed_seconds
- access_transaction_timing_time_to_finalized_seconds{{end}}
- access_transaction_timing_time_to_finalized_seconds
- network_queue_public_inbound_connection_count
- grpc_server_handling_seconds
- grpc_server_handled_total{{end}}
20 changes: 19 additions & 1 deletion contrib/ansible/roles/metrika-agent-install/files/flow.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pefEndpoints:{{ range .PEFEndpoints }}
- consensus_compliance_finalized_blocks_total
- consensus_compliance_finalized_height
- consensus_compliance_finalized_payload_total
- consensus_compliance_last_epoch_transition_height
- consensus_compliance_sealed_blocks_total
- consensus_compliance_sealed_height
- consensus_compliance_sealed_payload_total
Expand Down Expand Up @@ -142,7 +143,24 @@ pefEndpoints:{{ range .PEFEndpoints }}
- verification_storage_latest_chunk_size_bytes
- verification_verifier_result_approvals_total
- verification_verifier_verifiable_chunk_received_total
- access_connection_pool_connection_reused
- access_connection_pool_connection_added
- access_connection_pool_connection_invalidated
- access_connection_pool_connection_evicted
- access_connection_pool_connections_in_pool
- access_connection_pool_connection_established
- access_connection_pool_connection_updated
- access_ingestion_max_receipt_height
- access_ingestion_last_full_finalized_block_height
- access_rest_api_inflight_requests
- access_rest_api_http_inflight_requests
- access_rest_api_http_request_total
- access_rest_api_http_request_duration
- access_rest_api_http_response_size
- access_transaction_submission_transaction_submission
- access_transaction_timing_time_to_executed_seconds
- access_transaction_timing_time_to_finalized_executed_seconds
- access_transaction_timing_time_to_finalized_seconds{{end}}
- access_transaction_timing_time_to_finalized_seconds
- network_queue_public_inbound_connection_count
- grpc_server_handling_seconds
- grpc_server_handled_total{{end}}

0 comments on commit 8765e6b

Please sign in to comment.