Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ If you have any questions or feedback regarding the Grafana Agent:
[Discussions page](https://github.com/grafana/agent/discussions).
* [File an issue](https://github.com/grafana/agent/issues/new) for bugs, issues
and feature suggestions.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintainer's Guide
# Developer's Guide

This document contains maintainer-specific information.

Expand Down
2 changes: 1 addition & 1 deletion cmd/agent-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ and get started with the Grafana Agent Operator.

## Developer Reference

The [Maintainer's Guide](../../docs/operator/maintainers-guide.md) includes
The [Maintainer's Guide](./DEVELOPERS.md) includes
basic information to help you understand how the code works. This can be very
useful if you are planning on working on the operator.
File renamed without changes.
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ with:
5. [API](./api.md)
6. [Scraping Service Mode](./scraping-service.md)
7. [Operation Guide](./operation-guide.md)
8. [Maintainers Guide](./maintaining.md)
9. [Windows Guide](./windows.md)
8. [Windows Guide](./windows.md)
3 changes: 1 addition & 2 deletions docs/operator/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ weight = 300
# Operator architecture

This guide gives a high-level overview of how the Grafana Agent Operator
works. Refer to the [maintainer's guide](./maintainers-guide.md) for
detailed lower-level information targeted at maintainers.
works.

The Grafana Agent Operator works in two phases:

Expand Down