Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
cbehera-newrelic committed Oct 14, 2025
commit b9ae221db4788d26d48dab41b4ced00f58da56b1
82 changes: 42 additions & 40 deletions src/nav/apm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ pages:
# path: /docs/apm/new-relic-apm/getting-started/apm-agent-data-security
# - title: Monitoring Azure app service
# path: /docs/apm/agents/manage-apm-agents/azure/monitoring-azure-app-service
- title: APM agents
- title: APM agent installation and configuration
pages:
- title: Go monitoring
- title: Go agent installation and configuration
path: /docs/apm/agents/go-agent
pages:
- title: Monitor your Go application
path: /docs/apm/agents/go-agent/get-started/introduction-new-relic-go
# - title: Monitor your Go application
# path: /docs/apm/agents/go-agent/get-started/introduction-new-relic-go
- title: Releases and compatibility
path: /docs/apm/agents/go-agent/get-started
pages:
Expand All @@ -38,45 +38,52 @@ pages:
path: /docs/release-notes/agent-release-notes/go-release-notes
- title: Go agent EOL policy
path: /docs/apm/agents/go-agent/get-started/go-agent-eol-policy
- title: Advanced installation and configuration
- title: Go agent installation
path: /docs/apm/agents/go-agent/installation
pages:
- title: Install New Relic for Go
path: /docs/apm/agents/go-agent/installation/install-new-relic-go
- title: Install in GAE flex
path: /docs/apm/agents/go-agent/installation/install-go-agent-gae-flexible-environment
- title: Try Go easy instrumentation (experimental)
path: /docs/apm/agents/go-agent/installation/install-automation-new-relic-go
- title: Go agent configuration
path: /docs/apm/agents/go-agent/configuration
# - title: Install in GAE flex
# path: /docs/apm/agents/go-agent/installation/install-go-agent-gae-flexible-environment
# - title: Try Go easy instrumentation (experimental)
# path: /docs/apm/agents/go-agent/installation/install-automation-new-relic-go
- title: Update the Go agent
path: /docs/apm/agents/go-agent/installation/update-go-agent
- title: Uninstall the Go agent
path: /docs/apm/agents/go-agent/installation/uninstall-go-agent
- title: Configuration
path: /docs/apm/agents/go-agent/configuration
pages:
- title: Go configuration
path: /docs/apm/agents/go-agent/configuration/go-agent-configuration
- title: Distributed tracing
path: /docs/apm/agents/go-agent/configuration/distributed-tracing-go-agent
- title: Go agent logging
path: /docs/apm/agents/go-agent/configuration/go-agent-logging
- title: Code-level metrics configuration
path: /docs/apm/agents/go-agent/configuration/go-agent-code-level-metrics-config
- title: Instrumentation
path: /docs/apm/agents/go-agent/instrumentation
pages:
- title: Instrument Go transactions
path: /docs/apm/agents/go-agent/instrumentation/instrument-go-transactions
- title: Instrument Go segments
path: /docs/apm/agents/go-agent/instrumentation/instrument-go-segments
- title: Custom events
path: /docs/apm/agents/go-agent/features/create-custom-events-go
- title: Go agent attributes
path: /docs/apm/agents/go-agent/instrumentation/go-agent-attributes
- title: Create custom metrics in Go
path: /docs/apm/agents/go-agent/instrumentation/create-custom-metrics-go
- title: Code-level metrics instrumentation
path: /docs/apm/agents/go-agent/instrumentation/go-agent-code-level-metrics-instrument
- title: Troubleshooting
path: /docs/apm/agents/go-agent/troubleshooting
pages:
- title: No data appears
path: /docs/apm/agents/go-agent/troubleshooting/no-data-appears-go
# - title: Configuration
# path: /docs/apm/agents/go-agent/configuration
# pages:
# - title: Go configuration
# path: /docs/apm/agents/go-agent/configuration/go-agent-configuration
# - title: Distributed tracing
# path: /docs/apm/agents/go-agent/configuration/distributed-tracing-go-agent
# - title: Go agent logging
# path: /docs/apm/agents/go-agent/configuration/go-agent-logging
# - title: Code-level metrics configuration
# path: /docs/apm/agents/go-agent/configuration/go-agent-code-level-metrics-config
# - title: Instrumentation
# path: /docs/apm/agents/go-agent/instrumentation
# pages:
# - title: Instrument Go transactions
# path: /docs/apm/agents/go-agent/instrumentation/instrument-go-transactions
# - title: Instrument Go segments
# path: /docs/apm/agents/go-agent/instrumentation/instrument-go-segments
# - title: Custom events
# path: /docs/apm/agents/go-agent/features/create-custom-events-go
# - title: Go agent attributes
# path: /docs/apm/agents/go-agent/instrumentation/go-agent-attributes
# - title: Create custom metrics in Go
# path: /docs/apm/agents/go-agent/instrumentation/create-custom-metrics-go
# - title: Code-level metrics instrumentation
# path: /docs/apm/agents/go-agent/instrumentation/go-agent-code-level-metrics-instrument
- title: API guides
path: /docs/apm/agents/go-agent/api-guides
pages:
Expand All @@ -95,11 +102,6 @@ pages:
path: /docs/apm/agents/go-agent/features/cross-application-tracing-go
- title: Trace asynchronous applications
path: /docs/apm/agents/go-agent/features/trace-asynchronous-applications
- title: Troubleshooting
path: /docs/apm/agents/go-agent/troubleshooting
pages:
- title: No data appears
path: /docs/apm/agents/go-agent/troubleshooting/no-data-appears-go
- title: Java monitoring
path: /docs/apm/agents/java-agent
pages:
Expand Down
Loading