mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
* feat: hoc to support markdown content with variable interpolation * feat: add ingestion settings page * feat: update ingestion settings page and java docs to use interpolation * feat: integrate ingestion info API and update docs components to use ingestion info * feat: address review comments and update <my-app> to <servive-name>
15 lines
437 B
JSON
15 lines
437 B
JSON
{
|
|
"general": "General",
|
|
"alert_channels": "Alert Channels",
|
|
"organization_settings": "Organization Settings",
|
|
"ingestion_settings": "Ingestion Settings",
|
|
"my_settings": "My Settings",
|
|
"overview_metrics": "Overview Metrics",
|
|
"dbcall_metrics": "Database Calls",
|
|
"external_metrics": "External Calls",
|
|
"pipeline": "Pipeline",
|
|
"pipelines": "Pipelines",
|
|
"archives": "Archives",
|
|
"logs_to_metrics": "Logs To Metrics"
|
|
}
|