Skip to content

Commit

Permalink
Fix build; regenerate protobufs for the new year, update grafana links (
Browse files Browse the repository at this point in the history
#4181)

Two fixes for the build here:

- Regen code: We probably shouldn't have to do this every year, but regenerating protobufs now to update copyrights, and fix the build (test-all-gen fails).
- Fix some dead links: not sure where they went, but I replaced them with what looks to be the correct grafana.com equivalent (same ID).
  • Loading branch information
andrewmains12 authored Jan 10, 2023
1 parent 297c37e commit d110a15
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Heap

### M3DB Grafana Dashboard Screenshots

If the service experiencing performance issues is M3DB and you're monitoring it using Prometheus, any screenshots you could provide using [this](https://grafana.com/dashboards/8126) dashboard would be helpful.
If the service experiencing performance issues is M3DB and you're monitoring it using Prometheus, any screenshots you could provide using [this](https://grafana.com/grafana/dashboards/8126-m3db-node-details/) dashboard would be helpful.
2 changes: 1 addition & 1 deletion site/content/faqs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See this [WIP documentation](https://github.com/m3db/m3/pull/1741/files#diff-0a1
Not yet, but that functionality is currently being worked on.

- **How can you tell if a node is snapshotting?**
You can check if your nodes are snapshotting by looking at the `Background tasks` tab in the [M3DB Grafana dashboard](https://grafana.com/dashboards/8126).
You can check if your nodes are snapshotting by looking at the `Background tasks` tab in the [M3DB Grafana dashboard](https://grafana.com/grafana/dashboards/8126-m3db-node-details/).

- **How do you list all available API endpoints?**
See [M3DB OpenAPI](https://m3db.io/openapi).
Expand Down
2 changes: 1 addition & 1 deletion site/content/integrations/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ M3Coordinator can function as a datasource for Prometheus as well as Graphite. S

All M3 applications expose Prometheus metrics on port `7203` by default as described in the [Prometheus integration guide](/docs/integrations/prometheus), so if you're already monitoring your M3 stack with Prometheus and Grafana you can use our pre-configured dashboards.

[M3DB Prometheus / Grafana dashboard](https://grafana.com/dashboards/8126)
[M3DB Prometheus / Grafana dashboard](https://grafana.com/grafana/dashboards/8126-m3db-node-details/)

M3Coordinator Prometheus / Grafana dashboard: TODO

Expand Down
2 changes: 1 addition & 1 deletion site/content/integrations/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ remote_write:
- url: "{{% apiendpoint %}}prom/remote/write"
```
Also, we recommend adding `M3DB` and `M3Coordinator`/`M3Query` to your list of jobs under `scrape_configs` so that you can monitor them using Prometheus. With this scraping setup, you can also use our pre-configured [M3DB Grafana dashboard](https://grafana.com/dashboards/8126).
Also, we recommend adding `M3DB` and `M3Coordinator`/`M3Query` to your list of jobs under `scrape_configs` so that you can monitor them using Prometheus. With this scraping setup, you can also use our pre-configured [M3DB Grafana dashboard](https://grafana.com/grafana/dashboards/8126-m3db-node-details/).

```yaml
- job_name: 'm3db'
Expand Down
2 changes: 1 addition & 1 deletion src/m3ninx/index/segment/builder/fields_map_new.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Uber Technologies, Inc.
// Copyright (c) 2023 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/m3ninx/index/segment/builder/ids_map_new.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Uber Technologies, Inc.
// Copyright (c) 2023 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/m3ninx/index/segment/builder/postings_map_new.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Uber Technologies, Inc.
// Copyright (c) 2023 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/m3ninx/index/segment/mem/fields_map_new.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Uber Technologies, Inc.
// Copyright (c) 2023 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/query/graphite/storage/series_metadata_map_new.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Uber Technologies, Inc.
// Copyright (c) 2023 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit d110a15

Please sign in to comment.