generated from Patagia/template-nix
parent
e297e16cfb
commit
3ccfb881b5
9 changed files with 80 additions and 52 deletions
controller
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "patagia-controller"
|
||||
description = "Patagia controller server"
|
||||
version = "0.1.0"
|
||||
description = "Patagia control plane server"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
|
|
|
@ -18,7 +18,7 @@ struct Cli {
|
|||
#[arg(
|
||||
long = "telemetry-otlp-endpoint",
|
||||
default_value = "http://localhost:4317",
|
||||
env = "OTEL_EXPORTER_OTLP_ENDPOINT",
|
||||
env = "OTEL_EXPORTER_OTLP_ENDPOINT"
|
||||
)]
|
||||
otlp_endpoint: Option<String>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue