Skip to content

Commit

Permalink
fix(gcp_stackdriver_metrics): fixes invalid format for gcp metrics (v…
Browse files Browse the repository at this point in the history
  • Loading branch information
ansel1 committed Jan 24, 2023
1 parent 6bcdde7 commit d8db62b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sinks/gcp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub struct GcpTypedResource {
pub r#type: String,

/// Type-specific labels.
#[serde(flatten)]
#[configurable(metadata(docs::additional_props_description = "A type-specific label."))]
pub labels: std::collections::HashMap<String, String>,
}
Expand Down

0 comments on commit d8db62b

Please sign in to comment.