Skip to content

Use real examples in API code examples #1093

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

Closed
jidanni opened this issue Nov 5, 2020 · 9 comments
Closed

Use real examples in API code examples #1093

jidanni opened this issue Nov 5, 2020 · 9 comments
Labels
content This issue or pull request belongs to the Docs Content team ecosystem This issue or pull request should be reviewed by the Docs Ecosystem team engineering Will involve Docs Engineering stale There is no recent activity on this issue or pull request

Comments

@jidanni
Copy link

jidanni commented Nov 5, 2020

Please change

    "last_read_at":"last_read_at"

to

   "last_read_at":"2014-11-07T22:01:45Z"

They occur in
$ w3m -dump https://docs.github.com/en/free-pro-team@latest/rest/reference/activity | grep -n last_read_at.*:.*last_read_at

973:  -d '{"last_read_at":"last_read_at"}'
978:  last_read_at: 'last_read_at'
1524:  -d '{"last_read_at":"last_read_at"}'
1531:  last_read_at: 'last_read_at'

However they are not accessible from
https://github.com/github/docs/edit/main/content/rest/reference/activity.md
for me to edit. Nor does Search find what file they are in. Therefore
please make the edit for me. Thanks.

@welcome
Copy link

welcome bot commented Nov 5, 2020

Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Nov 5, 2020
@janiceilene
Copy link
Contributor

Thanks for opening an issue @jidanni! I believe that information is autogenerated 🤔 but I'll triage this for someone with more knowledge on our rest documentation 💛

@janiceilene janiceilene added content This issue or pull request belongs to the Docs Content team ecosystem This issue or pull request should be reviewed by the Docs Ecosystem team labels Nov 6, 2020
@lucascosti
Copy link
Contributor

👋 @jidanni.

Our API documentation is autogenerated from the API code, which is why you can't find it in the source in this docs repo.

Please change

    "last_read_at":"last_read_at"

I assume you're referring to the code examples? e.g here

These are also autogenerated and at the moment just have placeholder values. We do have plans to generate these with proper examples rather than the placeholders you see.

I'll rename this issue and tag in docs engineering too 🙂

@lucascosti lucascosti added engineering Will involve Docs Engineering and removed triage Do not begin working on this issue until triaged by the team labels Nov 16, 2020
@lucascosti lucascosti changed the title Use real example timestamps in examples Use real examples in API code examples Nov 16, 2020
@jidanni
Copy link
Author

jidanni commented Nov 16, 2020

I assume you're referring to...

Yes.

I don't see why impossible/non-working code sample are used, when directly below it real/working ones are used.

@lucascosti
Copy link
Contributor

I don't see why impossible/non-working code sample are used, when directly below it real/working ones are used.

For integers in examples, it always uses 42 as the number in the code samples. For strings, our generator just defaults to just using the name of the parameter as the example string.

We have plans to improve this to use real examples generated from our schema, so stay tuned! 🙂

@Aneudy1187

This comment has been minimized.

@runleonarun
Copy link
Contributor

moved this to docs engineering to prioritize

@github-actions
Copy link
Contributor

This issue is stale because it has been open 60 days with no activity.

@github-actions github-actions bot added the stale There is no recent activity on this issue or pull request label Feb 21, 2021
@chiedo
Copy link
Contributor

chiedo commented Feb 23, 2021

👋🏿 @jidanni we're working on this internally, so I'm going to close this issue up. Thanks so much for your passion about docs! We're aiming at having an improved API examples experience for you in the future!

@chiedo chiedo closed this as completed Feb 23, 2021
jnidzwetzki pushed a commit to jnidzwetzki/docs that referenced this issue Oct 6, 2022
* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Update OpenTelemetry send data to Promscale (github#976)

* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Update send data for OpenTelemetry

* add metrics pipeline and address review comments

* fix review comments

* opentelemetry updates

* vale fixes

* vale fixes

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* final commnets

* language edits

* vale fixes

* rephrased a few sentences

* removed redundant words

* redundant sentences

* fix nits

* added steps to configure promscale

* Update opentelemetry.md

* Update opentelemetry.md

* redundant info removed

* updated the default port for the parameter

* rephrased a sentence

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update Grafana, Add Jaeger to visualize data in Promscale (github#963)

* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Add Jaeger to visualize data in Promscale

* iterate over review comments

* review iteration 2

* validated the steps

* updated steps based on the grafana UI

* added more description, and UI related content update

* revert the bold UI

* updated jaegar content

* fixed a typo

* some more updates

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* incorporated the changes suggested by Lana

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* incorporated ramon's suggestions

* typo fix

* update nits in index.md

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update jaeger.md

* Update grafana.md

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Add send data from Jaeger and Zipkin (#1014)

* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Add Jaeger to visualize data in Promscale

* iterate over review comments

* Add send data from Jaeger and Zipkin

* language and copy edits

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* fix indent nit

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/zipkin.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/zipkin.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Some small fixes

* Some small fixes

* Some small fixes

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Extension is now mandatory

* USe to the timecsaledb ha image moving forward

* small fix

* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Update OpenTelemetry send data to Promscale (github#976)

* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Update send data for OpenTelemetry

* add metrics pipeline and address review comments

* fix review comments

* opentelemetry updates

* vale fixes

* vale fixes

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* final commnets

* language edits

* vale fixes

* rephrased a few sentences

* removed redundant words

* redundant sentences

* fix nits

* added steps to configure promscale

* Update opentelemetry.md

* Update opentelemetry.md

* redundant info removed

* updated the default port for the parameter

* rephrased a sentence

* Update promscale/send-data/opentelemetry.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update Grafana, Add Jaeger to visualize data in Promscale (github#963)

* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Add Jaeger to visualize data in Promscale

* iterate over review comments

* review iteration 2

* validated the steps

* updated steps based on the grafana UI

* added more description, and UI related content update

* revert the bold UI

* updated jaegar content

* fixed a typo

* some more updates

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* incorporated the changes suggested by Lana

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* incorporated ramon's suggestions

* typo fix

* update nits in index.md

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Update jaeger.md

* Update grafana.md

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Add send data from Jaeger and Zipkin (#1014)

* [Update] ABL - removed beta information (github#937)

* removed beta information

* removed the additional config

* Add Jaeger to visualize data in Promscale

* iterate over review comments

* Add send data from Jaeger and Zipkin

* language and copy edits

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* fix indent nit

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/jaeger.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/zipkin.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/grafana.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/send-data/zipkin.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Some small fixes

* Some small fixes

* Some small fixes

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Fix manage data for traces (github#1050)

* make it clear that retention can be applied to metrics and traces and use a consistent structure for both

* Add delete traces

* clarify downsampling only apply to metrics

* Update promscale/manage-data/delete-data.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/delete-data.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update promscale/manage-data/retention.md

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Extension is now mandatory

* USe to the timecsaledb ha image moving forward

* small fix

* Update resource recommendation guide (github#1093)

* Update resource recommendation guide

* copy edits

* straight quotes

* Update promscale/installation/recomm-guide.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/installation/recomm-guide.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/installation/recomm-guide.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/installation/recomm-guide.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/installation/recomm-guide.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* fix opentelemetry collector config file

* clarify one postgres parameter

Co-authored-by: Rajakavitha1 <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Monitoring Promscale (github#1090)

* add details on alerts, dashboards and runbooks

* add review comments

* fix nit

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* fix-nit

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/monitoring-promscale.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* fix nit

* fix nit

* Lana's changes and procedure rewrite

* improve wording

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>

* Alerting, Recording rules in Promscale (github#1092)

* add alerting, recoridng rules support in Promscale

* added the procedure

* formatting fixes

* fixed the numbering

* formatting issues

* formatting numbers

* formatting again

* Update alerting-recording.md

* added feedback from Ramon

* Update promscale/downsampling/index.md

Co-authored-by: Ramon Guiu <ramon@timescale.com>

* fix nits

* Update promscale/alerting.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/downsampling/recording.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/downsampling/recording.md

code review

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/downsampling/recording.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/downsampling/recording.md

copy edit

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/downsampling/recording.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/alerting.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/alerting.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/alerting.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* added a tag

* fix nit

* fix nit

* fix nits

* Incorporated Lana's changes and a few nits

* fixed the github action error

* improvements

Co-authored-by: Rajakavitha1 <krajakavitha@gmail.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>

* add upgrade instructions from Alpine image

* remove distribute tracing page, no longer needed

* renaming and clean up

* Remove invalid reference to downsampling

* Reorganize topics

* Add APM experience Reference (#1071)

* Add APM experience Reference

* iterated over review comments

* Add how to install toolkit

* fix query

* copy edits and validated on grafana

* fixed numbering

* fixed the highlight issue

* added a procedure for installing extension

* fixed the code block

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

style guide edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* Update promscale/visualize-data/apm-experience.md

copy edits

Co-authored-by: Lana Brindley <github@lanabrindley.com>

* introduced procedure headings

* copy edits

* Update apm-experience.md

* Update apm-experience.md

* removed mounting method

* reword apm entry

Co-authored-by: Ramon Guiu <ramon@timescale.com>
Co-authored-by: Rajakavitha1 <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>

* fix links

* add APM experience

* spelling mistake

Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
Co-authored-by: Ramon Guiu <ramon@timescale.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content This issue or pull request belongs to the Docs Content team ecosystem This issue or pull request should be reviewed by the Docs Ecosystem team engineering Will involve Docs Engineering stale There is no recent activity on this issue or pull request
Projects
None yet
Development

No branches or pull requests

7 participants
@jidanni @chiedo @runleonarun @lucascosti @janiceilene @Aneudy1187 and others