Corporate · onsite · online training worldwide
contact@DevOpsSchool.com· +91 99057 40781·
> Observability · DevOpsSchool Trainer

New Relic Trainer in Pune

Private corporate batches delivered onsite across Pune, or live online in IST (UTC+5:30) — taught by a practitioner who runs New Relic in production.

20 years across DevOps, SRE and Security · 10,000+ engineers trained · Trained teams at JPMorgan Chase, Verizon, Nokia and the World Bank

DeliveryOnsite at your office · Online
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
TimezoneIST (UTC+5:30)
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your New Relic trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

SRE practiceObservability designIncident response20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches New Relic from the agent outward rather than from the default dashboards, because on a long-lived application the data is only as good as the instrumentation decisions underneath it. Sessions cover Java agent attachment across application server variants and .NET profiler registration under IIS, proxy and TLS handling where outbound access is restricted, transaction naming for framework-heavy and home-grown request dispatchers, custom instrumentation for batch jobs and asynchronous work the agent never sees, transaction traces and slow query traces, NRQL to the point where a query becomes an alert condition unchanged, alert conditions with correct signal-loss behaviour, private synthetic locations for applications with no public route, and the ingest and user-tier decisions that determine what the platform costs before a rollout rather than after the first invoice.

Twenty years across DevOps, SRE and Security, in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe and others. He has trained engineers at JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus — more than 10,000 people personally. He teaches what he runs, not what he reads.

One practitioner, not a bench

You are booked with a named engineer, and that is who turns up. Marketplaces and larger providers rotate whoever is free, so the person who sold you the agenda is rarely the person teaching it.

The same trainer is available for the next engagement, which matters when a team builds on what it learned last time.

18,000+certified learners
500+corporate batches delivered
50+countries served
100+certification programmes
# faculty

Who delivers New Relic engagements

Your batch is assigned a named trainer before it starts, and that is who teaches it. See the full faculty.

How your New Relic trainer is chosen

Engagements are matched on the tool, not the calendar. For New Relic that means a trainer who has run it in production — New Relic APM, NRQL and alert design for Pune's Java and .NET application estates — rather than whoever is free that week. You are told who is teaching before you commit, and that person is on the discovery call that shapes the agenda.

Where a batch is large enough to need a second trainer, the pairing is declared up front. The lead trainer stays accountable for the syllabus and the assessment either way.

Rajesh Kumar

Principal DevOps Engineer & Architect

India20 yrsLead trainer

Twenty years across DevOps, SRE and Security in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe, IBM/Emptoris, Ness, MindTree and Accenture. He has trained more than 10,000 engineers personally, at organisations including JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus. He teaches what he runs, not what he reads.

Gaurav Aggarwal

IndiaInstructorCoach

Harsh Mehta

IndiaInstructorCoach

Kapil Gupta

IndiaInstructorCoach

Kunal Jain

IndiaInstructorCoach

Nikhil Gupta

IndiaInstructorCoach

Pranab Kumar

IndiaInstructorCoach

Rohit Ghatol

IndiaInstructorCoach

Amit Agarwal

IndiaInstructorCoach

Anil Kumar

IndiaInstructorCoach

Balachandran Anbalagan

IndiaInstructorCoach

Durga Prasad

IndiaInstructorCoach

# how to engage

Four ways to work with this trainer

Private corporate batch

Teams of 8–30

Custom agenda, your timezone, onsite or online, NDA-friendly.

Request a quote

1-on-1 mentoring

Individual engineers

A private instructor and a curriculum built around your goal.

₹99,999

Live & Interactive cohort

Individuals who want peers

Scheduled batch, max 8 to 10 hours of live instruction.

₹34,999

Self-paced video

Self-starters

Full LMS access — 20+ courses and 50+ tools included.

₹833/mo
# private batches

Private New Relic training for your team

A private batch starts with a discovery call. We look at the stack you actually run — the CI system, the cloud, the constraints — and map the agenda onto it, so examples use your topology rather than a generic one.

Onsite delivery covers Kharadi, Magarpatta, Baner, Hinjewadi, Yerwada, Viman Nagar and Talawade; you provide the room, a screen and network egress to New Relic, we bring trainer, agenda, dashboards, assessments and certificates. Hours are 09:30 to 17:30 IST, with 08:00 to 13:00 IST half-days available so an evening handover is untouched, and we can run a shorter separate sitting for a second shift roster instead of asking anyone to attend outside their hours. Labs need a trial or non-production account plus one real application to instrument — bringing your own Java or .NET service is what makes the instrumentation and transaction-naming exercises stick, and for teams whose application cannot leave the estate we work with a representative sample application instead. Where you already run a production account we can review alert policies, muting rules and user-tier allocation live, under NDA if required. Invoicing is in INR with GST against your purchase order from the Indian entity.

Every attendee leaves with recordings, slides, lab repositories and a completion certificate. You receive an attendance and assessment report. Invoicing supports PO and GST.

Talk to us about a private New Relic batch

What you provide vs what we bring

  • You: the room or the call, and the engineers
  • Us: trainer, agenda, labs, assessment, certificates
  • Labs: we guide your team through provisioning their own free-tier cloud environment — the skill goes with them
# the technology

What is New Relic?

New Relic is a hosted telemetry platform: agents and integrations push metrics, events, logs and traces into one store, and everything that lands there is queryable in the same language. For the estates it is usually bought to watch in Pune that matters more than the feature list, because those estates are not a tidy set of microservices. They are Java applications running on Tomcat, JBoss, WebLogic or WebSphere and .NET applications hosted in IIS, several of them older than the team maintaining them, and they get instrumented by attaching an agent to a running process rather than by rewriting anything.

The application agent works by instrumenting the framework it recognises. It names a transaction from the request handler, times the segments inside it, and records database calls, external HTTP calls, message queue operations and errors as attributed children of that transaction. That is precisely where the value sits in a decade-old system — being able to say that the month-end run spends its time in one stored procedure rather than in something vaguely described as the platform. It is also where the work sits, because framework-heavy or home-grown dispatchers frequently report everything under a single transaction name, and custom instrumentation is what repairs that.

Above the agents sits NRQL, which turns every event type into something you can query with SQL-shaped syntax, facet, bucket into a time series, and then reuse unchanged as a chart or an alert condition — so a dashboard and an alert are the same statement expressed twice. And because New Relic bills on ingested data volume and on user tier rather than per host, decisions about sampling, log filtering, attribute cardinality and who genuinely needs full platform access are engineering decisions with an invoice attached to them.

Why this skill matters now

Pune's demand for New Relic skill comes from the shape of the applications, not from a technology cycle. The banking, insurance and enterprise captives around Kharadi, Yerwada and Magarpatta run business systems that have been in production for ten years or more, and the questions asked of monitoring there are attribution questions: which query, which external call, which thread pool, and can you demonstrate to a business owner that a slow month-end batch is not the platform's fault. Answering that needs agent configuration, transaction naming and custom instrumentation — not another dashboard template.

The second source is the services and support side in Hinjewadi, Talawade and Hadapsar, where teams operate the platform inside a customer's account and are judged on alert quality during the India-hours leg of a follow-the-sun rota. The valuable skills there are workflow-shaped: conditions that do not fire on a gap in data, muting rules aligned to the customer's release calendar, and dashboards a colleague in another timezone can pick up at 21:00 IST without a handover call.

Third, and increasingly first in the buying conversation, is cost. Ingest and user tier are the two billing dimensions, and both are controlled by engineers rather than by procurement. Pune buyers now ask for a straight answer on drop rules, sampling, attribute pruning and who actually needs full platform access before they approve a wider rollout — which is why governance is taught here as a module rather than mentioned in a closing slide.

New Relic training
# outcomes

What your team can do afterwards

Attach and configure Java and .NET agents on application servers that cannot be restarted casually, and measure the overhead you added
Repair transaction naming on framework-heavy and home-grown applications so the data attributes time to something meaningful
Add custom instrumentation and business attributes for code paths the agent never detects, including batch and asynchronous work
Diagnose latency and errors from transaction traces, slow query traces, the thread profiler and the errors inbox
Write NRQL fluently — faceting, time series, percentiles, subqueries — and promote the same query into an alert condition unchanged
Design alert conditions with correct signal-loss handling and muting rules aligned to a release calendar
Build dashboards and service levels a colleague on another shift can use without a briefing call
Govern cost deliberately: user tiers, ingest drivers, drop rules, sampling and a forecast produced before the rollout
# curriculum

11 modules. Live demos in a real lab, not slides.

01Observability for an estate you inheritedLive & Interactive5 hrs · 2 assignments · 1 capstone

The concepts, sized for applications that already exist and cannot be rewritten. What metrics, events, logs and traces each answer; the data model and entity graph everything else hangs from; how accounts and sub-accounts are usually arranged in a portfolio; and how to plan instrumentation coverage when the code is owned by six different teams.

Topics: Metrics, events, logs and traces: which question each one actually answers · Monitoring and observability, stated without the marketing · The data model: event types, attributes and the entity graph · Accounts, sub-accounts and how a portfolio is normally organised · Coverage planning across an existing application portfolio · What auto-instrumentation gives you, and what it will never give you · Data residency, retention and the security review you will face

  • Assignments: (1) Inventory one application and list which telemetry types you genuinely have today; (2) Draw the entity map for a service and its dependencies before instrumenting anything
  • Capstone: Produce an instrumentation plan for a portfolio naming owners, data types and the order of rollout
02Java and .NET agents in depthLive & Interactive5 hrs · 2 assignments · 1 capstone

The module everything else depends on. Attaching the Java agent to Tomcat, JBoss, WebLogic and WebSphere, and the .NET agent to IIS on both the Framework and modern .NET; where configuration lives and which settings are worth changing; proxy and certificate handling in restricted networks; measuring agent overhead; and upgrading agents on applications with hard-won uptime.

Topics: Java agent installation: JVM arguments, application server variants, containers · newrelic.yml, environment variables and configuration precedence · The .NET agent: profiler registration, IIS, .NET Framework versus modern .NET · Proxy configuration, TLS interception and restricted outbound access · Agent logging, and diagnosing an agent that reports nothing at all · High-security mode, attribute filtering and keeping sensitive data out · Agent overhead: what it costs and how to measure it rather than assume it · Agent version management, staged rollout and rollback

  • Assignments: (1) Instrument one Java and one .NET application and confirm data arrives end to end; (2) Diagnose a deliberately misconfigured agent using only its own log output
  • Capstone: Deliver a documented agent rollout standard for one application server estate
03APM: transactions, naming and attributionLive & Interactive5 hrs · 2 assignments · 1 capstone

Making the data say something specific. How transactions get their names and why framework-heavy applications collapse into one entry, transaction traces and where the time really goes, database and external-service attribution, slow query traces, thread profiling, and the errors inbox used as a triage surface rather than as a count on a tile.

Topics: Transaction naming rules, and the metric grouping problem · Renaming transactions for Struts, Spring MVC, ASP.NET and home-grown dispatchers · Transaction traces: reading one and finding the actual cost · Database instrumentation and slow query traces · External service calls and the dependency view · Thread profiler and CPU-bound investigation · JVM and CLR internals: heap, garbage collection, thread pools · Errors inbox: grouping, triage and separating new from chronic · Deployment markers and change tracking against a release · Service maps and dependency analysis

  • Assignments: (1) Repair naming on an application reporting a single catch-all transaction; (2) Diagnose one slow request end to end and write up exactly where the time went
  • Capstone: Take one long-lived application from default instrumentation to a documented, evidenced performance finding
04Custom instrumentation and extending the agentLive & Interactive5 hrs · 2 assignments · 1 capstone

Everything the agent cannot see for itself. XML instrumentation and annotations for Java, attribute-based instrumentation for .NET, custom attributes that carry business context into every event, custom events and metrics through the APIs, and the batch, scheduled and asynchronous work that never appears until somebody instruments it deliberately.

Topics: When custom instrumentation is the right answer, and when it is not · Java: XML instrumentation files and the trace annotation · .NET: custom instrumentation XML and the agent API · Custom attributes, and the business context worth attaching to a transaction · Custom events and metrics through the Event and Metric APIs · Instrumenting batch jobs, scheduled tasks and non-web transactions · Message queue and asynchronous work attribution · Flex for pulling arbitrary data from a host

  • Assignments: (1) Instrument a code path the agent ignores and prove it appears inside a trace; (2) Attach a business attribute to every transaction and facet a query by it
  • Capstone: Deliver custom instrumentation for one non-web workload — a batch or scheduled job — with its own dashboard
05Infrastructure and the estate around the applicationLive & Interactive5 hrs · 2 assignments · 1 capstone

The layer that explains half of application incidents. Infrastructure agent installation on Linux and Windows, on-host integrations for the databases and web tiers these applications actually sit on, Windows services and event log, container coverage where workloads have moved, and cloud integrations for the managed services around the edges.

Topics: Infrastructure agent on Linux and Windows: install, configure, verify · Host metrics and events actually worth alerting on · On-host integrations: Microsoft SQL Server, Oracle, MySQL, PostgreSQL · IIS, Apache and Tomcat integrations · Windows services, event log and performance counters · Docker and Kubernetes integration where workloads have already moved · AWS and Azure integrations: polling versus metric streams · Tagging that ties hosts to applications, teams and cost centres

  • Assignments: (1) Add a database integration and decide which three of its metrics you would genuinely alert on; (2) Tag hosts and applications consistently and prove the entity relationships resolve
  • Capstone: Bring one application's full stack — host, database, web tier and application — under consistent tagging
06NRQLLive & Interactive5 hrs · 2 assignments · 1 capstone

The language that decides whether the platform answers real questions or only shows pictures. Syntax and the event types behind each product, aggregation and faceting, time series and comparison windows, percentiles and histograms, subqueries and nested aggregation, and the cardinality behaviour that makes a dashboard load in a second or in thirty.

Topics: SELECT, FROM, WHERE, FACET, SINCE, UNTIL and LIMIT · Event types: Transaction, TransactionError, Log, Span, SystemSample and the rest · Aggregation: average, percentile, uniqueCount, rate, apdex, filter · TIMESERIES, COMPARE WITH and time-window behaviour · Histograms, funnels and cohort analysis · Subqueries and nested aggregation · String, maths and parsing functions inside a query · Query cost: cardinality, high-volume event types and limits · Running NRQL through NerdGraph for automation

  • Assignments: (1) Turn ten questions your team currently answers by guesswork into NRQL you can re-run; (2) Find the slowest widget on a dashboard and make it load, explaining which change did it
  • Capstone: Assemble a query set that replaces the recurring status conversations your team currently holds by hand
07Logs in contextLive & Interactive5 hrs · 2 assignments · 1 capstone

Logs treated as attributed telemetry rather than as files on a server somebody has to SSH into. Forwarding from log4j, Logback, NLog and Serilog as well as the infrastructure agent and Fluent Bit; parsing rules that turn a line into attributes; linking a log line to the trace that produced it; obfuscation for fields that must not leave the estate; and the drop rules that decide what logging costs.

Topics: Forwarding paths: infrastructure agent, Fluent Bit, Fluentd, cloud services · Application forwarders for log4j, Logback, NLog and Serilog · Logs in context: linking a line to a trace and a transaction · Parsing rules, Grok patterns and moving to structured logging · Obfuscation and dropping sensitive fields before they are stored · Querying logs with NRQL and building log-based conditions · Log patterns and surfacing what is new rather than what is loudest · Data partitions, drop rules and retention tiers

  • Assignments: (1) Parse a legacy application log format into attributes you can facet on; (2) Halve one application's log ingest and show the incident signal is still present
  • Capstone: Take one application's logs from raw text to attributed, trace-linked and budgeted, with obfuscation applied before ingest
08Distributed tracing across a heterogeneous estateLive & Interactive5 hrs · 2 assignments · 1 capstone

Following a request through systems that were never designed to be traced together. How spans and trace context work, propagating context across the boundaries that matter — message queues, scheduled jobs, SOAP endpoints and gateway calls — sampling decisions, and bridging OpenTelemetry data from newer services into the same traces as agent-instrumented legacy ones.

Topics: What a span records, and what a trace can and cannot prove · W3C trace context and propagation across services · Tracing across message queues and asynchronous boundaries · Infinite tracing and tail-based sampling: when it earns its cost · Instrumenting a service the agent does not support · OpenTelemetry ingest and attribute mapping alongside agent data · Prometheus remote write for teams that already collect metrics · Finding the genuine latency contributor in a multi-hop request

  • Assignments: (1) Trace one request across three services including a queue hop; (2) Ingest OpenTelemetry data from one service and correlate it with agent data
  • Capstone: Produce an end-to-end trace for a business transaction that crosses both legacy and modern services
09Browser, mobile and synthetic monitoringLive & Interactive5 hrs · 2 assignments · 1 capstone

The outside-in view, including for applications that are only reachable from inside the estate. Browser agent deployment and real user monitoring, single-page route tracking, Core Web Vitals, then synthetic monitors — ping, simple browser, scripted browser and API tests — and private locations for endpoints no public checker can ever reach.

Topics: Browser agent deployment: copy-paste, APM-injected and package-managed · Real user monitoring, session traces and AJAX analysis · Single-page application route-change tracking · JavaScript errors and source maps · Core Web Vitals and the front-end work they imply · Synthetic monitor types and when each is appropriate · Scripted browser monitors for multi-step internal workflows · Private locations for endpoints with no public route · Correlating a synthetic failure with APM and infrastructure data

  • Assignments: (1) Instrument a front end and correlate a slow page with the backend transaction behind it; (2) Stand up a private location and run a scripted monitor against an internal-only application
  • Capstone: Monitor one internal-only user journey end to end from a private location and report its availability
10Alerts, workflows and dashboards that survive a handoverLive & Interactive5 hrs · 2 assignments · 1 capstone

Turning telemetry into something a person acts on, including a person in a different timezone who was not in the room. Alert policies and condition types, NRQL conditions, signal loss and gap-filling behaviour, workflows and destinations, muting rules tied to a release calendar, then dashboard design and the annotation that lets a colleague pick up an investigation cold.

Topics: Alert policies, conditions, and how incidents get grouped · Static, baseline, outlier and NRQL alert conditions · Signal loss, gap filling and evaluation offset — the settings behind most false pages · Workflows, destinations and enrichment · Muting rules aligned to a release or maintenance calendar · Applied Intelligence for anomaly detection and correlating related incidents · Dashboard design: layout, template variables and audience · Annotating a dashboard so it survives a shift handover · Integration with ITSM, PagerDuty and chat tooling · Managing alert policies at scale and assigning ownership

  • Assignments: (1) Take five plain-English alerting requirements and express each as a condition that will not fire on a gap in data; (2) Build a dashboard a colleague on another shift can use without a walkthrough
  • Capstone: Deliver an alert and dashboard set for one service where every alert names its owner and its next action
11Service levels, administration and cost governanceLive & Interactive5 hrs · 2 assignments · 1 capstone

The commercial and administrative half, which is what most buyers ask about second and worry about first. Service levels and error budgets on real event data, user management and the full-platform versus core distinction, what actually drives ingested gigabytes, drop rules and sampling as levers, and forecasting a bill before an instrumentation rollout instead of explaining one afterwards.

Topics: Service levels: defining SLIs and SLOs against real event data · Error budgets and reporting them to a service owner · Users, roles, groups and authentication domains · Full platform, core and basic users — what each can actually do · Ingest accounting: which data types drive the bill and by how much · Data management: drop rules, sampling, attribute pruning and partitions · Retention tiers, and what is genuinely worth keeping long · Forecasting ingest before a rollout, then auditing it afterwards · NerdGraph and Terraform for configuration as code · Requesting account-level changes when you operate somebody else's account

  • Assignments: (1) Break an account's ingest down by source and propose three reductions, each with its cost in visibility; (2) Define one service level with an error budget and a review cadence somebody owns
  • Capstone: Deliver a governance pack: user-tier allocation, an ingest budget with a forecast, and configuration held in Terraform

Need this mapped to your stack?

We rebuild the agenda around the tools you actually run.

Request a custom agenda
# hands-on

Labs and capstones your engineers actually build

LAB · AGENTS

Instrument something that predates you

Attach the Java or .NET agent to an application server you did not build, get data flowing through a proxy with TLS interception in the way, then measure the overhead you introduced.

java agent.net agentoverhead
LAB · NAMING

One transaction becomes a hundred

Take an application reporting a single catch-all transaction, repair the naming for its request dispatcher, and show the attribution difference before and after on the same workload.

transaction namingapmattribution
LAB · NRQL

Answer it in a query, not a meeting

Turn ten recurring production questions into NRQL, facet and bucket the results, then promote two of the queries into alert conditions without rewriting them.

nrqlfacetingalert conditions
LAB · TRACE

Follow one request through the estate

Propagate trace context across three services and a message queue, bridge one OpenTelemetry-instrumented service into the same trace, and name the real latency contributor.

distributed tracingopentelemetryqueues
LAB · HANDOVER

A dashboard that survives the shift change

Build the alert set, muting rules and dashboard for one service, then hand it to another attendee who must run an investigation from it with no verbal briefing at all.

dashboardsmuting ruleshandover
CAPSTONE · GOVERNANCE

Forecast the invoice before the rollout

Audit ingest and user tiers for an account, model the cost of instrumenting three more applications, apply drop rules and sampling to reach a stated budget, and record what visibility each trade-off cost.

ingestuser tierscost
# ecosystem

The tools New Relic sits next to

Tomcat
JBoss
IIS
Microsoft SQL Server
Oracle Database
Kubernetes
Docker
OpenTelemetry
Prometheus
Fluent Bit
Terraform
PagerDuty

Who this is for

  • Application support and production engineers who triage incidents in long-lived Java and .NET systems
  • Java and .NET developers instrumenting the services they maintain
  • SREs and platform engineers rolling the platform across an application portfolio
  • Managed-services teams operating a customer's account on the India-hours shift
  • Database and middleware administrators who need attribution rather than host graphs
  • Engineering managers accountable for observability coverage, alert quality and platform spend

Pre-requisites

  • Comfortable on a Linux or Windows command line — services, processes, log files and ports
  • Familiarity with at least one application server: Tomcat, JBoss, WebLogic, WebSphere or IIS
  • Basic SQL, which makes NRQL readable from the first hour
  • Some development or deployment exposure to a Java or .NET application
  • A free-tier or non-production New Relic account plus one application you are permitted to instrument
# pune

New Relic training in Pune

New Relic estates in Pune sit mostly on top of long-lived business applications rather than greenfield microservices, and that changes what a batch has to teach. The banking, insurance and enterprise captives around Kharadi, Yerwada and Magarpatta run Java and .NET systems that have been in production for a decade, and what they need from application monitoring is attribution at transaction level — which query, which external call, which thread pool — plus the ability to demonstrate to a business owner that a slow month-end batch is not the platform's fault. So agent configuration, custom instrumentation for code the agent does not detect automatically, transaction naming for framework-heavy applications, and NRQL become the substance rather than the appendix.

The second Pune group is the services and support side in Hinjewadi, Talawade and Hadapsar, where teams operate New Relic inside a customer's account and are measured on alert quality during the India-hours leg of a follow-the-sun rota. There the useful skills are workflow-shaped: alert conditions with sensible signal-loss handling, muting rules aligned to the customer's release calendar, dashboards a colleague in another timezone can pick up at handover without a call, and service levels that survive a 21:00 IST shift change. Because New Relic is licensed by user and by ingested data, Pune buyers also want a straight answer on drop rules, sampling and which people genuinely need full platform access — so cost governance is taught here rather than left to procurement.

Where we deliver onsite

KharadiMagarpattaBanerHinjewadiYerwadaViman NagarTalawade

Teams trained in Pune

CapgeminiInfosysWiproDeloitteOracle
# pricing

Straightforward pricing, quoted in INR

Every plan includes 1 year of full LMS access — not just this course, the entire DevOpsSchool LMS: 20+ courses, 50+ tools, videos, quizzes, assignments and projects.

Self-paced video

₹833/mo

Billed yearly at ₹9,996

Enroll now

1-on-1 mentorship

₹99,999

Full program, private instructor

Enroll 1-on-1

Corporate / private batch

8–30 engineers · custom agenda · onsite or online · PO and GST invoicing

Get a custom quote

Refunds. If we cancel or postpone a cohort, you get a full refund within 15 days. There is no money-back guarantee otherwise.

Terms. Course material remains licensed to the attendee. Read the terms.

Your data. We don't share it with third parties. Privacy policy.

Every attendee gets a verifiable certificate

  • Issued per attendee on completion
  • Verifiable at devopsschool.com/certificates
  • Hard copy available on request
  • Corporate batches receive an attendance and assessment report
DevOpsSchool

New Relic Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on Trustpilot.

★★★★★
I recently did a SRE Session with Rajesh Kumar from DevOps School and the session was great. Right from 1st day till day 15, we had a very interactive session. Rajesh clarified our doubts and the tool demos were excellent without any hiccups. He simplified the concepts while sticking to the content with a fine balance between theory and practice. Am convinced he is one of the best trainers for SRE & DevOps concepts.
chandrasekaran j · Trustpilot
★★★★★
The trainer (Rajesh) provided very good sessions on SRE profession. Not only hands-on learning on the tools but also SRE mindset.
Peter Wang · Trustpilot
★★★★★
Very good training session. Well explained from the basics to the complex concepts. Also tried to cover practicals and demos within the 3 hour sessions. The learning content and videos are of a great deal of help.
Sreekanth Kannoth · Trustpilot
★★★★★
Basics explanation was exemplary from Rajesh where he dealt with complicated topics to be simple. Great learning stuff personally for me.
Krishna Mohan Yelleti · Trustpilot
★★★★★
Good discussion, helped us to understand different tools in SRE.
Prashant Saxena · Trustpilot
★★★★★
The Rundeck developer session was excellent and highly engaging. I appreciated how well the session was structured, with the theoretical concepts explained clearly and in simple terms. What stood out most to me was the demo — it was both informative and enjoyable. I especially liked how Rajesh walked us through not only the happy path but also the sad path, showcasing common issues and sharing practical troubleshooting tips.
Raimy Roy · Trustpilot
# comparison

Why a named practitioner beats a marketplace listing

What mattersYouTube + blogsGeneric online courseFreelance marketplaceDevOpsSchool
Named practitionerNoRarelyVaries per bookingYes — same trainer each time
Production experienceUnknownUnknownUnverified20 years, named employers
Custom agendaNoNoSometimesBuilt from your stack
Onsite deliveryNoNoSometimesYes
Lab environmentNoneSandbox that expiresVariesYour own cloud — skill goes with you
AssessmentNoneQuizRarelyAssignments + capstone per module
Per-attendee certificatesNoSometimesRarelyYes
Corporate invoicingNoLimitedVariesPO and GST
Post-training supportNoneForum, time-limitedNoneLifetime forum access
# questions

Frequently asked

Our applications are older Java and .NET monoliths, not microservices. Is that a problem?
No — it is the common case in Pune captives and the syllabus is written for it. Agent installation on application servers, transaction naming for framework-heavy code, custom instrumentation for code the agent misses, database and external-call attribution, and JVM or CLR level diagnostics.
We run New Relic inside our customer's account. What can we actually learn to do?
Plenty. Alert condition design with signal-loss handling, muting rules aligned to their release calendar, dashboards that hand over cleanly across timezones, NRQL for investigation, and how to request the account-level changes you cannot make yourself.
Can you cover cost — user tiers and ingest?
Yes. Full platform versus core users, what actually drives ingested gigabytes, drop rules and sampling, log obfuscation, and how to forecast a bill before an instrumentation rollout rather than after the first invoice.
Can the agenda be customised for our applications?
Yes, and it changes the batch substantially. A discovery call establishes your languages, application servers, database platforms, which New Relic products you are licensed for and whether the account is yours — then the module list is rebuilt around that instead of a demonstration application.
Do we need a paid account for the labs?
No. The free tier covers the curriculum for an individual attendee. For corporate batches we would rather work inside a non-production account in your own organisation, because the dashboards, alert conditions and instrumentation built during the week then carry straight into your estate.
Can you cover OpenTelemetry alongside the agents?
Yes, in the tracing module. New Relic ingests OpenTelemetry traces, metrics and logs and accepts Prometheus remote write, and the useful part is the attribute mapping that keeps that data correlated with agent data from older services rather than sitting in a separate silo.
What lab environment do we need?
One application per attendee that they are allowed to instrument, plus a host to run it on — a free-tier cloud instance or a local virtual machine. Bringing a real service rather than a sample application is what makes the naming and custom instrumentation exercises stick.
What size are the batches?
Private corporate batches run 8 to 30 engineers. Public Live and Interactive cohorts are capped at 10, so everyone gets keyboard time rather than a demonstration.
Do attendees get a certificate?
Yes — a completion certificate per attendee, verifiable at devopsschool.com/certificates. Corporate batches also receive an attendance and assessment report per engineer.
What is your refund position?
A full refund within 15 days if we cancel or postpone a cohort. There is no general money-back guarantee, and GST and payment gateway fees are not refunded.

Still deciding?

Tell us the team, the stack and the timeline. You'll get a straight answer, not a sales sequence.

Talk to an advisor
# ready when you are

Book a New Relic trainer — or ask a question first.

  • No spam, no drip sequence
  • Syllabus in 60 seconds
  • A human reply within one business day

Prefer to call or email?

More ways to reach us on the contact page.

Talk to an advisorRequest a quote