We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79d23b commit 3ec1dd9Copy full SHA for 3ec1dd9
opentelemetry-sdk/src/resource/mod.rs
@@ -120,7 +120,7 @@ impl Resource {
120
/// schema_url must be a valid URL using HTTP or HTTPS protocol.
121
///
122
/// [schema url]: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.9.0/specification/schemas/overview.md#schema-url
123
- pub fn from_schema_url<KV, S>(kvs: KV, schema_url: S) -> Self
+ fn from_schema_url<KV, S>(kvs: KV, schema_url: S) -> Self
124
where
125
KV: IntoIterator<Item = KeyValue>,
126
S: Into<Cow<'static, str>>,
0 commit comments