Skip to content

Commit d67542e

Browse files
revmagclaude[bot]
andauthored
fix(docs): fix links in documentation files (#2956)
* fix(docs): fix links in documentation files * Update data/docs/gcp-monitoring/gcp-clb/logging.mdx Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> * Update data/docs/gcp-monitoring/gcp-clb/logging.mdx Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> * Update data/docs/opentelemetry-collection-agents/k8s/otel-operator/overview.mdx Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent 97d60f9 commit d67542e

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

data/docs/alerts-management/metrics-based-alerts.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
date: 2024-06-06
2+
date: 2026-03-24
33
id: metrics-based-alerts
4-
5-
title: Metrics based alerts
4+
title: Metrics based alerts
5+
description: Learn how to create metrics-based alerts in SigNoz by defining alert conditions, configuring notification settings, and using practical examples for memory usage, error rate, and latency monitoring.
66
---
77

88
A Metric-based alert in SigNoz allows you to define conditions based on metric data and trigger alerts when these conditions are met. Here's a breakdown of the various sections and options available when configuring a Metric-based alert:
@@ -13,11 +13,11 @@ to choose the metric to monitor. The following fields that are available in Metr
1313

1414
- **Metric**: A field to select the specific metric you want to monitor (e.g., CPU usage, memory utilization).
1515

16-
- **Time aggregation**: A field to select the time aggregation function to use for the metric. Learn more about [time aggregation](../../metrics-management/types-and-aggregation/#aggregation)
16+
- **Time aggregation**: A field to select the time aggregation function to use for the metric. Learn more about [time aggregation](https://signoz.io/docs/metrics-management/types-and-aggregation/#aggregation)
1717

1818
- **WHERE**: A filter field to define specific conditions for the metric. You can apply logical operators like "IN," "NOT IN".
1919

20-
- **Space aggregation**: A field to select the space aggregation function to use for the metric. Learn more about [space aggregation](../../metrics-management/types-and-aggregation/#aggregation)
20+
- **Space aggregation**: A field to select the space aggregation function to use for the metric. Learn more about [space aggregation](https://signoz.io/docs/metrics-management/types-and-aggregation/#aggregation)
2121

2222
- **[Legend Format](https://signoz.io/docs/userguide/query-builder/#legend-format)**: An optional field to customize the legend's format in the visual representation of the alert.
2323

data/docs/cicd/argocd/argocd-metrics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2026-03-12
2+
date: 2026-03-24
33
title: Monitor ArgoCD
44

55
description: Learn how to configure ArgoCD metrics monitoring and visualization with SigNoz
@@ -124,5 +124,5 @@ If you're not seeing ArgoCD metrics in SigNoz, try the following steps:
124124
- Ensure you're using a version of ArgoCD that exposes metrics
125125
- Some metrics might be available only in specific versions
126126

127-
If you continue to experience issues, check the [SigNoz community forum](https://community.signoz.io/) or [open an issue on GitHub](https://github.com/SigNoz/signoz/issues) for further assistance.
127+
If you continue to experience issues, check the [SigNoz community forum](https://community-chat.signoz.io/) or [open an issue on GitHub](https://github.com/SigNoz/signoz/issues) for further assistance.
128128

data/docs/crewai-observability.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2026-01-27
2+
date: 2026-03-24
33
id: crewai-observability-with-opentelemetry
44

55
title: Crew AI Observability & Monitoring with OpenTelemetry
@@ -163,7 +163,7 @@ Code-based instrumentation gives you fine-grained control over your telemetry co
163163

164164
CrewAI supports a variety of LLM providers for agent workflows, including OpenAI, Anthropic, Google (Gemini/Vertex AI), Azure, AWS Bedrock, Mistral, Groq, Ollama, and more. See the [full list of supported LLM providers](https://docs.crewai.com/en/concepts/llms).
165165

166-
Based on which LLM provider you're using with CrewAI, you'll need to install the corresponding OpenInference instrumentor to track LLM-related traces. See the [OpenInference documentation](https://arize.com/docs/ax/observe/tracing/tracing-concepts/what-is-openinference) for available instrumentors.
166+
Based on which LLM provider you're using with CrewAI, you'll need to install the corresponding OpenInference instrumentor to track LLM-related traces. See the [OpenInference documentation](https://arize.com/docs/ax/observe/tracing/configure-tracing-options/instrument-with-openinference-helpers) for available instrumentors.
167167

168168
For this example using OpenAI:
169169

data/docs/gcp-monitoring/gcp-clb/logging.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
date: 2024-08-14
2+
date: 2026-03-24
33
id: logging
4-
4+
description: Learn how to collect Google Cloud Load Balancer logs with Pub/Sub, route them through the OpenTelemetry Collector
55
title: Cloud Load Balancer Logging
66
hide_table_of_contents: true
77
---
@@ -31,11 +31,11 @@ This documentation provides a detailed walkthrough on how to set up a Pub/Sub to
3131

3232
### Create a Pub/Sub topic
3333

34-
Follow the steps mentioned in the [Creating Pub/Sub Topic](https://signoz.iohttps://signoz.io/docs/gcp-monitoring/bootstrapping/pubsub-topic-creation//) document to create the Pub/Sub topic.
34+
Follow the steps mentioned in the [Creating Pub/Sub Topic](https://signoz.io/docs/gcp-monitoring/bootstrapping/pubsub-topic-creation/) document to create the Pub/Sub topic.
3535

3636
### Create Log Router to Pub/Sub Topic
3737

38-
Follow the steps mentioned in the [Log Router Setup](https://signoz.iohttps://signoz.io/docs/gcp-monitoring/bootstrapping/log-router-setup//) document to create the Log Router.
38+
Follow the steps mentioned in the [Log Router Setup](https://signoz.io/docs/gcp-monitoring/bootstrapping/log-router-setup/) document to create the Log Router.
3939

4040
To ensure you filter out only the Load Balancer logs, use the following filter conditions:
4141

data/docs/infrastructure-monitoring/user-guides/telemetry-data-requirements.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2026-03-12
2+
date: 2026-03-24
33
id: telemetry-data-requirements
44
title: Telemetry Data Requirements for Infrastructure Monitoring
55
description: Mandatory resource attributes, metric dependencies, and known platform limitations that control the Infrastructure Monitoring.
@@ -47,5 +47,5 @@ EKS Fargate and some managed Kubernetes clusters block kubelet metric scraping b
4747
3. Check if kubelet scraping is allowed on the platform.
4848

4949
## Next Steps
50-
- [OpenTelemetry Collection Agents Overview](/docs/opentelemetry-collection-agents/get-started/)
51-
- [k8s-infra OpenTelemetry Collection Agent Guide](/docs/opentelemetry-collection-agents/k8s/k8s-infra/overview/)
50+
- [OpenTelemetry Collection Agents Overview](https://signoz.io/docs/opentelemetry-collection-agents/get-started/)
51+
- [k8s-infra OpenTelemetry Collection Agent Guide](https://signoz.io/docs/opentelemetry-collection-agents/k8s/k8s-infra/overview/)

data/docs/inkeep-monitoring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2026-01-27
2+
date: 2026-03-24
33
id: inkeep-monitoring-with-opentelemetry
44

55
title: Inkeep Monitoring & Observability with OpenTelemetry

data/docs/instrumentation/manual-instrumentation/golang/manual-instrumentation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2026-03-06
2+
date: 2026-03-24
33
id: golang-manual-instrumentation
44
title: How to add manual instrumentation in Go
55
description: Create custom spans, enrich them, and record errors in Go applications with OpenTelemetry and SigNoz
@@ -17,7 +17,7 @@ Manual instrumentation gives you fine-grained control when automatic instrumenta
1717

1818
- Finish the core Go setup in the [OpenTelemetry Go instrumentation guide](https://signoz.io/docs/instrumentation/opentelemetry-golang/) so exporters, tracer provider, and propagators are configured.
1919
- Propagate `context.Context` through handlers and business logic. Manual spans derive from these contexts so traces stay connected.
20-
- Tested with <a href="https://go.dev/doc/go1.25.1" target="_blank" rel="noopener noreferrer nofollow">Go 1.25.1</a> and OpenTelemetry Go SDK <a href="https://pkg.go.dev/go.opentelemetry.io/otel/sdk@v1.38.0" target="_blank" rel="noopener noreferrer nofollow">v1.38.0</a>.
20+
- Tested with <a href="https://go.dev/doc/go1.25" target="_blank" rel="noopener noreferrer nofollow">Go 1.25.1</a> and OpenTelemetry Go SDK <a href="https://pkg.go.dev/go.opentelemetry.io/otel/sdk@v1.38.0" target="_blank" rel="noopener noreferrer nofollow">v1.38.0</a>.
2121
## Step 1. Create manual spans
2222

2323
Use the SDK tracer to wrap important work inside custom spans:

data/docs/integrations/aws-rds-postgres.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2026-03-12
2+
date: 2026-03-24
33
id: aws-rds-postgresql
44
title: AWS RDS (PostgreSQL) Metrics and Logs
55
description: Collect AWS RDS PostgreSQL metrics and logs using OpenTelemetry Collector and send them to SigNoz for monitoring and analysis.

data/docs/integrations/nomad.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2025-10-10
2+
date: 2026-03-24
33
id: nomad
44

55
title: Monitor HashiCorp Nomad with SigNoz
@@ -15,7 +15,7 @@ HashiCorp Nomad is a flexible, enterprise-grade cluster scheduler. Monitoring No
1515

1616
## Step 1: Enable Nomad Metrics Endpoint
1717

18-
Nomad exposes metrics via a [Prometheus-compatible endpoint](https://developer.hashicorp.com/nomad/docs/telemetry).
18+
Nomad exposes metrics via a [Prometheus-compatible endpoint](https://developer.hashicorp.com/nomad/docs/configuration/telemetry).
1919
Ensure telemetry is enabled in your Nomad agent configuration:
2020

2121
```hcl

data/docs/langchain-observability.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2026-01-27
2+
date: 2026-03-24
33
id: langchain-observability-with-opentelemetry
44

55
title: LangChain & LangGraph Observability & Monitoring with OpenTelemetry
@@ -30,7 +30,7 @@ You can also check out our LangChain SigNoz MCP agent [here](https://github.com/
3030

3131
## Instrument your LangChain Python application
3232

33-
To capture detailed telemetry from LangChain/LangGraph without modifying your core application logic, we use [OpenInference](https://arize.com/docs/ax/learn/tracing-concepts/what-is-openinference), a community-driven standard that provides pre-built instrumentation for popular AI frameworks like LangChain, built on top of OpenTelemetry. This allows you to trace your LangChain application with minimal configuration.
33+
To capture detailed telemetry from LangChain/LangGraph without modifying your core application logic, we use [OpenInference](https://arize.com/docs/ax/observe/tracing/configure-tracing-options/instrument-with-openinference-helpers), a community-driven standard that provides pre-built instrumentation for popular AI frameworks like LangChain, built on top of OpenTelemetry. This allows you to trace your LangChain application with minimal configuration.
3434

3535
Check out detailed instructions on how to set up OpenInference instrumentation in your LangChain application over [here](https://pypi.org/project/openinference-instrumentation-langchain/).
3636

0 commit comments

Comments
 (0)