Skip to content

Commit dd18960

Browse files
committed
add docs
Signed-off-by: Jed Laundry <[email protected]>
1 parent 2279f92 commit dd18960

File tree

3 files changed

+426
-2
lines changed

3 files changed

+426
-2
lines changed

src/sinks/azure_logs_ingestion/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub(super) fn default_timestamp_field() -> String {
3333
/// Configuration for the `azure_logs_ingestion` sink.
3434
#[configurable_component(sink(
3535
"azure_logs_ingestion",
36-
"Publish log events to the Azure Logs Ingestion API."
36+
"Publish log events to the Azure Monitor Logs Ingestion API."
3737
))]
3838
#[derive(Clone, Debug)]
3939
#[serde(deny_unknown_fields)]

src/sinks/azure_monitor_logs/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub(super) fn default_host() -> String {
2929
/// Configuration for the `azure_monitor_logs` sink.
3030
#[configurable_component(sink(
3131
"azure_monitor_logs",
32-
"Publish log events to the Azure Monitor Logs service."
32+
"Publish log events to the Azure Monitor Data Collector API."
3333
))]
3434
#[derive(Clone, Debug)]
3535
#[serde(deny_unknown_fields)]

0 commit comments

Comments
 (0)