Skip to content

Commit

Permalink
revert metric change
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Dec 19, 2024
1 parent 2020f6e commit 993e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ lazy_static! {
register_histogram_vec!(
"greptime_servers_http_logs_ingestion_elapsed",
"servers http logs ingestion elapsed",
&[METRIC_DB_LABEL]
&[METRIC_DB_LABEL, METRIC_RESULT_LABEL]
)
.unwrap();
pub static ref METRIC_LOKI_LOGS_INGESTION_COUNTER: IntCounterVec = register_int_counter_vec!(
Expand Down

0 comments on commit 993e5f7

Please sign in to comment.