File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
graylog2-server/src/main/resources Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1301,6 +1301,16 @@ metric_mappings:
13011301 - metric_name : " data_warehouse_iceberg_file_io_local_read"
13021302 match_pattern : " org.graylog.iceberg.file.io.local.read"
13031303
1304+ - metric_name : " data_warehouse_iceberg_file_io_gcs_write"
1305+ match_pattern : " org.graylog.iceberg.file.io.gcs.write.*"
1306+ wildcard_extract_labels :
1307+ - " write"
1308+
1309+ - metric_name : " data_warehouse_iceberg_file_io_gcs_read"
1310+ match_pattern : " org.graylog.iceberg.file.io.gcs.read.*"
1311+ wildcard_extract_labels :
1312+ - " read"
1313+
13041314 - metric_name : " data_warehouse_journal_writer_written_messages"
13051315 match_pattern : " org.graylog.plugins.datawarehouse.output.DataWarehouseJournalWriter.written-messages"
13061316
You can’t perform that action at this time.
0 commit comments