-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content/docs/en/18.0: document instrumented AWS:Request:Send operation #1414
Conversation
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -46,6 +42,26 @@ These operations are counted and timed, and the number of bytes consumed or prod | |||
|
|||
_restore_duration_seconds_ times the duration of a restore. This metric is deprecated and will be removed in a future release. Use _RestoreDurationNanoseconds_ instead. | |||
|
|||
#### Instrumented components and operations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-blocking, but something to think on: is there a way to programmatically generate this (not necessarily as the literal markdown table output, but at least the data backing it) from the source? that way we don't risk (as much) forgetting to keep this in sync with the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like that idea. Do we have any existing examples of doing something like that?
Returning this to draft for now..think I need to make some code change (unrelated to ajm188's comments). |
there are conflict with the changed, needs to be fixed before merging |
@harshit-gangal can you point me to the conflicts you are seeing? GitHub is not showing me conflicts on this docs PR or the code PR. |
We can merge this only along with the linked code PR, which hasn't made it into v17. Can you change this PR to move the docs to v18? |
d0d3b83
to
cd256b2
Compare
@deepthi done and updated the changelog in vitessio/vitess#12500 |
@maxenglander there are conflicts now. Can you resolve them when you get a chance? Then we can merge this. |
Signed-off-by: Max Englander <max@planetscale.com>
cd256b2
to
5fd195f
Compare
@deepthi done, thanks |
Add
mysqlctl/backupstats
instrumentation for S3. Adds the following new stats:Accompanies vitessio/vitess#12500